Financial reports for Odoo
 
 
 
 
 
Go to file
Leonardo Pistone 42337ed3e3 bring back in inner filter in year start
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.
2016-06-06 16:09:13 +02:00
account_chart_report [MIG] Make modules uninstallable 2015-10-14 02:52:35 +02:00
account_export_csv [MIG] Make modules uninstallable 2015-10-14 02:52:35 +02:00
account_financial_report [MOV] move addons out of __unported__ (they remain not installable) 2015-10-13 12:14:12 +02:00
account_financial_report_horizontal [MIG] Make modules uninstallable 2015-10-14 02:52:35 +02:00
account_financial_report_qweb bring back in inner filter in year start 2016-06-06 16:09:13 +02:00
account_financial_report_webkit [FIX] Flake8 issues 2016-04-29 12:11:30 +02:00
account_financial_report_webkit_xls [FIX] Flake8 issues 2016-04-29 12:11:30 +02:00
account_journal_report_xls [FIX] Flake8 issues 2016-04-29 12:11:30 +02:00
account_move_line_report_xls [MIG] Make modules uninstallable 2015-10-14 02:52:35 +02:00
mis_builder set release date in mis_builder changelog 2016-05-24 12:24:36 +02:00
mis_builder_demo mis_builder: add changelog 2016-04-29 12:11:31 +02:00
setup [ADD] setup.py 2016-05-25 04:39:06 +02:00
.coveragerc 7.0 metafiles 2014-08-06 16:20:48 +02:00
.gitignore 7.0 metafiles 2014-08-06 16:20:48 +02:00
.travis.yml [FIX] Add necessary dependencies for date_range used by mis_builder 2016-04-29 12:38:27 +02:00
LICENSE 7.0 metafiles 2014-08-06 16:20:48 +02:00
README.md [UPD] addons table in README.md 2016-05-25 02:40:20 +02:00
oca_dependencies.txt account_fiscal_year is on account-financial-tools 2016-05-26 15:30:04 +02:00

README.md

Build Status Coverage Status

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