SimoRubi
620c94dd6c
insert tuple in query without trailing comma
4 years ago
eLBati
7ebf550518
FIX account_financial_report_qweb trial balance: consider journals set in wizard
5 years ago
Denis Roussel
3d5e669918
[10.0][IMP] account_financial_report_qweb: Improve performances
We rely on full reconciliation and remove the HAVING clause
which could be bulky as operating after the SELECT.
5 years ago
mreficent
95376612b4
[FIX] account_financial_report: singleton error in aged partner balance report
Solves https://github.com/OCA/account-financial-reporting/issues/513
6 years ago
Jordi Ballester Alomar
08e850b912
account_financial_report_qweb: add option to hide parent hierarchy levels
6 years ago
Jordi Ballester Alomar
f1ff05404f
[account_financial_report_qweb] when computing the trial balance,
do not pass the parameter 'hide_account_at_0' to the computation
of the general ledger.
6 years ago
Pedro M. Baeza
4189aff774
[FIX] account_financial_report: Incorrect SQL query for cost centers
6 years ago
Alexis de Lattre
5dcff026c6
account_financial_report_qweb: fix line return on date field in open items report in PDF
6 years ago
Iryna Vyshnevska
5b91035268
[FIX] pylint
6 years ago
Iryna Vyshnevska
bea650101a
[IMP] change items color
6 years ago
Iryna Vyshnevska
50ef29e405
[IMP] Link reconcile model instead just name
6 years ago
Jordi Ballester Alomar
1fcc65adfb
[account_financial_report_qweb] fix title formatting for all reports
6 years ago
Jordi Ballester Alomar
76924ac390
[account_financial_report_qweb] backport of PR #498
6 years ago
mreficent
6262655082
[IMP] account_financial_report:
- adapt the wizards to multicompany
- improve titles of reports
7 years ago
Alexis de Lattre
d63c07e15a
Grab improvements from PR #469 (LLN Code sprint)
Use OCA module web_widget_many2many_tags_multi_selection: remove inherit of create() in wizards and restore many2many_tags for account and partner filters
Better layout of columns in Web/PDF report of trial balance
Fix XLSX reports in foreign currency
Update string "Account balance at 0 filter" -> "Account at 0 filter"
Remove onchange on hide_account_at_0 in trial balance wizard
6 years ago
Jordi Ballester Alomar
0ed18d6c02
[account_financial_report][IMP] Adds the following features, available in 11.0
- Introduce dependency with module account_group from OCA/account-financial-tools
All reports:
- Rename field to hide accounts at 0 to 'hide_account_at_0'
Trial Balance:
- Add hierarchy levels.
- 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
6 years ago
Abraham Anes
6997ac4ec5
[10.0][FIX] account_financial_report_qweb: Widget date for t-raw date ( #483 )
6 years ago
jcoux
c56bd060f0
[ADD][10.0] account_financial_report_qweb: add analytic tags
7 years ago
Patrick Tombez
e4bf4c65a3
[10.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.
6 years ago
mpanarin
b803646c8a
[ADD] 10.0 account_financial_report_qweb: add journal filter
on Trial Balance
6 years ago
mpanarin
0715040eab
[ADD] 10.0 account_financial_report_qweb: filter on journals
On General Ledger
6 years ago
Jordi Ballester Alomar
a530a9f785
adjust qweb styles
7 years ago
hveficent
0a886af6d6
[10.0] [BACKPORT] foreign currencies + dynamic reports
7 years ago
Simone Rubino
a8db3831ac
[ADD] foreign currency total in xlsx General ledger report
7 years ago
Jordi Ballester Alomar
4dfccbe760
fixes the reporting of unaffected earnings account
7 years ago
hveficent
5411216a76
[FIX] add currency name in some trial balance functions
7 years ago
Benjamin Willig
ef6d62632a
[ADD] Qweb and xlsx journal report
7 years ago
jbeficient
29bd9645c3
Currency from account instead of move lines
7 years ago
Simone Rubino
0d6a3d09f4
[ADD] multi currency in initial and final balance, if all lines have multi currency
7 years ago
Simone Rubino
adae940f33
[FIX] refresh method is deprecated (in fact, it just calls invalidate_cache)
7 years ago
Adrien Peiffer (ACSONE)
cabe54efb0
[10.0] AFR Aged partner balance : columns and datas consistency. ( #383 )
7 years ago
Jordi Ballester
72db79a0e1
fix multicurrency support
7 years ago
Benjamin Willig
1cfb51f0ae
[FIX] pylint/pep8
7 years ago
Benjamin Willig
1e1bf2a301
[CHG] Use tax description if it exists. Removed useless when condition
7 years ago
Benjamin Willig
5867601b5e
[ADD] Add taxes description in general ledger report
7 years ago
Adrien Peiffer (ACSONE)
2642b7afe5
[FIX] account_financial_report_qweb: date condition in open items report.
This commit includes move lines on the report date by default. These lines shouldn't be considered in the futur.
7 years ago
Alexis de Lattre
536e09fa3e
account_financial_report_qweb: all reconcile accounts allowed in Open Items report
8 years ago
Florian da Costa
461b4c1757
Fix unaffected account balance and add test
8 years ago
jcoux
2176332703
OCA reports XLSX: Better override to define workbook creation options
8 years ago
Alexis de Lattre
7a470ec469
Fix bug #252 fix same issue in report_aged_partner_balance_qweb_move_line
8 years ago
Alexis de Lattre
4d632363b2
Fix bug #252 : generate create_uid and create_date columns in table report_aged_partner_balance_qweb_line
8 years ago
Akim Juillerat
9a3ff2d1e9
Fix initial balance computation
8 years ago
Adrien Peiffer (ACSONE)
d78bb0cd07
Migration of account_financial_report_qweb to 10.0
8 years ago
jcoux
9ad59f8a2b
Performance improvement for OCA accounting reports
8 years ago
jcoux
c3f2dda9c9
Add missing unaffected earnings account into reports
8 years ago
jcoux
a7c904eaa8
Extract dictionary used for report creation to a separate method
8 years ago
jcoux
65d5306316
Global review, fix and make missing fields translatable
8 years ago
jcoux
6f00485dc4
Add OCA Aged Partner Balance XLSX
8 years ago
jcoux
9472a9c51a
Trial Balance XLSX: Remove unused variables
8 years ago
jcoux
6f69b30666
Add OCA Open Items Report XLSX
8 years ago