X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fis%2F_payments.html;fp=templates%2Fwebpages%2Fis%2F_payments.html;h=4ba3ebf62ab8c5c98c9e2d94d8c510f2f8d98920;hb=f45b296fb0bb9491d86d80e9f7a7d79c3e0295ba;hp=04eb93af4a57ee443c1c774ec882b92e0a13bd36;hpb=7274f9c8e8c61b00ff7a4e2bad6accec85015a73;p=kivitendo-erp.git diff --git a/templates/webpages/is/_payments.html b/templates/webpages/is/_payments.html index 04eb93af4..4ba3ebf62 100644 --- a/templates/webpages/is/_payments.html +++ b/templates/webpages/is/_payments.html @@ -24,21 +24,52 @@ [% FOREACH i = paid_indices %] + [% SET changeable = 'changeable_' _ i %] + [% SET acc_trans_id = 'acc_trans_id_' _ i %] + [% SET gldate = 'gldate_' _ i %] [% SET datepaid = 'datepaid_' _ i %] [% SET source = 'source_' _ i %] [% SET memo = 'memo_' _ i %] [% SET paid = 'paid_' _ i %] + [% SET AR_paid = 'AR_paid_' _ i %] [% SET selectAR_paid_ref = 'selectAR_paid_' _ i %] + + + + + [% IF $changeable %] + + + [% 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 %] @@ -47,19 +78,33 @@ [% LxERP.format_amount($forex, 2) %] [% ELSE %] + [% IF $changeable %] + [% ELSE %] + + [% LxERP.format_amount($exchangerate, 2, 1) %] + [% END %] [% END %] [% END %] - + + + [% IF $changeable %] + + [% ELSE %] + [% $AR_paid %] + [% END %] + + [% IF $changeable %] + [% END %] [% END # foreach %]