jcoux
2176332703
OCA reports XLSX: Better override to define workbook creation options
8 years ago
OCA Transbot
a0ade90919
OCA Transbot updated translations from Transifex
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
OCA Transbot
335c2e2844
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
cbef6c306f
OCA Transbot updated translations from Transifex
8 years ago
Adrien Peiffer (ACSONE)
588923de06
[FIX] Give id instead of recordset.
8 years ago
Adrien Peiffer (ACSONE)
d78bb0cd07
Migration of account_financial_report_qweb to 10.0
8 years ago
Yannick Vaucher
ce089ae99b
Fix typo in readme
8 years ago
Pedro M. Baeza
e92b0b04f3
[MIG] Rename manifest files
8 years ago
Pedro M. Baeza
353b904cd1
[MIG] Make modules uninstallable
8 years ago
jcoux
9ad59f8a2b
Performance improvement for OCA accounting reports
8 years ago
Matthieu Dietrich
676eac6bc1
Add complete definition for menus (can be removed by Enterprise version)
8 years ago
jcoux
b003d2aca4
Fix encoding on report tests
8 years ago
jcoux
c3f2dda9c9
Add missing unaffected earnings account into reports
8 years ago
jcoux
790fae157a
Hide odoo PDF reports menu
8 years ago
jcoux
9ca13b1e58
Add french translations to OCA reports
8 years ago
jcoux
6b9220feb6
Delete the useless False default values for boolean fields
8 years ago
jcoux
2af9293e78
Fix module version and delete useless section on readme
8 years ago
jcoux
a7c904eaa8
Extract dictionary used for report creation to a separate method
8 years ago
jcoux
50b3b4577d
Refactoring and add new tests
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
jcoux
cf7127e73d
Fix missing label translatable
8 years ago
jcoux
8ac8873bac
Add OCA Trial Balance report PDF and XLSX
8 years ago
jcoux
6e9d24bc43
Add tests
8 years ago
jcoux
8df98638d1
Fix reports generation
8 years ago
jcoux
6ba9b4979f
Code cleaning
8 years ago
jcoux
4a2950b966
Add cost center filter on OCA General Ledger Report
8 years ago
jcoux
02a0eaff0a
Global review, fix and make fields translatable
8 years ago
jcoux
872aa1c995
Code cleaning and readme update
8 years ago
jcoux
9b9172e5e5
Review and refactoring of OCA General Ledger XLSX
8 years ago
jcoux
22d40ebd72
Review of OCA Aged Partner Balance Report PDF
8 years ago
jcoux
b910867649
Review of OCA Open Items Report PDF
8 years ago
jcoux
071af36c07
Review of OCA General Ledger Report PDF
8 years ago
jcoux
7a87437bde
Add OCA General Ledger Report XLSX
8 years ago
jcoux
b01e392d0f
Add OCA Aged Partner Balance report PDF
8 years ago
jcoux
d7b34ccf97
Add OCA Open Invoice report
8 years ago
jcoux
af306bab1f
Add OCA General/Partner Ledger PDF
8 years ago
Leonardo Pistone
7b88a742ba
show init balance, delete init credit, debit
9 years ago
Leonardo Pistone
11ecb46399
lint SQL
9 years ago
Leonardo Pistone
9dba52f915
add fy start date from gl wizard
9 years ago
Leonardo Pistone
2c6ab000b9
gl: hide init debit, credit
9 years ago
Leonardo Pistone
42337ed3e3
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
eadf4be770
remove unused join on partner
9 years ago
Leonardo Pistone
20ec7ca862
move ledger query to a file for easier testing
9 years ago
Leonardo Pistone
d41e6e396a
don't use find_daterange_fy_start: it was removed
The method find_daterange_fy_start used to be in account_fiscal_year but
it was removed in
https://github.com/OCA/account-financial-tools/pull/378/commits/073f324df
9 years ago