Tip

This module is part of the OpenERP software, the leading Open Source enterprise management system. If you want to discover OpenERP, check our screencasts or download OpenERP directly.

Reporting for accounting (account_report)

Module:account_report
Name:Reporting for accounting
Version:5.0.1.1
Author:Tiny
Directory:account_report
Web:http://www.openerp.com
Official module:
 yes
Quality certified:
 yes

Description

Financial and accounting reporting
    Fiscal statements
    Indicators

Dependencies

  • account

Reports

  • Fiscal Statements
  • Indicators
  • Print Indicators in PDF

Views

  • account.report.report.form (form)
  • account.report.report.tree.simple (tree)
  • account.report.report.tree (tree)
  • account.report.history1 (tree)
  • account.report.history2 (form)
  • account.report.history3 (graph)

Objects

Object: Account reporting (account.report.report)

status:Status, selection, readonly
note:Note, text
disp_tree:Display Tree, boolean
When the indicators are printed, if one indicator is set with this field to True, then it will display one more graphs with all its children in tree
code:Code, char, required
name:Name, char, required
sequence:Sequence, integer
type:Type, selection, required
child_ids:Children, one2many
badness_limit:Badness Indicator Limit, float
This Value sets the limit of badness.
goodness_limit:Goodness Indicator Limit, float
This Value sets the limit of goodness.
parent_id:Parent, many2one
amount:Value, float, readonly
disp_graph:Display As Graph, boolean
If the field is set to True, information will be printed as a Graph, otherwise as an array.
active:Active, boolean
expression:Expression, char, required

Object: Indicator (account.report.history)

tmp:temp, integer, readonly
fiscalyear_id:Fiscal Year, many2one, readonly
period_id:Period, many2one, readonly
name:Indicator, many2one, readonly
val:Value, float, readonly