It is @luc-demeyer and @jbeficient that proposed this approach: in inner WHERE clause on the start of the fiscal year makes sure that initial and running balances are correct. This means that depending of the account type, totals are computed from the start of the fiscal year or from the beginning of time. This was initially suggested in https://github.com/oca-sorrento/account-financial-reporting/pull/2 The WHERE clause on date_from and date_to is different and it is outside because it affects which line are shown but not the initial and running balance. |
||
---|---|---|
account_chart_report | ||
account_export_csv | ||
account_financial_report | ||
account_financial_report_horizontal | ||
account_financial_report_qweb | ||
account_financial_report_webkit | ||
account_financial_report_webkit_xls | ||
account_journal_report_xls | ||
account_move_line_report_xls | ||
mis_builder | ||
mis_builder_demo | ||
setup | ||
.coveragerc | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
oca_dependencies.txt |
README.md
OpenERP account financial reports
This project aims to deal with modules related to financial reports. You'll find modules that print legal and official reports. This includes, among others:
- One module based on webkit and totally rewritten by camptocamp, for standard financial reports.
- Another based on RML completely improved by Vauxoo.
Available addons
addon | version | summary |
---|---|---|
mis_builder | 9.0.2.0.0 | Build 'Management Information System' Reports and Dashboards |
Unported addons
addon | version | summary |
---|---|---|
account_chart_report | 8.0.1.0.0 (unported) | Print chart of accounts |
account_export_csv | 8.0.1.1.0 (unported) | Account Export CSV |
account_financial_report | 2.0 (unported) | Common financial reports |
account_financial_report_horizontal | 8.0.0.3.0 (unported) | Accounting Financial Reports Horizontal |
account_financial_report_webkit | 8.0.1.1.0 (unported) | Financial Reports - Webkit |
account_financial_report_webkit_xls | 8.0.0.4.0 (unported) | Add XLS export to accounting reports |
account_journal_report_xls | 8.0.0.2.0 (unported) | Financial Journal reports |
account_move_line_report_xls | 8.0.0.6.0 (unported) | Journal Items Excel export |
mis_builder_demo | 9.0.1.0.0 (unported) | Demo data for the mis_builder module |