X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fsepa%2Fbank_transfer_create.html;h=0eab6ffb58643b9716a7f6a505c7270eab249840;hb=f4da9593b8f91ae5d57437ed124f9c9d859bc698;hp=e5ef6568f1ea91ab874d2ef6538c8259e95ade9a;hpb=66e2fdcc4f89a4f13c77f6e44f2969fd46aa7aba;p=kivitendo-erp.git diff --git a/templates/webpages/sepa/bank_transfer_create.html b/templates/webpages/sepa/bank_transfer_create.html index e5ef6568f..0eab6ffb5 100644 --- a/templates/webpages/sepa/bank_transfer_create.html +++ b/templates/webpages/sepa/bank_transfer_create.html @@ -17,7 +17,7 @@

[% title %]

-
+

1. [%- IF is_vendor %] [% 'Please select the source bank account for the transfers:' | $T8 %] @@ -25,12 +25,13 @@ [% 'Please select the destination bank account for the collections:' | $T8 %] [%- END %]
- [%- INCLUDE generic/multibox.html - name = 'bank_account.id', - DATA = BANK_ACCOUNTS, - id_key = 'id', - label_sub = 'bank_account_label', - -%] + [% L.select_tag('bank_account', + BANK_ACCOUNTS, + title_key='displayable_name', + default=bank_account.id, + with_empty=0, + style='width:450px', + ) %]

@@ -49,6 +50,7 @@ [% 'Bank' | $T8 %] [% IF vc == 'customer' %] [% 'Mandator ID' | $T8 %] + [% 'Mandate Date of Signature' | $T8 %] [%- END %] @@ -64,6 +66,7 @@ [% IF vc == 'customer' %] + [% L.date_tag("vc_bank_info[].mandate_date_of_signature", vbi.mandate_date_of_signature) %] [%- END %] [%- END %] @@ -81,6 +84,8 @@ [% 'Open amount' | $T8 %] [% 'Purpose' | $T8 %] [%- IF is_vendor %][% 'Bank transfer amount' | $T8 %][%- ELSE %][%- LxERP.t8('Bank collection amount') %][%- END %] + [% LxERP.t8('Payment type') %] + [% LxERP.t8('Skonto information') %] [% 'Execution date' | $T8 %] @@ -88,6 +93,9 @@ + + + @@ -108,11 +116,15 @@ [% LxERP.format_amount(bank_transfer.invoice_amount, -2) %] [% LxERP.format_amount(bank_transfer.open_amount, -2) %] - + - + + + [% L.select_tag('bank_transfers[].payment_type', bank_transfer.payment_select_options, value_key => 'payment_type', title_key => 'display', id => 'payment_type_' _ loop.count, class => 'type_target' ) %] + + [%- IF bank_transfer.skonto_amount %] [% LxERP.format_amount(bank_transfer.percent_skonto, 2) %] % = [% LxERP.format_amount(bank_transfer.skonto_amount, 2) %] € [% 'until' | $T8 %] [% bank_transfer.skonto_date %] [% END %] - [% L.date_tag('bank_transfers[].requested_execution_date', bank_transfer.requested_execution_date) %] + [% L.date_tag('bank_transfers[].requested_execution_date', bank_transfer.recommended_execution_date) %] [%- END %] @@ -123,15 +135,22 @@ [% 'Sum open amount' | $T8 %]: [% LxERP.format_amount(total_trans, -2) %]

-

- [%- IF is_vendor %] - - [%- ELSE %] - - [%- END %] -

- -
+ +