Stéphane Bidoul (ACSONE)
403612679c
[FIX] add missing domain filter on subkpi
one can only add subkpis that belong to the same report.
8 years ago
Stéphane Bidoul (ACSONE)
58c559b59f
Merge pull request #218 from acsone/9.0-imp_mis_builder_menus_tbi
[9.0][IMP] New submenu in financial reporting for MIS Builder entries
8 years ago
Thomas Binsfeld
9af17587fc
[IMP] prepare_locals_dict ( #199 )
9 years ago
OCA Git Bot
4c6e10442a
[UPD] addons table in README.md
8 years ago
Pedro M. Baeza
ff06ca82d0
[FIX] mis_builder: Obsolete migration script
8 years ago
Pedro M. Baeza
3c5dc2449a
Merge pull request #230 from acsone/9.0-rm-afr_webkit-sbi
[DEL] remove account_financial_report_webkit from the 9.0 branch
8 years ago
Stéphane Bidoul (ACSONE)
eb650d671e
[DEL] remove account_financial_report_webkit from the 9.0 branch
superseded by account_financial_report_qweb
8 years ago
Frédéric Clementi
13d43100ee
Merge pull request #219 from jcoux/oca_reports_optimization
Performance improvement for OCA accounting reports
8 years ago
jcoux
9ad59f8a2b
Performance improvement for OCA accounting reports
8 years ago
Thomas Binsfeld
be7849aee3
[IMP] New submenu in financial reporting for MIS Builder entries
8 years ago
OCA Git Bot
f9d637d8bc
[UPD] addons table in README.md
8 years ago
Frédéric Clementi
274256d1e8
Merge pull request #211 from jcoux/ledger_reports
OCA financial reports
8 years ago
Matthieu Dietrich
9fbcd37bbe
Merge pull request #1 from acsone/9.0-oca-report-setup-ape
[ADD] setup.py
8 years ago
Adrien Peiffer (ACSONE)
e1383f8795
[ADD] setup.py
8 years ago
Matthieu Dietrich
676eac6bc1
Add complete definition for menus (can be removed by Enterprise version)
8 years ago
Stéphane Bidoul (ACSONE)
4eb90b55d5
Merge pull request #209 from richard-willowit/9.0_mis_menu
[9.0] fix mis_builder menus in Odoo enterprise
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
Richard deMeester
39d7937211
[9.0] mis reporting
Put configuration items on configuration menu which is not dropped by the
enterprise install.
Fixes #208
8 years ago
jcoux
b01e392d0f
Add OCA Aged Partner Balance report PDF
8 years ago
jcoux
d7b34ccf97
Add OCA Open Invoice report
9 years ago
jcoux
af306bab1f
Add OCA General/Partner Ledger PDF
9 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