Hemendra Paregi(Open ERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-bug-900751-hpa into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
Related bugs:
Bug #900751 in OpenERP Addons: "[Trunk 6.1] Print Overdue Payments report"
https://bugs.launchpad.net/openobject-addons/+bug/900751
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-900751-hpa/+merge/86524
Hello
Fix maturity in "Overdue Payments report".
Thanks.
Hemendra.
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-900751-hpa/+merge/86524
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-bug-900751-hpa.
=== modified file 'account/report/account_print_overdue.rml'
--- account/report/account_print_overdue.rml 2011-09-13 04:39:47 +0000
+++ account/report/account_print_overdue.rml 2011-12-21 10:01:46 +0000
@@ -219,7 +219,7 @@
<para style="terp_default_Right_9">[[ (line['account_id']['type'] == 'receivable' and formatLang(line['credit']) or 0) or (line['account_id']['type'] == 'payable' and formatLang(line['debit'] * -1) or 0) ]]</para>
</td>
<td>
- <para style="terp_default_Right_9">[[ formatLang((line['date_maturity'] < time.strftime('%Y-%m-%d'))) and formatLang(line['debit'] - line['credit'], currency_obj=company.currency_id) ]</para>
+ <para style="terp_default_Right_9">[[ time.strftime('%Y-%m-%d') > formatLang((line['date_maturity'])) and formatLang(line['debit'] - line['credit']) ]] [[ company.currency_id.symbol ]] </para>
</td>
<td>
<para style="terp_default_Centre_9">[[ line['blocked'] and 'X' or '' ]]</para>
=== modified file 'account/report/account_print_overdue.sxw'
Binary files account/report/account_print_overdue.sxw 2011-01-14 00:11:01 +0000 and account/report/account_print_overdue.sxw 2011-12-21 10:01:46 +0000 differ
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp