X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fsepa%2Fbank_transfer_create.html;h=0eab6ffb58643b9716a7f6a505c7270eab249840;hb=94f5cb152afa9210162295b6727801c296af0631;hp=cf3cfaddfab00cfe1186cbfb4cc3d449750df28d;hpb=3aa5cee2f12c1dff757539b60196bf5e1be0a5d6;p=kivitendo-erp.git diff --git a/templates/webpages/sepa/bank_transfer_create.html b/templates/webpages/sepa/bank_transfer_create.html index cf3cfaddf..0eab6ffb5 100644 --- a/templates/webpages/sepa/bank_transfer_create.html +++ b/templates/webpages/sepa/bank_transfer_create.html @@ -10,13 +10,14 @@ [% SET arap = 'ar' %] [% SET iris = 'is' %] [%- END %] -

[% title %]

[%- IF error_message %]

[% error_message %]

[%- END %] -
+

[% title %]

+ +

1. [%- IF is_vendor %] [% 'Please select the source bank account for the transfers:' | $T8 %] @@ -24,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', + ) %]

@@ -82,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 %] @@ -89,6 +93,9 @@ + + + @@ -109,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 %] @@ -124,15 +135,22 @@ [% 'Sum open amount' | $T8 %]: [% LxERP.format_amount(total_trans, -2) %]

-

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

- -
+ +