X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/01678c873dfa6fcbe5003789e79d8b7ad7c93551..HEAD:/templates/webpages/ir/_payments.html diff --git a/templates/webpages/ir/_payments.html b/templates/webpages/ir/_payments.html index 63da6fcea..111083954 100644 --- a/templates/webpages/ir/_payments.html +++ b/templates/webpages/ir/_payments.html @@ -6,19 +6,14 @@
| [% 'Payments' | $T8 %] | -[% ELSE %] -[% 'Incoming Payments' | $T8 %] | -[%- END %]||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| [% 'Date' | $T8 %] | [% 'Source' | $T8 %] | [% 'Memo' | $T8 %] | [% 'Amount' | $T8 %] | +[% IF show_exchangerate %] | [% 'Exch' | $T8 %] | [% END %] @@ -75,20 +70,25 @@ [% LxERP.format_amount($paid, 2, 1) %] [% END %] ++ [% IF $changeable && loop.last && paid_missing > 0 %] + + [% END %] + | [% IF show_exchangerate %][% SET forex = 'forex_' _ i %] [% SET exchangerate = 'exchangerate_' _ i %] [% IF $forex %] - - [% LxERP.format_amount($forex, 2) %] + + [% LxERP.format_amount($forex, 5) %] [% ELSE %] [% IF $changeable %] - + [% ELSE %] - - [% LxERP.format_amount($exchangerate, 2, 1) %] + + [% LxERP.format_amount($exchangerate, 5, 1) %] [% END %] [% END %] @@ -129,3 +129,6 @@ | ||||