X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/54c676f2ed6e9dde154d55f88aaa95ac4e575576..c8c6d6d:/templates/webpages/is/_payments_master.html?ds=inline diff --git a/templates/webpages/is/_payments_master.html b/templates/webpages/is/_payments_master.html index a93077c3d..1c39b20e3 100644 --- a/templates/webpages/is/_payments_master.html +++ b/templates/webpages/is/_payments_master.html @@ -1,25 +1,25 @@ -[%- USE LxERP %] +[%- USE LxERP %][% USE T8 %]
| [%- 'Payments' | $T8 %] | [% ELSE %] -[%- 'Incoming Payments' | $T8 %] | [%- END %]||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| [%- 'Date' | $T8 %] | +[%- 'Source' | $T8 %] | +[%- 'Memo' | $T8 %] | +[%- 'Amount' | $T8 %] | [% IF show_exchangerate %] -[%- 'Exch' | $T8 %] | [% END %] -[%- 'Account' | $T8 %] | [% IF show_exchangerate %] | - [% SET row.forex = 'forex_' _ i %] - [% SET row.exchangerate = 'exchangerate_' _ i %] - [% IF row.forex %] + [% SET forex = 'forex_' _ i %] + [% SET exchangerate = 'exchangerate_' _ i %] + [% IF forex %] - [% LxERP.format_amount(row.exchangerate, 2) %] + [% LxERP.format_amount(exchangerate, 2) %] [% ELSE %] [% END %] @@ -66,19 +66,19 @@ | ||||||||||||||||
| - | [%- 'Total' | $T8 %] | [% LxERP.foramt_amount(totalpaid, 2) | html %] | |||||||||||||||||||||
| - | [%- 'Missing amount' | $T8 %] | [% LxERP.format_amount(paid_missing, 2) | html %] | |||||||||||||||||||||