[%- USE LxERP %] [% IF is_credit_note %] [% ELSE %] [%- END %] [% IF show_exchangerate %] [% END %] [% 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 %] |; |; |; |; [%# push(@triggers, "datepaid_$i", "BL", "trigger_datepaid_$i"); %] [% END # foreach %]
ZahlungsausgängeZahlungseingänge
Datum Beleg Memo BetragWechselkurs.Konto
[% IF show_exchangerate %] [% SET row.forex = 'forex_' _ i %] [% SET row.exchangerate = 'exchangerate_' _ i %] [% IF row.forex %] [% row.exchangerate | html %] [% ELSE %] [% END %] ; [% END %]
Summe [% LxERP.foramt_amount(totalpaid, 2) | html %]
Fehlbetrag [% LxERP.format_amount(paid_missing, 2) | html %]