Commit Graph

1015 Commits (af306bab1f7b33adda0b95650eaac1deed03e87c)

Author SHA1 Message Date
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
Leonardo Pistone 06eedbc3d7 account_fiscal_year is on account-financial-tools 2016-05-26 15:30:04 +02:00
Leonardo Pistone f1687bca6c gl template: remove references to fiscalyear 2016-05-26 15:08:14 +02:00
Leonardo Pistone 7c1e748eae remove references to fiscalyear in code 2016-05-26 15:06:34 +02:00
Damien Crier a60dd3efff [IMP] export general ledger to XLSX format 2016-05-26 15:01:55 +02:00
Leonardo Pistone d56a2e28a0 add dependency on account_fiscal_year 2016-05-26 14:25:02 +02:00
Leonardo Pistone b60b154a3a remove TEMP comment: they'll stay here for now 2016-05-26 13:30:26 +02:00
Leonardo Pistone fe8f160904 OCA instead of Camptocamp website 2016-05-26 13:28:28 +02:00
Leonardo Pistone 872490f79b summary on one line 2016-05-26 13:27:53 +02:00
Leonardo Pistone 19597e490a remove commented out line in manifest [ci skip]
The file not there.
2016-05-26 13:26:48 +02:00
Leonardo Pistone a14cf6d1fa add contributors to README [ci skip] 2016-05-26 13:23:37 +02:00
Leonardo Pistone b9af3d32a0 remove more duplicated/renamed entries 2016-05-26 12:49:14 +02:00
Leonardo Pistone 411390f377 remove duplicate entries in data
Those come from weird merges probably.
2016-05-26 12:47:36 +02:00
Leonardo Pistone 9c1f418466 remove renamed xml file from manifest 2016-05-26 12:45:53 +02:00
Leonardo Pistone 6066757826 update README 2016-05-26 11:41:57 +02:00
Leonardo Pistone 243fdc7685 remove unused import 2016-05-26 11:11:03 +02:00
jbeficent 144c386828 [FIX] add move name to report. 2016-05-25 16:11:34 +02:00
jbeficent cb0547b382 [IMP] improvements on open invoice report. 2016-05-25 16:11:34 +02:00
Simone Orsi 51288edf0d minor cleanup plus some docstrings 2016-05-25 16:11:34 +02:00
Damien Crier e5729e3907 [FIX] try to find a FY start date according to the start date from
choosen period
[IMP] date fields required in ledger wizard
2016-05-25 16:11:34 +02:00
Simone Orsi 7cbca3e6b6 fix indentation 2016-05-25 16:11:34 +02:00
Simone Orsi 6b20557985 add search view and default group by 2016-05-25 16:11:34 +02:00
Leonardo Pistone 0c2f55d0d4 actually filter by date 2016-05-25 16:11:34 +02:00
Leonardo Pistone 07c9067439 group by month 2016-05-25 16:11:34 +02:00
Leonardo Pistone c8d62f143a select into instead of scrolling in python 2016-05-25 16:11:34 +02:00
Leonardo Pistone c642ea89ef integrate @jbeficent's prototype 2016-05-25 16:11:34 +02:00
Francesco Apruzzese 1f90a30b77 [IMP] Open Invoices - Order accounts, partners and moves on report 2016-05-25 16:10:19 +02:00
Ciro Urselli 6c3507846f [REF] graphics adjustment for report open invoice 2016-05-25 16:10:19 +02:00
Francesco Apruzzese a276b1b575 [FIX] Dependences 2016-05-25 16:10:19 +02:00
Francesco Apruzzese 104006447d [FIX] Open Invoices - Minor improvment
[FIX] Wrong css classes in CSS
2016-05-25 16:10:19 +02:00
Francesco Apruzzese 83f108be24 [IMP] Open Invoices - Report based on div and new dedicated css 2016-05-25 16:10:19 +02:00
Francesco Apruzzese 51a7cdc5ac [IMP] Open Invoices - Generic informations and calculation of totals for partner and account 2016-05-25 16:10:19 +02:00
Francesco Apruzzese 62a1e8f074 [FIX] Open Invoices - Graphical improvement and menu moved under OCA reports menu 2016-05-25 16:10:19 +02:00
andrea4ever 55d30d5440 [IMP] Fill report open invoice with first info's 2016-05-25 16:10:19 +02:00
Ciro Urselli 297029fce2 [FIX] fix paperformat for open invoice and create row for balance account 2016-05-25 16:10:19 +02:00
Ciro Urselli 9ecd8b84fc [IMP] change position of information wizard from header to page and refactoring code 2016-05-25 16:10:19 +02:00
Damien Crier 4194c3dd2d [ADD] readme.txt on modules 2016-05-25 16:10:19 +02:00
Damien Crier ab321580e6 [FIX] flake8 2016-05-25 16:10:19 +02:00
Damien Crier 5b68a70b02 [FIX] bad things in views. Now we can install/update module 2016-05-25 16:10:19 +02:00
eLBati 79bd6bfeed FIX
File "/home/elbati/workspace/odoo/instances/demo9-community/parts/odoo-ocb/openerp/http.py", line 1502, in load_addons
    manifest = ast.literal_eval(open(manifest_path).read())
  File "/usr/lib/python2.7/ast.py", line 49, in literal_eval
    node_or_string = parse(node_or_string, mode='eval')
  File "/usr/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
File "<unknown>", line 15
    'Odoo Community Association (OCA)',
                                      ^
SyntaxError: invalid syntax
2016-05-25 16:10:19 +02:00
Thomas Rehn 3fac2e7c3c amend author information 2016-05-25 16:10:19 +02:00