X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fir%2F_payments.html;h=bef8c338e727fa7f78390865802c02f43270320b;hb=a7b17d8cf379dfc5f34bb3179537148d0a986786;hp=277d4db49e9c4aea6247ccc356fb11b7e5d7b133;hpb=b56c0cd76508a8d39e080f316285db1c52c17255;p=kivitendo-erp.git diff --git a/templates/webpages/ir/_payments.html b/templates/webpages/ir/_payments.html index 277d4db49..bef8c338e 100644 --- a/templates/webpages/ir/_payments.html +++ b/templates/webpages/ir/_payments.html @@ -1,5 +1,7 @@ [%- USE T8 %] [%- USE LxERP %] +[%- USE L %] +[%- USE HTML %] @@ -17,6 +19,7 @@ + [% IF show_exchangerate %] [% END %] @@ -27,7 +30,7 @@ [% FOREACH i = paid_indices %] [% SET changeable = 'changeable_' _ i %] [% SET acc_trans_id = 'acc_trans_id_' _ i %] - [% SET gldate = 'gldate_' _ i %] + [% SET p_gldate = 'gldate_' _ i %] [% SET datepaid = 'datepaid_' _ i %] [% SET source = 'source_' _ i %] [% SET memo = 'memo_' _ i %] @@ -36,14 +39,17 @@ [% SET selectAP_paid_ref = 'selectAP_paid_' _ i %] - + + [% IF show_exchangerate %] [% END %] @@ -99,13 +110,6 @@ - [% IF $changeable %] - - [% END %] [% END # foreach %] @@ -113,7 +117,7 @@ - + @@ -131,3 +135,6 @@ +
[% '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 %] @@ -70,14 +76,19 @@ [% 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(exchangerate, 2) %] + [% LxERP.format_amount($forex, 2) %] [% ELSE %] [% IF $changeable %] @@ -86,7 +97,7 @@ [% LxERP.format_amount($exchangerate, 2, 1) %] [% END %] [% END %] - ; +
[% 'Total' | $T8 %][% LxERP.foramt_amount(totalpaid, 2) | html %][% LxERP.format_amount(totalpaid, 2) | html %]