~openerp-commiter/openobject-addons/trunk-addons-dhs

« back to all changes in this revision

Viewing changes to account/report/account_general_ledger_landscape.rml

  • Committer: DHS(OpenERP)
  • Date: 2011-01-12 05:33:06 UTC
  • mfrom: (4244.1.45 openobject-addons)
  • Revision ID: dhs@tinyerp.com-20110112053306-k2sv1s5dkm5xkzsx
[MERGE] 

Show diffs side-by-side

added added

removed removed

Lines of Context:
263
263
        <tr>
264
264
                <td>
265
265
                        <blockTable colWidths="404.0,335.0,79,73.5,72.5,79.00" style="Table5">
266
 
                                <tr>
 
266
                                <tr>
267
267
                                        <td><para style="Standard"><font color="white">[[ '..'*(o.level-1) ]]</font>[[ o.code ]] [[ o.name ]]</para></td>
268
268
                                        <td><para style="Standard"></para></td>
269
 
                                                <td alignment="right"><para style="P9b"><u>[[ formatLang(sum_debit_account(o), digits=get_digits(dp='Account')) ]]</u></para></td>
270
 
                                                <td alignment="right"><para style="P9b"><u>[[ formatLang(sum_credit_account(o), digits=get_digits(dp='Account')) ]]</u></para></td>
271
 
                                                <td><para style="P9b"><u>[[ formatLang(sum_balance_account(o), digits=get_digits(dp='Account')) ]] [[ company.currency_id.symbol ]]</u></para></td>
272
 
                                                <td><para style="P9b"><u>[[ o.currency_id and formatLang(sum_currency_amount_account(o), digits=get_digits(dp='Account')) + o.currency_id.code or '' ]]</u></para></td>
 
269
                                                <td alignment="right"><para style="P9b"><u>[[ formatLang(sum_debit_account(o), dp='Account') ]]</u></para></td>
 
270
                                                <td alignment="right"><para style="P9b"><u>[[ formatLang(sum_credit_account(o), dp='Account') ]]</u></para></td>
 
271
                                                <td><para style="P9b"><u>[[ formatLang(sum_balance_account(o), dp='Account') ]] [[ company.currency_id.symbol ]]</u></para></td>
 
272
                                                <td><para style="P9b"><u>[[ o.currency_id and formatLang(sum_currency_amount_account(o), dp='Account') + o.currency_id.code or '' ]]</u></para></td>
273
273
                                        </tr>
274
274
                        </blockTable>
275
275
                </td>
292
292
                        <td><para style="P2_content">[[ line['move'] ]]</para></td>
293
293
                        <td><para style="P3_content">[[ line['lname'] ]]</para></td>
294
294
                        <td><para style="P3_content_center">[[ strip_name(line['line_corresp'].replace(', ',','),40) ]]</para></td>
295
 
                        <td><para style="P4_content">[[ formatLang(line['debit'], digits=get_digits(dp='Account')) ]]</para></td>
296
 
                        <td><para style="P4_content">[[ formatLang(line['credit'], digits=get_digits(dp='Account')) ]]</para></td>
297
 
                        <td><para style="P4_content">[[ formatLang(line['progress'], digits=get_digits(dp='Account')) ]] [[ company.currency_id.symbol ]]</para></td>
298
 
                        <td><para style="P4_content">[[  formatLang(line['amount_currency'] or '')]] [[  line['currency_code'] or '' ]]</para></td>
 
295
                        <td><para style="P4_content">[[ formatLang(line['debit'], dp='Account') ]]</para></td>
 
296
                        <td><para style="P4_content">[[ formatLang(line['credit'], dp='Account') ]]</para></td>
 
297
                        <td><para style="P4_content">[[ formatLang(line['progress'], dp='Account') ]] [[ company.currency_id.symbol ]]</para></td>
 
298
                        <td><para style="P4_content"><font>[[ (line['currency_id']==None or line['amount_currency']==None) and removeParentNode('font') ]] [[  formatLang(line['amount_currency'])]] [[  line['currency_code'] or '']]</font></para></td>
299
299
                </tr>
300
300
          </blockTable>
301
301