Commit Graph

1056 Commits (7eb797ab15a0230303164421167a137ce30a06cc)

Author SHA1 Message Date
Jairo Llopis 7eb797ab15 [FIX][account_financial_report_qweb] Fix ImportError.
It was happening when `xlsxwriter` python module was not available.

Bump version, add external dependencies.
2016-09-26 09:57:07 +02:00
Frédéric Clementi 13d43100ee Merge pull request #219 from jcoux/oca_reports_optimization
Performance improvement for OCA accounting reports
2016-09-09 13:55:53 +02:00
jcoux 9ad59f8a2b Performance improvement for OCA accounting reports 2016-09-07 08:19:56 +02:00
OCA Git Bot f9d637d8bc [UPD] addons table in README.md 2016-08-30 02:40:56 +02:00
Frédéric Clementi 274256d1e8 Merge pull request #211 from jcoux/ledger_reports
OCA financial reports
2016-08-29 15:40:38 +02:00
Matthieu Dietrich 9fbcd37bbe Merge pull request #1 from acsone/9.0-oca-report-setup-ape
[ADD] setup.py
2016-08-22 16:46:06 +02:00
Adrien Peiffer (ACSONE) e1383f8795 [ADD] setup.py 2016-08-19 08:41:39 +02:00
Matthieu Dietrich 676eac6bc1 Add complete definition for menus (can be removed by Enterprise version) 2016-08-17 16:48:48 +02:00
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
2016-08-17 11:06:02 +02:00
jcoux b003d2aca4 Fix encoding on report tests 2016-08-12 15:27:37 +02:00
jcoux c3f2dda9c9 Add missing unaffected earnings account into reports 2016-08-12 14:58:29 +02:00
jcoux 790fae157a Hide odoo PDF reports menu 2016-08-11 15:19:46 +02:00
jcoux 9ca13b1e58 Add french translations to OCA reports 2016-08-11 14:47:11 +02:00
jcoux 6b9220feb6 Delete the useless False default values for boolean fields 2016-08-10 10:42:09 +02:00
jcoux 2af9293e78 Fix module version and delete useless section on readme 2016-08-10 10:35:47 +02:00
jcoux a7c904eaa8 Extract dictionary used for report creation to a separate method 2016-08-10 10:31:16 +02:00
jcoux 50b3b4577d Refactoring and add new tests 2016-08-01 09:58:49 +02:00
jcoux 65d5306316 Global review, fix and make missing fields translatable 2016-07-29 15:47:49 +02:00
jcoux 6f00485dc4 Add OCA Aged Partner Balance XLSX 2016-07-29 14:59:00 +02:00
jcoux 9472a9c51a Trial Balance XLSX: Remove unused variables 2016-07-28 15:08:33 +02:00
jcoux 6f69b30666 Add OCA Open Items Report XLSX 2016-07-28 14:50:49 +02:00
jcoux cf7127e73d Fix missing label translatable 2016-07-28 12:06:13 +02:00
jcoux 8ac8873bac Add OCA Trial Balance report PDF and XLSX 2016-07-28 11:17:31 +02:00
jcoux 6e9d24bc43 Add tests 2016-07-27 14:37:23 +02:00
jcoux 8df98638d1 Fix reports generation 2016-07-27 10:15:44 +02:00
jcoux 6ba9b4979f Code cleaning 2016-07-26 17:03:18 +02:00
jcoux 4a2950b966 Add cost center filter on OCA General Ledger Report 2016-07-26 15:11:26 +02:00
jcoux 02a0eaff0a Global review, fix and make fields translatable 2016-07-26 15:11:12 +02:00
jcoux 872aa1c995 Code cleaning and readme update 2016-07-26 09:12:17 +02:00
jcoux 9b9172e5e5 Review and refactoring of OCA General Ledger XLSX 2016-07-25 18:29:38 +02:00
jcoux 22d40ebd72 Review of OCA Aged Partner Balance Report PDF 2016-07-25 18:29:38 +02:00
jcoux b910867649 Review of OCA Open Items Report PDF 2016-07-25 18:29:29 +02:00
jcoux 071af36c07 Review of OCA General Ledger Report PDF 2016-07-25 18:28:10 +02:00
jcoux 7a87437bde Add OCA General Ledger Report XLSX 2016-07-22 13:17:01 +02:00
Richard deMeester 39d7937211 [9.0] mis reporting
Put configuration items on configuration menu which is not dropped by the
enterprise install.

Fixes #208
2016-07-12 11:22:38 +10:00
jcoux b01e392d0f Add OCA Aged Partner Balance report PDF 2016-07-06 16:20:25 +02:00
jcoux d7b34ccf97 Add OCA Open Invoice report 2016-07-06 16:20:25 +02:00
jcoux af306bab1f Add OCA General/Partner Ledger PDF 2016-07-06 16:19:44 +02:00
Leonardo Pistone 7b88a742ba show init balance, delete init credit, debit 2016-06-07 14:16:35 +02:00
Leonardo Pistone 11ecb46399 lint SQL 2016-06-07 14:04:07 +02:00
Leonardo Pistone 9dba52f915 add fy start date from gl wizard 2016-06-07 14:00:33 +02:00
Leonardo Pistone 2c6ab000b9 gl: hide init debit, credit 2016-06-07 13:55:12 +02:00
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.
2016-06-06 16:09:13 +02:00
Leonardo Pistone eadf4be770 remove unused join on partner 2016-06-06 14:41:25 +02:00
Leonardo Pistone 20ec7ca862 move ledger query to a file for easier testing 2016-06-06 14:40:50 +02:00
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
2016-06-03 16:16:57 +02:00
Leonardo Pistone 4c7254e64e remove unused onchange
There is no until_date field on this wizard (Jordi removed it).
2016-06-03 15:26:27 +02:00
OCA Git Bot b61ced43e9 [UPD] addons table in README.md 2016-05-28 02:40:18 +02:00
Thomas Binsfeld 1e5dc31137 [FIX] mis_builder: iter_cell_tuples (#198) 2016-05-27 16:27:27 +02:00
Stéphane Bidoul (ACSONE) 851a01570f [IMP] mis_builder: removed unused argument (#197)
Was forgotten in 53192385fb
2016-05-27 10:24:56 +02:00