X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fbank_transactions%2Fcreate_invoice.html;h=45b1818eca42c8e1081ac3716e9fb79a3b917335;hb=f70c8fa479417e7c20108a23c18c0c6e5e683c6a;hp=25b32b395464d39c449a709cec65e1a51b8052bc;hpb=32dc7476d46dc7b6991e8d0c203deaea727c7413;p=kivitendo-erp.git diff --git a/templates/webpages/bank_transactions/create_invoice.html b/templates/webpages/bank_transactions/create_invoice.html index 25b32b395..45b1818ec 100644 --- a/templates/webpages/bank_transactions/create_invoice.html +++ b/templates/webpages/bank_transactions/create_invoice.html @@ -25,27 +25,42 @@
-[% LxERP.t8('Vendor filter for AP transaction templates') %]: -
+ [% L.hidden_tag("bt_id", SELF.transaction.id) %] [% L.hidden_tag("filter.bank_account", FORM.filter.bank_account) %] [% L.hidden_tag("filter.fromdate", FORM.filter.fromdate) %] [% L.hidden_tag("filter.todate", FORM.filter.todate) %] + + + + - + + + + +
[%- LxERP.t8("Template Description") %][% P.input_tag("template", template_name, style="width: 250px") %]
[%- LxERP.t8("Vendor") %][% P.input_tag("vendor", vendor_name, class="initial_focus", style="width: 250px") %][% P.input_tag("vendor", vendor_name, style="width: 250px") %]
[%- LxERP.t8("Reference") %][% P.input_tag("reference", reference_name, style="width: 250px") %]
-
-

- [% P.button_tag("kivi.BankTransaction.filter_templates()", LxERP.t8("Filter vendors")) %] + [% P.submit_tag('', LxERP.t8("Filter")) %] + [% P.button_tag('$("#create_invoice_window_form").resetForm()', LxERP.t8('Reset')) %] [% LxERP.t8("Cancel") %]

- +
[% PROCESS "bank_transactions/_template_list.html" %]
+ +