X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1e7d8e31721d592284644da88b3f03ccce98d10c..b8fee3fc:/templates/webpages/ir/_payments.html diff --git a/templates/webpages/ir/_payments.html b/templates/webpages/ir/_payments.html index c3c7ca2d3..6d7db5ea0 100644 --- a/templates/webpages/ir/_payments.html +++ b/templates/webpages/ir/_payments.html @@ -1,5 +1,6 @@ [%- USE T8 %] [%- USE LxERP %] +[%- USE L %]
| - - + [% IF $changeable %] + [% L.date_tag('datepaid_'_ i, $datepaid) %] + [% ELSE %] + [% $datepaid %] + [% END %] + | ++ [% IF $changeable %] + + [% ELSE %] + [% $source %] + [% END %] + | ++ [% IF $changeable %] + + [% ELSE %] + [% $memo %] + [% END %] + | ++ [% IF $changeable %] + + [% ELSE %] + + [% LxERP.format_amount($paid, 2, 1) %] + [% END %] | -- | - | + [% IF show_exchangerate %] | [% SET forex = 'forex_' _ i %] [% SET exchangerate = 'exchangerate_' _ i %] - [% IF forex %] + [% IF $forex %] - [% LxERP.format_amount(exchangerate, 2) %] + [% LxERP.format_amount($forex, 2) %] [% ELSE %] + [% IF $changeable %] + [% ELSE %] + + [% LxERP.format_amount($exchangerate, 2, 1) %] + [% END %] [% END %] - ; + | [% END %] -+ + | + [% IF $changeable %] + + [% ELSE %] + [% $AP_paid %] + [% END %] + |