Stefan Rijnhart
adc81d9859
[FIX] Don't break installations that don't have report_xlsx installed
Fixes 287
8 years ago
jcoux
dca041afcd
OCA reports XLSX: Better override to define workbook creation options
8 years ago
OCA Transbot
2e471003da
OCA Transbot updated translations from Transifex
8 years ago
Alexis de Lattre
2153f46a67
Fix bug #252 fix same issue in report_aged_partner_balance_qweb_move_line
8 years ago
Alexis de Lattre
e621b78471
Fix bug #252 : generate create_uid and create_date columns in table report_aged_partner_balance_qweb_line
8 years ago
Akim Juillerat
2b1e69fb41
Fix initial balance computation
8 years ago
OCA Transbot
ccda04526e
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
54f4d83a21
OCA Transbot updated translations from Transifex
8 years ago
Adrien Peiffer (ACSONE)
11a0d77fe4
[FIX] Give id instead of recordset.
8 years ago
Adrien Peiffer (ACSONE)
5334f86762
Migration of account_financial_report_qweb to 10.0
8 years ago
Yannick Vaucher
e8e5ab8c93
Fix typo in readme
8 years ago
Pedro M. Baeza
beee61a6ae
[MIG] Rename manifest files
8 years ago
Pedro M. Baeza
d954684535
[MIG] Make modules uninstallable
8 years ago
jcoux
158fe90a21
Performance improvement for OCA accounting reports
8 years ago
Matthieu Dietrich
76cda4d6a0
Add complete definition for menus (can be removed by Enterprise version)
8 years ago
jcoux
eec2afe142
Fix encoding on report tests
8 years ago
jcoux
1421c92442
Add missing unaffected earnings account into reports
8 years ago
jcoux
7e2d01dfa8
Hide odoo PDF reports menu
8 years ago
jcoux
058a362abb
Add french translations to OCA reports
8 years ago
jcoux
1010c6ebc6
Delete the useless False default values for boolean fields
8 years ago
jcoux
09477b88e9
Fix module version and delete useless section on readme
8 years ago
jcoux
76d5c196d0
Extract dictionary used for report creation to a separate method
8 years ago
jcoux
4a01fb5bba
Refactoring and add new tests
8 years ago
jcoux
79e0669787
Global review, fix and make missing fields translatable
8 years ago
jcoux
e5d5df9cdc
Add OCA Aged Partner Balance XLSX
8 years ago
jcoux
acdc81d29f
Trial Balance XLSX: Remove unused variables
8 years ago
jcoux
da533fff72
Add OCA Open Items Report XLSX
8 years ago
jcoux
98dfcb23f2
Fix missing label translatable
8 years ago
jcoux
acbaa0f50a
Add OCA Trial Balance report PDF and XLSX
8 years ago
jcoux
e763ce0631
Add tests
8 years ago
jcoux
a26b096f96
Fix reports generation
8 years ago
jcoux
3d12c5e114
Code cleaning
8 years ago
jcoux
0cc3b9a0bb
Add cost center filter on OCA General Ledger Report
8 years ago
jcoux
b8a52a5b06
Global review, fix and make fields translatable
8 years ago
jcoux
81bbcb5bf1
Code cleaning and readme update
8 years ago
jcoux
94387501cb
Review and refactoring of OCA General Ledger XLSX
8 years ago
jcoux
8628652d9c
Review of OCA Aged Partner Balance Report PDF
8 years ago
jcoux
ca438bddb6
Review of OCA Open Items Report PDF
8 years ago
jcoux
cb19fac550
Review of OCA General Ledger Report PDF
8 years ago
jcoux
0969f165c1
Add OCA General Ledger Report XLSX
8 years ago
jcoux
563c6ae4f3
Add OCA Aged Partner Balance report PDF
8 years ago
jcoux
76321d62c8
Add OCA Open Invoice report
8 years ago
jcoux
0ebd730c8d
Add OCA General/Partner Ledger PDF
8 years ago
Leonardo Pistone
330abb71ae
show init balance, delete init credit, debit
9 years ago
Leonardo Pistone
9a7e6d43ec
lint SQL
9 years ago
Leonardo Pistone
a1d97fc68c
add fy start date from gl wizard
9 years ago
Leonardo Pistone
5e6555ee50
gl: hide init debit, credit
9 years ago
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.
9 years ago
Leonardo Pistone
5279295393
remove unused join on partner
9 years ago
Leonardo Pistone
a5ffeee748
move ledger query to a file for easier testing
9 years ago