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
Leonardo Pistone
d8a2d2cc83
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
Leonardo Pistone
e62a59f790
remove unused onchange
There is no until_date field on this wizard (Jordi removed it).
9 years ago
Leonardo Pistone
2cd1a05f6d
gl template: remove references to fiscalyear
9 years ago
Leonardo Pistone
182e2c437f
remove references to fiscalyear in code
9 years ago
Damien Crier
6673e9c535
[IMP] export general ledger to XLSX format
9 years ago
Leonardo Pistone
2de0ecc53c
add dependency on account_fiscal_year
9 years ago
Leonardo Pistone
495a6f1dd5
remove TEMP comment: they'll stay here for now
9 years ago
Leonardo Pistone
159415cb02
OCA instead of Camptocamp website
9 years ago
Leonardo Pistone
2db97a922c
summary on one line
9 years ago
Leonardo Pistone
79be9fe7e4
remove commented out line in manifest [ci skip]
The file not there.
9 years ago
Leonardo Pistone
a8b4f327ae
add contributors to README [ci skip]
9 years ago
Leonardo Pistone
873eea0b1a
remove more duplicated/renamed entries
9 years ago
Leonardo Pistone
0501b884f1
remove duplicate entries in data
Those come from weird merges probably.
9 years ago
Leonardo Pistone
0b399fa1d4
remove renamed xml file from manifest
9 years ago
Leonardo Pistone
16a0e9ff4a
update README
9 years ago
Leonardo Pistone
72083e9c64
remove unused import
9 years ago
jbeficent
5dc769fec8
[FIX] add move name to report.
9 years ago
jbeficent
604f85b728
[IMP] improvements on open invoice report.
9 years ago
Simone Orsi
ac49d305d4
minor cleanup plus some docstrings
9 years ago
Damien Crier
c8e890edb9
[FIX] try to find a FY start date according to the start date from
choosen period
[IMP] date fields required in ledger wizard
9 years ago
Simone Orsi
6ff0fcab92
fix indentation
9 years ago
Simone Orsi
d9f7c50852
add search view and default group by
9 years ago
Leonardo Pistone
ecb0c47250
actually filter by date
9 years ago
Leonardo Pistone
1727b334c8
group by month
9 years ago
Leonardo Pistone
9196bf28b8
select into instead of scrolling in python
9 years ago
Leonardo Pistone
2f8265ec65
integrate @jbeficent's prototype
9 years ago
Francesco Apruzzese
736ed55535
[IMP] Open Invoices - Order accounts, partners and moves on report
9 years ago
Ciro Urselli
7a29c61db3
[REF] graphics adjustment for report open invoice
9 years ago
Francesco Apruzzese
a7463846e5
[FIX] Dependences
9 years ago
Francesco Apruzzese
7a57e538e6
[FIX] Open Invoices - Minor improvment
[FIX] Wrong css classes in CSS
9 years ago
Francesco Apruzzese
bff739a8b3
[IMP] Open Invoices - Report based on div and new dedicated css
9 years ago
Francesco Apruzzese
dec7010883
[IMP] Open Invoices - Generic informations and calculation of totals for partner and account
9 years ago
Francesco Apruzzese
16384b4fa6
[FIX] Open Invoices - Graphical improvement and menu moved under OCA reports menu
9 years ago
andrea4ever
810b9c50af
[IMP] Fill report open invoice with first info's
9 years ago
Ciro Urselli
c0e3699032
[FIX] fix paperformat for open invoice and create row for balance account
9 years ago
Ciro Urselli
5c27020d71
[IMP] change position of information wizard from header to page and refactoring code
9 years ago
Damien Crier
758c287022
[ADD] readme.txt on modules
9 years ago
Damien Crier
5e87baaca8
[FIX] flake8
9 years ago
Damien Crier
a637164baa
[FIX] bad things in views. Now we can install/update module
9 years ago
eLBati
50a9576a12
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
9 years ago
Thomas Rehn
b560fa750e
amend author information
9 years ago
Thomas Rehn
1727ecb84d
[FIX] activate date_range and fix installation errors
9 years ago
Francesco Apruzzese
4023b4b9a8
[FIX] Header in python file and PEP8
9 years ago
Francesco Apruzzese
0fe0cb06fa
[IMP] Fill open invoice report with informations keep from account move lines
9 years ago
Thomas Rehn
34746a9ed0
[REF] move dummy menu items for balance sheet report wizards
9 years ago
robert rottermann
b94cdd8bd4
[ADD]added new wizzard account_financial_report_qweb/wizard/balance_sheet_wizard_view.xml
9 years ago
Leonardo Pistone
55f4dd8a6a
split long lines
9 years ago