Search 1.9 billion lines of Odoo code on GitHub

account_report_webkit

Author: XCG Consulting
License: AGPL-3
Branch: master
Repository: lithint/account_report_webkit
Dependencies: account, account_streamline, analytic_structure, and report_webkit
Languages: HTML (333, 5.6%), Mako (1277, 21.5%), Markdown (83, 1.4%), PO File (439, 7.4%), Python (2715, 45.8%), and XML (1083, 18.3%)
Other repositories: diassynthesis/account_report_webkit, and xcgd/account_report_webkit

<h3>README</h3> <h3>Accounting Reports Odoo/OpenERP Webkit</h3> <p>Based on <a href="http://bazaar.launchpad.net/%7Ecamptocamp/c2c-financial-addons/trunk/files/head:/account_financial_report_webkit/">Camp To Camp previous work</a> This module adds or replaces the following standard OpenERP financial reports:</p> <ul> <li>General ledger</li> <li>Trial Balance (simple or comparative view)</li> <li>Partner ledger</li> <li>Partner balance</li> <li>Open invoices report</li> </ul> <h3>Requirements</h3> <p>In order to run properly this module makes sure you have installed the library <code>wkhtmltopdf</code> for the pdf rendering (the library path must be set in a System Parameter <code>webkit_path</code>).</p> <h3>Main improvements per report</h3> <h4>General ledger</h4> <p>details of all entries posted in your books sorted by account.</p> <ul> <li>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&amp;L accounts.</li> <li>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)</li> <li>initial balance computation on the fly if no open entry posted</li> <li>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.</li> <li>Counterpart account is displayed for each transaction (3 accounts max.) to ease searching.</li> <li>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)</li> <li>improved report style</li> </ul> <h5>Partner ledger</h5> <p>details of entries relative to payable &amp; receivable accounts posted in your books sorted by account and partner.</p> <ul> <li>Filter by partner now available</li> <li>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</li> <li>Period have been added (date only is not filled in since date can be outside period)</li> <li>Reconciliation code added</li> <li>Subtotal by account</li> <li>Alphabetical sorting (same as in partner balance)</li> </ul> <h5>Open invoice report</h5> <p>other version of the partner ledger showing unreconciled / partially reconciled entries.</p> <ul> <li>Possibility to print unreconciled transactions only at any date in the past (thanks to the new field: <code>last_rec_date</code> which computes the last move line reconciliation date). No more pain to get open invoices at the last closing date.</li> <li>no initial balance computed because the report shows open invoices from previous years.</li> </ul> <h5>Trial balance</h5> <p>list of accounts with balances</p> <ul> <li>You can either see the columns: initial balance, debit, credit, end balance or compare balances over 4 periods of your choice</li> <li>You can select the &quot;opening&quot; filter to get the opening trial balance only</li> <li>If you create an extra virtual chart (using consolidated account) of accounts for your P&amp;L and your balance sheet, you can print your statutory accounts (with comparison over years for instance)</li> <li>If you compare 2 periods, you will get the differences in values and in percent</li> </ul> <h5>Partner balance</h5> <p>list of account with balances</p> <ul> <li>Subtotal by account and partner</li> <li>Alphabetical sorting (same as in partner balance)</li> </ul> <h3>Limitations</h3> <p>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.</p>