X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fbank_transactions%2Fassign_invoice.html;h=ea71ae7b0b02f55afc01b813d97514b035f392af;hb=4a903d6db69a0d5d2083c743af64e2b733bcdc0d;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..ea71ae7b0 100644 --- a/templates/webpages/bank_transactions/assign_invoice.html +++ b/templates/webpages/bank_transactions/assign_invoice.html @@ -1,30 +1,32 @@ [%- USE HTML %][%- USE L %][%- USE LxERP %][%- USE T8 %] +[% SET debug = 0 %] +
- Transaction + [%- 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") %]: @@ -43,7 +45,7 @@ - + @@ -97,6 +99,10 @@ function assign_invoice_reset_form() { $('#assign_invoice_window form input[type=text]').val(''); } +$(function() { + $('#invnumber').focus(); +}); + //-->
[%- LxERP.t8("Invoice number") %]
[%- LxERP.t8("Transdate from") %][%- LxERP.t8("Invdate from") %] [% L.date_tag('transdatefrom') %] [%- LxERP.t8("to (date)") %]