[IMP]: Improve report 'Accounting / Periodical Processing/Billing/Send Followups/Print Followup'.

bzr revid: rch_open_erp-20100927125028-2xxke9aww2e7vwox
This commit is contained in:
rch (Open ERP) 2010-09-27 18:20:28 +05:30
parent 0ead3f7df3
commit 927c47b05a
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@
<para style="terp_default_Right_9">[[formatLang(reduce(lambda x,y: x+y['debit'], getLines(o), 0.00)) ]]</para>
</td>
<td>
<para style="terp_default_Right_9">[[formatLang(reduce(lambda x,y: x+y['credit'], getLines(o), 0.00)) ]]/para>
<para style="terp_default_Right_9">[[formatLang(reduce(lambda x,y: x+y['credit'], getLines(o), 0.00)) ]]</para>
</td>
<td>
<para style="terp_default_Right_9">[[ formatLang(reduce(lambda x,y: x+(y['debit'] - y['credit']), filter(lambda x: x['date_maturity'] &lt; time.strftime('%Y-%m-%d'), getLines(o)), 0)) ]] [[ company.currency_id.symbol ]]</para>