David Dufresne
04eeebd13a
[8.0] Fix account.move.line field last_rec_date ( #213 )
[8.0] account_financial_report_webkit: Fix account.move.line field last_rec_date
8 years ago
Matthieu Dietrich
4e769542dc
Fix comparison between balances
9 years ago
Adrien Peiffer (ACSONE)
7534a05d9c
[FIX] Change trigger of last_rec_date.
9 years ago
Leonardo Pistone
4e745687c2
selection label now makes sense in English
9 years ago
Leonardo Pistone
83113139c7
use float_is_zero
9 years ago
Leonardo Pistone
518988dc65
add an option in partner balance for non-zero only
This options exists in the partner balance from the account module. It
was not there in the webkit module though. The naming is the same as
from the odoo module.
A very old commit message for the webkit report mentions this
functionality but apparently it is not there.
By default all partners are shown as before. This option works for both
PDF and XLS reports.
9 years ago
Leonardo Pistone
129adaf283
new api and conventions
9 years ago
Pedro M. Baeza
0eb262edfc
[FIX] account_financial_report_webkit: PEP8
9 years ago
Jacques-Etienne Baudoux
d3ce299670
[FIX] account_financial_report_webkit: in portrait layout, rows are split accross pages with half the line displayed on page1 and second half displayed on page2 on top of row header. This make data unreadable. See https://github.com/wkhtmltopdf/wkhtmltopdf/issues/1524 . Same fix as for the landscape layout
9 years ago
Pedro M. Baeza
fdeca8880a
[IMP] account_financial_report_webkit: ES translation
9 years ago
Pedro M. Baeza
bbfdc4429e
[IMP] account_financial_report_webkit: Allow to select account level on trial balance
9 years ago
Alexis de Lattre
5e7be0f4eb
PEP8 fix
Take into account the remarks of Pedro
9 years ago
Jacques-Etienne Baudoux
ffc37c64e5
[FIX] account_financial_report_webkit: in landscape layout, row are split accross pages with half the line displayed on page1 and second half displayed on page2 on top of row header. This make data unreadable. See https://github.com/wkhtmltopdf/wkhtmltopdf/issues/1524
9 years ago
Alexis de Lattre
b8afe8d788
Fix string in label
9 years ago
Alexis de Lattre
8ffc548a0d
Filter by date by default, to have an aged open invoices report as of today
9 years ago
Alexis de Lattre
0452608a2f
Add aged open invoices report
Minor style enhancement to aged trial balance
9 years ago
Pedro M. Baeza
5ed587030b
[FIX] account_financial_report_webkit: Don't overpass top level account
With current code, the top level accounts (the 0 one) is ignored in
the population of debit, credit and balance data, provoking that the
report shows a line with all 0's, which leads to confussion to users.
I see no reason for zeroing this data, as it can be significant for
certain account charts, and can be easily ignored for those who not.
9 years ago
Adrien Peiffer (ACSONE)
cc80f66f56
[FIX] Flake8 issues
9 years ago
Stéphane Bidoul
af05e07136
[UPD] prefix versions with 8.0
9 years ago
Matthieu Dietrich
139b653e14
Remove un-optimized "LIMIT 1" from SQL request
9 years ago
Arminas Grigonis
8293f486a6
[IMP][i18n] account_financial_report_webkit: Lithuanian translation
10 years ago
Stéphane Bidoul
ae2b62f0ee
[FIX] afr_webkit: fix aged partner balance test fixes #67
Even if period_from is not visible in the wizard
it is still necessary for the validation check to pass.
10 years ago
Stéphane Bidoul
f4740a29b6
[FIX] afr_webkit: fix wrong group assignment
10 years ago
Stéphane Bidoul
e43440b85a
[FIX] afr_webkit: remove deprecated fields, should greenify runbot
10 years ago
luc-demeyer
95f43a4e58
update icon aml_report_xls, fix travis error account_financial_report_webkit
10 years ago
Yannick Vaucher
500e7a61cc
Move module icon in static/description
10 years ago
Alexandre Fayolle
76856c9dee
Add OCA as author of OCA addons
In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.
10 years ago
Guewen Baconnier
d91d981b6e
Fix 2 pep8 errors in account_financial_report_webkit
10 years ago
Guewen Baconnier
d62ac0a987
Fix 2 pep8 errors in account_financial_report_webkit
10 years ago
Guewen Baconnier
a90af8e2f4
Change the periods when the fiscal year is modified
The default value on period_from is now useless because set by the
onchange when we set the fiscalyear.
10 years ago
ccarly
dd713243a7
Error programming
10 years ago
ccarly
8dad0e5f55
fixes #36 - v8 account_financial_report_webkit error when print journal
10 years ago
Guewen Baconnier
c79efef2bf
Remove contradictory help message
10 years ago
Guewen Baconnier
066f818573
Set the required period to
10 years ago
Guewen Baconnier
bdda82009e
The end period must be set and thus the fiscal year too
10 years ago
Guewen Baconnier
8671e63f54
Set a first period found because the start period is mandatory.
And what we want is to look in all the periods since the beginning.
Also set a default fiscal year to the current one so we have a default
end period.
10 years ago
Guewen Baconnier
8bacbd6083
Remove the dates and "period from" from the aged balance tests
10 years ago
Guewen Baconnier
47333a0dc5
Add es translation term
10 years ago
Guewen Baconnier
8c9aa6d0b0
Aged balance report: the only sensible filter is by end period
The filters by date or by start period are meaningless for an aged partner
balance. Hide the choice of filters and let only the 'end period' available.
10 years ago
Guewen Baconnier
cffbb0e2b8
Update french translation
10 years ago
Guewen Baconnier
e775a96cf7
Update pot
10 years ago
Stéphane Bidoul
7da9478925
[FIX] pylint
10 years ago
Stéphane Bidoul
09bc991004
[FIX] webkit: trial balance fix migration bugs
10 years ago
Anthony Muschang
78bb7af017
[FIX]account_financial_report_webkit: pep8
10 years ago
Anthony Muschang
8e76fe6e61
[CHG]account_financial_report_webkit: Migration to v8
10 years ago
Anthony Muschang
7c0a04744e
[CHG] Migration to v8
10 years ago
Anthony Muschang
9cd0c23323
[CHG] Migration to v8
10 years ago
Laurent Mignon (aka lmi)
6ebcf041c8
[FIX] Use the migration machinery to launch the initialization of the newly created column on account_move_line only on the first installation of the module account_financial_report_webkit
10 years ago
Alexandre Fayolle
f82ce533a0
addons not ported in 8.0
10 years ago
Laetitia Gangloff
86d11702c5
[pep8] - F841 - remove unused style, exc
10 years ago