Financial reports for Odoo
 
 
 
 
 
Go to file
Leonardo Pistone 9a9e1661d2 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.
2017-11-23 13:51:21 +01:00
account_financial_report_qweb bring back in inner filter in year start 2017-11-23 13:51:21 +01:00
account_tax_balance [MIG] account_tax_balance: Migration to 11.0 2017-10-19 02:03:17 +02:00
setup [ADD] setup.py 2017-11-14 04:34:42 +01:00
.gitignore [MIG] Add metafiles 2017-10-03 15:56:40 +02:00
.travis.yml [MIG] Add metafiles 2017-10-03 15:56:40 +02:00
LICENSE [MIG] Add metafiles 2017-10-03 15:56:40 +02:00
README.md [MIG] Add metafiles 2017-10-03 15:56:40 +02:00
oca_dependencies.txt [MIG] account_tax_balance: Migration to 11.0 2017-10-19 02:03:17 +02:00

README.md

Build Status Coverage Status

Odoo 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.