Pedro M. Baeza
4f38153c97
[FIX] PEP8 + pylint
9 years ago
Agathe Mollé
9b897ef71b
[FIX] Fix bug with invoices aged exactly of 30 or 60 days
Those invoices were in 2 different table (e.g. 30-60 and 60+ for a 60 days invoice)
9 years ago
Agathe Mollé
1a209f7d60
[FIX] Fix self._partners bug, probably due to a bad merging
9 years ago
dufresnedavid
c1f9c351e2
Add invoice refunds
10 years ago
dufresnedavid
f3c96fa185
Add missing translation
10 years ago
dufresnedavid
5691db1b95
Base the report on the invoice date instead of due date
10 years ago
dufresnedavid
9e649a8f8a
Fix parser
10 years ago
dufresnedavid
013ec6f4e6
Simplify method _get_current_invoice_lines and add unit tests
10 years ago
EL HADJI DEM
d363c6b871
[UPD]Fix bug when send aged statement
* Put default_parent_id to false if it is in context
because it could be use in mail.compose.message model
and create a bug saying xx id doesn't exit in model.
* The default_parent_id only exists when doing search with
the related company field; to fix this issue, check if the
context contains the default_parent_id and put it false
10 years ago
dufresnedavid
04f14ac0ba
Fix programming error
10 years ago
dufresnedavid
f02c5a23ad
Remove unused methods, add timezone to the reference date and fix translation
10 years ago
dufresnedavid
37626bce76
Fix .travis.yml and fix method get_balance
10 years ago
dufresnedavid
fffd01cb21
Fix the order and remove unused parameter on methods
10 years ago
dufresnedavid
1eb8451f51
Improve the report. The total and paid amounts on each invocie will appear in the same line
10 years ago
dufresnedavid
ebcf344c2f
Fix supplier and partner reports so that supplier report has only payable amounts and partner has only receivable amounts. Both reports have now all amounts in the correct column with the correct sign
10 years ago
dufresnedavid
9f6efbf201
Add missing french translation
10 years ago
dufresnedavid
378bacea00
Add Supplier Aged Statement report
10 years ago
Loïc Faure-Lacroix
4920468bfc
Added a missing br and fixed html formatting
10 years ago
Loïc Faure-Lacroix
4d986a9f30
Include uncessary <br> inside hidden code to prevent trailing brs
10 years ago
Loïc Faure-Lacroix
b80d630eda
Fix translation "Send aged statement"
10 years ago
Loïc Faure-Lacroix
680baefcf0
Fix partner aged statement translation
10 years ago
Loïc Faure-Lacroix
21ecd6e1a9
Translate header
10 years ago
Loïc Faure-Lacroix
94a97f099a
Update french translation
10 years ago
Loïc Faure-Lacroix
05796d13ff
Added translations
10 years ago
Vincent Vinet
63c6cca96d
style fix, copyright missing
10 years ago
Vincent Vinet
650ffe071d
clean page break fix
10 years ago
Vincent Vinet
97d63a205a
prevent extra useless second page
10 years ago
Marc Cassuto
9d79988d4c
account_partner_aged_statement - Minor fixes :
1/ aling-right for cell with amounts
2/ print the line.move_id.name rather than line_id.name which usually provides the information than line_id.ref
10 years ago
Marc Cassuto
8164107ae7
account_partner_aged_statement_webkit: fetch the email's body from the Company's Overdue Message
10 years ago
Vincent Vinet
791cd7323e
change the query based on current partner to get partner lines
10 years ago
Marc Cassuto
f3324bddc5
account_partner_aged_statement_webkit - try to get one partner report per line
10 years ago
Marc Cassuto
66a35a93db
account_partner_aged_statement_webkit - add the following :
* the summary per period
* the list of invoices per period
* the invoices are also shown with the foreign currency
10 years ago
Vincent Vinet
9ff170c3ea
inherit the account module aging report while limiting to a partner
10 years ago
Marc Cassuto
3e392c43d9
account_partner_aged_statement_webkit: clean folder
10 years ago
Marc Cassuto
233a8f4e30
[ADD] new module account_partner_aged_statement
10 years ago