X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fsepa%2Fbank_transfer_edit.html;h=37f1575e66d06b4d3c012dfa6d1e7df98c8569cb;hb=72f19f83681b222d1606d75c90ceedc43bb545f9;hp=f8eab58cbc9cdd8cb19e0bd6059cc4d6eadd9554;hpb=345248fd59538b5bfabc5fc54defdc17f76481f3;p=kivitendo-erp.git diff --git a/templates/webpages/sepa/bank_transfer_edit.html b/templates/webpages/sepa/bank_transfer_edit.html index f8eab58cb..37f1575e6 100644 --- a/templates/webpages/sepa/bank_transfer_edit.html +++ b/templates/webpages/sepa/bank_transfer_edit.html @@ -11,9 +11,7 @@ [% SET arap = 'ar' %] [% SET iris = 'is' %] [%- END %] - - -

[% title %]: [% HTML.escape(export.ids.join(', ')) %]

+

[% title %]: [% HTML.escape(export.ids.join(', ')) %]

@@ -34,6 +32,11 @@ [% 'Source bank account' | $T8 %] [%- END %] [% 'Amount' | $T8 %] + [% 'Skonto amount' | $T8 %] + [% 'Payment type' | $T8 %] + [% IF vc == 'customer' %] + [% 'Mandator ID' | $T8 %] + [%- END %] [% 'Reference' | $T8 %] [% 'Requested execution date' | $T8 %] [% 'Execution date' | $T8 %] @@ -45,9 +48,9 @@ [% 'IBAN' | $T8 %] [% 'BIC' | $T8 %] [%- IF show_post_payments_button %] -   +   - [% L.date_tag('set_all_execution_date') %] + [% L.date_tag('set_all_execution_date', '', onchange='set_all_execution_date_fields(this);') %] [%- ELSE %]   @@ -74,6 +77,11 @@ [% 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) %] @@ -97,23 +105,17 @@

- @@ -133,4 +135,3 @@
-