v 8.0 Third Party 8465
Download for v 8.0
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Social Network (mail)
Technical Name account_financial_report_webkit
LicenseAGPL-3
Websitehttp://www.camptocamp.com
Versions 8.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Social Network (mail)
Technical Name account_financial_report_webkit
LicenseAGPL-3
Websitehttp://www.camptocamp.com
Versions 8.0

Financial Reports - Webkit

This module adds or replaces the following standard OpenERP financial reports:
  • General ledger
  • Trial Balance (simple or comparative view)
  • Partner ledger
  • Partner balance
  • Open invoices report
  • Aged Partner Balance

Main improvements per report:

The General ledger: details of all entries posted in your books sorted by account.

  • Filter by account is available in the wizard (no need to go to the Chart of Accounts to do this anymore) or by View account (the report will display all regular children accounts) i.e. you can select all P&L accounts.
  • The report only prints accounts with moves OR with a non null balance. No more endless report with empty accounts (field: display account is hidden)
  • initial balance computation on the fly if no open entry posted
  • Thanks to a new checkbox in the account form, you will have the possibility to centralize any account you like. This means you do not want to see all entries posted under the account ‘VAT on sales’; you will only see aggregated amounts by periods.
  • Counterpart account is displayed for each transaction (3 accounts max.) to ease searching.
  • Better ergonomy on the wizard: important information is displayed in the top part, filters are in the middle, and options are in the bottom or on a separate tab. There is more specific filtering on separate tabs. No more unique wizard layout for all financial reports (we have removed the journal tab for the GL report)
  • improved report style

The partner ledger: details of entries relative to payable & receivable accounts posted in your books sorted by account and partner.

  • Filter by partner now available
  • Now you can see Accounts then Partner with subtotals for each account allowing you to check you data with trial balance and partner balance for instance. Accounts are ordered in the same way as in the Chart of account
  • Period have been added (date only is not filled in since date can be outside period)
  • Reconciliation code added
  • Subtotal by account
  • Alphabetical sorting (same as in partner balance)

Open invoice report : other version of the partner ledger showing unreconciled / partially reconciled entries.

  • Possibility to print unreconciled transactions only at any date in the past (thanks to the new field: last_rec_date which computes the last move line reconciliation date). No more pain to get open invoices at the last closing date.
  • no initial balance computed because the report shows open invoices from previous years.

The Trial balance: list of accounts with balances

  • You can either see the columns: initial balance, debit, credit, end balance or compare balances over 4 periods of your choice
  • You can select the "opening" filter to get the opening trial balance only
  • If you create an extra virtual chart (using consolidated account) of accounts for your P&L and your balance sheet, you can print your statutory accounts (with comparison over years for instance)
  • If you compare 2 periods, you will get the differences in values and in percent

The Partner balance: list of account with balances

  • Subtotal by account and partner
  • Alphabetical sorting (same as in partner balance)

Aged Partner Balance: Summary of aged open amount per partner

This report is an accounting tool helping in various tasks. You can credit control or partner balance provisions computation for instance.

The aged balance report allows you to print balances per partner like the trial balance but add an extra information :

  • It will split balances into due amounts (due date not reached à the end date of the report) and overdue amounts Overdue data are also split by period.

  • For each partner following columns will be displayed:

    • Total balance (all figures must match with same date partner balance report). This column equals the sum of all following columns)
    • Due
    • Overdue <= 30 days
    • Overdue <= 60 days
    • Overdue <= 90 days
    • Overdue <= 120 days
    • Older

Hypothesis / Contraints of aged partner balance

  • Overdues columns will be by default be based on 30 days range fix number of days. This can be changed by changes the RANGES constraint
  • All data will be displayed in company currency
  • When partial payments, the payment must appear in the same colums than the invoice (Except if multiple payment terms)
  • Data granularity: partner (will not display figures at invoices level)
  • The report aggregate data per account with sub-totals
  • Initial balance must be calculated the same way that the partner balance / Ignoring the opening entry in special period (idem open invoice report)
  • Only accounts with internal type payable or receivable are considered (idem open invoice report)
  • If maturity date is null then use move line date
Try me on Runbot

Known issues / Roadmap

In order to run properly this module makes sure you have installed the library wkhtmltopdf for the pdf rendering (the library path must be set in a System Parameter webkit_path).

Initial balances in these reports are based either on opening entry posted in the opening period or computed on the fly. So make sure that your past accounting opening entries are in an opening period. Initials balances are not computed when using the Date filter (since a date can be outside its logical period and the initial balance could be different when computed by data or by initial balance for the period). The opening period is assumed to be the Jan. 1st of the year with an opening flag and the first period of the year must start also on Jan 1st.

Totals for amounts in currencies are effective if the partner belongs to an account with a secondary currency.

HTML headers and footers are deactivated for these reports because of an issue in wkhtmltopdf (http://code.google.com/p/wkhtmltopdf/issues/detail?id=656) Instead, the header and footer are created as text with arguments passed to wkhtmltopdf. The texts are defined inside the report classes.

Credits

Contributors

Maintainer

Odoo Community Association

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

To contribute to this module, please visit http://odoo-community.org.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
thanks for great Module But how i can add my company logo in the report
by
atef
on 10/14/18, 10:46 AM

Great Module. A must have. Thanks for making available.
by
Frank Carll
on 7/6/16, 10:43 AM

a must have
by
lorenzo battistini
on 8/14/15, 6:07 AM

Error during install
by
Chrispine Okoth
on 10/17/18, 9:55 AM

Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 546, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 583, in dispatch result = self._call_function(**self.params) File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 319, in _call_function return checked_call(self.db, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/openerp/service/model.py", line 118, in wrapper return f(dbname, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 316, in checked_call return self.endpoint(*a, **kw) File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 812, in __call__ return self.method(*args, **kw) File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 412, in response_wrap response = f(*args, **kw) File "/usr/lib/python2.7/dist-packages/openerp/addons/web/controllers/main.py", line 948, in call_button action = self._call_kw(model, method, args, {}) File "/usr/lib/python2.7/dist-packages/openerp/addons/web/controllers/main.py", line 936, in _call_kw return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/openerp/api.py", line 268, in wrapper return old_api(self, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/openerp/addons/base/module/module.py", line 447, in button_immediate_install return self._button_immediate_function(cr, uid, ids, self.button_install, context=context) File "/usr/lib/python2.7/dist-packages/openerp/api.py", line 268, in wrapper return old_api(self, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/openerp/addons/base/module/module.py", line 495, in _button_immediate_function registry = openerp.modules.registry.RegistryManager.new(cr.dbname, update_module=True) File "/usr/lib/python2.7/dist-packages/openerp/modules/registry.py", line 370, in new openerp.modules.load_modules(registry._db, force_demo, status, update_module) File "/usr/lib/python2.7/dist-packages/openerp/modules/loading.py", line 355, in load_modules loaded_modules, update_module) File "/usr/lib/python2.7/dist-packages/openerp/modules/loading.py", line 255, in load_marked_modules loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules, perform_checks=perform_checks) File "/usr/lib/python2.7/dist-packages/openerp/modules/loading.py", line 150, in load_module_graph getattr(py_module, pre_init)(cr) File "/opt/odoo/custom/addons/account_financial_report_webkit/hooks.py", line 11, in pre_init_hook 'alter table account_move_line add column last_rec_date date', File "/usr/lib/python2.7/dist-packages/openerp/sql_db.py", line 171, in wrapper return f(self, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/openerp/sql_db.py", line 247, in execute res = self._obj.execute(query, params) ProgrammingError: column "last_rec_date" of relation "account_move_line" already exists