[%- IF (show_post_payments_button && !item.executed) || (!show_post_payments_button && item.executed) %]
[% L.hidden_tag("items[+].id", item.id) %]
[% L.hidden_tag("items[].sepa_export_id", item.sepa_export_id) %]
[% L.checkbox_tag("ids[]", value=item.id) %]
[%- END %]
|
[% HTML.escape(item.invnumber) %]
|
[% HTML.escape(item.vc_name) %] |
[% HTML.escape(item.our_iban) %] |
[% HTML.escape(item.our_bic) %] |
[% HTML.escape(item.vc_iban) %] |
[% HTML.escape(item.vc_bic) %] |
[% HTML.escape(LxERP.format_amount(item.amount, 2)) %] |
[% HTML.escape(LxERP.format_amount(item.skonto_amount, 2)) %] |
[% item.payment_type | $T8 %] |
[% IF vc == 'customer' %]
[% HTML.escape(item.mandator_id) %] |
[%- END %]
[% HTML.escape(item.reference) %] |
[% HTML.escape(item.requested_execution_date) %] |
[%- IF item.executed %]
[% HTML.escape(item.execution_date) %]
[%- ELSIF item.export_closed %]
[% 'not executed' | $T8 %]
[%- ELSE %]
[% L.date_tag('items[].execution_date', item.requested_execution_date || current_date) %]
[%- END %]
|
[%- END %]