X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fis%2F_payments.html;h=ffab3210fbe65f59fd7373c91f9e68dc41a82e3b;hb=01678c873dfa6fcbe5003789e79d8b7ad7c93551;hp=01413ab2e790ab8c41577e9e60b58d8f1839d916;hpb=69a44d3b470358fcd7e473d38fb5dfd5c62c8b50;p=kivitendo-erp.git diff --git a/templates/webpages/is/_payments.html b/templates/webpages/is/_payments.html index 01413ab2e..ffab3210f 100644 --- a/templates/webpages/is/_payments.html +++ b/templates/webpages/is/_payments.html @@ -1,4 +1,6 @@ -[%- USE LxERP %][% USE T8 %] +[%- USE LxERP %] +[%- USE T8 %] +[%- USE L %] @@ -16,6 +18,7 @@ + [% IF show_exchangerate %] [% END %] @@ -43,8 +46,11 @@ + [% IF show_exchangerate %] +
[%- 'Source' | $T8 %] [%- 'Memo' | $T8 %] [%- 'Amount' | $T8 %][%- 'Exch' | $T8 %]
[% IF $changeable %] - - + [% IF $datepaid %] + [% L.date_tag('datepaid_'_ i, $datepaid) %] + [% ELSE %] + [% L.date_tag('datepaid_'_ i, today) %] + [% END %] [% ELSE %] [% $datepaid %] [% END %] @@ -72,12 +78,17 @@ [% LxERP.format_amount($paid, 2, 1) %] [% END %] + [% IF $changeable && loop.last && paid_missing > 0 %] + + [% END %] + [% SET forex = 'forex_' _ i %] [% SET exchangerate = 'exchangerate_' _ i %] - [% IF forex %] + [% IF $forex %] [% LxERP.format_amount($forex, 2) %] [% ELSE %] @@ -105,7 +116,6 @@
@@ -140,3 +150,6 @@