[% USE HTML %] [% USE L %] [% USE LxERP %] [% USE T8 %] [% SET debug = 0 %]
[% IF debug %] [% END %] [% IF debug %] [% END %]
[% LxERP.t8("Bank transaction") %]
[% LxERP.t8("ID") %]:[% LxERP.t8("Transdate") %]: [% LxERP.t8("Amount") %]: [% LxERP.t8("Remote name") %]: [% LxERP.t8("Purpose") %]: [% LxERP.t8("Remote account number") %]: [% LxERP.t8("Remote bank code") %]:
[% SELF.transaction.id %][% SELF.transaction.transdate_as_date %] [% LxERP.format_amount(SELF.transaction.amount, 2) %] [% SELF.transaction.remote_name %] [% SELF.transaction.purpose %] [% SELF.transaction.remote_account_number %] [% SELF.transaction.remote_bank_code %]
[% LxERP.t8("Invoice filter") %]
[% LxERP.t8("Invoice number") %] [% L.input_tag('invnumber', '', style=style) %] [% 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") %] [% L.input_tag('vcnumber', '', style=style) %]
[% LxERP.t8("Invdate from") %] [% L.date_tag('transdatefrom') %] [% LxERP.t8("to (date)") %] [% L.date_tag('transdateto') %]
[% L.submit_tag('', LxERP.t8("Search")) %] [% 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'), class='neutral') %] [% LxERP.t8("Cancel") %]