Commit Graph

16 Commits (69ed1fa11aaf3a2bd552b56af6e45ea0d15778c5)

Author SHA1 Message Date
Wolfgang Pichler 91361ef042 [MIG] account_financial_report: Migration to 12.0
[IMP] Reformated one query to avoid one sql injection warning message - but no sql injection was possible here
2019-06-13 21:13:09 +02:00
Jordi Ballester Alomar 3835873f3e account_financial_report: add option to hide parent hierarchy levels 2019-06-13 21:13:09 +02:00
cubells d6154b5eb5 [IMP] account_financial_report: autoajust columns 2019-06-13 21:13:09 +02:00
Jordi Ballester Alomar 4177d2c4a8 [account_financial_report] fix title formatting for all reports 2019-06-13 21:13:09 +02:00
Jordi Ballester Alomar de757c881d [FIX] account_financial_report: multicompany+layout behaviour (#498)
* Fix wizards for proper multicompany behaviour.
* Fix layout issue
2019-06-13 21:11:32 +02:00
mreficent ed1104727c [IMP] account_financial_report: adapt the wizards to multicompany 2019-06-13 21:11:32 +02:00
Jordi Ballester Alomar 1e9346884e [account_financial_report][IMP] Adds the following:
All reports:
- Rename field to hide accounts at 0 to 'hide_account_at_0'
Trial Balance:
- Add possibility to filter by hierarchy levels
- XLSX format will show the hierarchy levels in bold

General Ledger:
- Add the possibility to filter by analytic tags
- Fixes an error on the default date
Journal Ledger:
- The filter on Journals is now optional. If the user does not choose
a journal, by default it will display all journals.

Aged Partner Balance:
- Fixes an error on the default date
2019-06-13 21:04:41 +02:00
Andrea e0334dc6b9 [FIX] _transient_clean_rows_older_than() WHERE clause 2019-06-13 21:03:55 +02:00
Patrick Tombez da181d4f44 [11.0][IMP] Improve transient models cleaning
When there are a lot of account.move.line (several millions) and print any of
the Qweb reports, that will generate also a lot of transient objects.
As these objects are created with an "insert" query, the cleaning normally
triggered by the count of the records in transient tables is not done, so only
the cleaning based on the age of the records is processed (by default, records
older than 1 hours are deleted), but the cron task is only ran one time per
day. For large setups this can lead to memory errors at that point. This change
prevents the memory error by executing the transient record cleanup for the
report models in this module in SQL.
2019-06-13 21:03:55 +02:00
Andreas Stauder 44afc4e7d2 Increasing version because of #PR403
Some changes in the databases been made in #403, but no migration is needed.
2019-06-13 21:03:34 +02:00
hveficent c23ac77df2 [11.0][IMP] account_financial_report - foreign_currency 2019-06-13 21:03:34 +02:00
Jordi Ballester Alomar 2a1528a11b fixes the reporting of unaffected earnings account 2019-06-13 21:03:34 +02:00
Fekete Mihai c75ed98250 Update links in report, add account group file, update trial balance with hierarchy.
Update indentation, remove empty lines from header.

Update test.

Update pylint.

Remove company_id on computing accounts, since account.group is not a company based model, filtering accounts is done on trial balance report.

Update account variables.

Improve condition in padding on accounts.

Add option to print hierarchy based on defined accounts/computed accounts.

Add VAT report, hierarchy from tax tags ans taxes.

Fix pylint, xlsx report generation header.

Update code to select code_prefix or name.

Update code to select code_prefix or name.

Update code to select code_prefix or name.

Fix domain in base amounts in vat report.

Change trial balance code_prefix or name.

Update trail balance, add tests for vat report.

Update pylint, amounts as monetary, many2one option on generation excels.

Update pulint.

Add VAT Report in readme.

Add VAT Report in readme.

Update array_agg.

Update array_agg.

Update array_agg.

Add option in VAT Report to be printed on Tax Tags - Tax Groups.

Add widget to hierarchy_on on trial balance.
2019-06-13 21:03:34 +02:00
rgarnau 05477ee3a7 [ADD] Responsive reports 2019-06-13 21:03:34 +02:00
Adrien Peiffer (ACSONE) 379790d276 [10.0] AFR Aged partner balance : columns and datas consistency. (#383) 2019-06-13 21:02:40 +02:00
Jordi Ballester 7eaaa86a07 [MIG] account_financial_report_qweb: Migration to 11.0
* dynamize general ledger
2019-06-13 21:02:26 +02:00