X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7130d91ec4941cad5aba49bdd39911a2d5fa9a89..1465da30:/templates/webpages/is/_payments_master.html diff --git a/templates/webpages/is/_payments_master.html b/templates/webpages/is/_payments_master.html index 0549e2805..521666192 100644 --- a/templates/webpages/is/_payments_master.html +++ b/templates/webpages/is/_payments_master.html @@ -3,7 +3,7 @@ -[% IF is_credit_note %] +[% IF is_type_credit_note %] [% ELSE %] @@ -23,41 +23,43 @@ -[% paidaccounts %] - [% FOREACH i = paid_indices %] -[% SET row = {} %] - [% SET row.datepaid = 'datepaid_' _ i %] - [% SET row.source = 'source_' _ i %] - [% SET row.memo = 'memo_' _ i %] - [% SET row.paid = 'paid_' _ i %] + [% SET datepaid = 'datepaid_' _ i %] + [% SET source = 'source_' _ i %] + [% SET memo = 'memo_' _ i %] + [% SET paid = 'paid_' _ i %] + [% SET selectAR_paid_ref = 'selectAR_paid_' _ i %] - |; - |; - |; - + + [% IF show_exchangerate %] - [% SET row.forex = 'forex_' _ i %] - [% SET row.exchangerate = 'exchangerate_' _ i %] - [% IF row.forex %] - - [% row.exchangerate | html %] + - |; +[% END %] + -[%# push(@triggers, "datepaid_$i", "BL", "trigger_datepaid_$i"); %] + [% END # foreach %] @@ -74,11 +76,11 @@ - - - + + + - +
PaymentsIncoming Payments
- + + + [% SET forex = 'forex_' _ i %] + [% SET exchangerate = 'exchangerate_' _ i %] + [% IF forex %] + + [% LxERP.format_amount(exchangerate, 2) %] [% ELSE %] - + [% END %] - ; -[% END %] + ;
[% LxERP.format_amount(paid_missing, 2) | html %]