X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fbank_transactions%2Fassign_invoice.html;h=1df0af29065e91a569356dcfc611f1e5d2062988;hb=47cbf8da225ae39fe04a1ee80fe5a9704f8ced24;hp=f8a6697aa436acce45c6cdc12c3faeba7dd956fc;hpb=6a12a968761127af91e9da8db7579be2836bcaaa;p=kivitendo-erp.git diff --git a/templates/webpages/bank_transactions/assign_invoice.html b/templates/webpages/bank_transactions/assign_invoice.html index f8a6697aa..1df0af290 100644 --- a/templates/webpages/bank_transactions/assign_invoice.html +++ b/templates/webpages/bank_transactions/assign_invoice.html @@ -1,36 +1,38 @@ [%- USE HTML %][%- USE L %][%- USE LxERP %][%- USE T8 %] -
- Transaction +[% SET debug = 0 %] + + + [%- LxERP.t8("Bank transaction") %]: - + [% IF debug %][% END %] + - - - + + - + [% IF debug %][% END %] + - - - + +
[%- LxERP.t8("ID") %]:[%- LxERP.t8("ID") %]:[%- LxERP.t8("Transdate") %]: [%- LxERP.t8("Amount") %]:[%- LxERP.t8("Remote bank code") %]:[%- LxERP.t8("Remote account number") %]: [%- LxERP.t8("Remote name") %]: [%- LxERP.t8("Purpose") %]:[%- LxERP.t8("Transdate") %]:[%- LxERP.t8("Remote account number") %]:[%- LxERP.t8("Remote bank code") %]:
[% SELF.transaction.id %][% SELF.transaction.id %][% SELF.transaction.transdate_as_date %] [% LxERP.format_amount(SELF.transaction.amount, 2) %][% SELF.transaction.remote_bank_code %][% SELF.transaction.remote_account_number %] [% SELF.transaction.remote_name %] [% SELF.transaction.purpose %][% SELF.transaction.transdate_as_date %][% SELF.transaction.remote_account_number %][% SELF.transaction.remote_bank_code %]
- Filter + [%- LxERP.t8("Invoice filter") %]: - + @@ -38,12 +40,12 @@ - + - + @@ -53,8 +55,8 @@

[% L.submit_tag('', LxERP.t8("Search")) %] - [% L.button_tag('add_selected_invoices()', LxERP.t8("Add invoices"), id='add_selected_record_links_button') %] - [%- LxERP.t8("Reset") %] + [% L.button_tag('kivi.BankTransaction.add_selected_invoices()', LxERP.t8("Add invoices"), id='add_selected_record_links_button') %] + [% L.button_tag('$("#assign_invoice_window_form").resetForm()', LxERP.t8('Reset')) %] [% LxERP.t8("Cancel") %]

@@ -66,37 +68,9 @@ -
[%- LxERP.t8("Invoice number") %] [% L.input_tag('invnumber', '', style=style) %][%- LxERP.t8("Customer/Vendor name") %][%- LxERP.t8("Customer/Vendor Name") %] [% L.input_tag('vcname', '', style=style) %]
[%- LxERP.t8("Amount") %] [% L.input_tag('amount', '', style=style) %][%- LxERP.t8("Customer/Vendor number") %][%- LxERP.t8("Customer/Vendor Number") %] [% L.input_tag('vcnumber', '', style=style) %]
[%- LxERP.t8("Transdate from") %][%- LxERP.t8("Invdate from") %] [% L.date_tag('transdatefrom') %] [%- LxERP.t8("to (date)") %]