X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=templates%2Fwebpages%2Fmass_invoice_create_print_from_do%2F_filter.html;fp=templates%2Fwebpages%2Fmass_invoice_create_print_from_do%2F_filter.html;h=08caf095264078331d2670e1ba4155b3b9f66aa9;hp=1d906e138020f462ed706e6b894fabed037c2397;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 diff --git a/templates/webpages/mass_invoice_create_print_from_do/_filter.html b/templates/webpages/mass_invoice_create_print_from_do/_filter.html index 1d906e138..08caf0952 100644 --- a/templates/webpages/mass_invoice_create_print_from_do/_filter.html +++ b/templates/webpages/mass_invoice_create_print_from_do/_filter.html @@ -1,6 +1,6 @@ [%- USE L %][%- USE LxERP %][%- USE HTML %]
-
+
[% LxERP.t8('Show Filter') %] [% SELF.filter_summary %] @@ -13,23 +13,32 @@ [% LxERP.t8('Customer') %] [% L.input_tag('filter.customer.name:substr::ilike', filter.customer.name_substr__ilike, size = 20) %] - [% LxERP.t8('Transdate') %] [% LxERP.t8('From Date') %] + + [% LxERP.t8('Customer type') %] + + [% L.select_tag('filter.customer.business_id', SELF.all_businesses, + default => filter.customer.business_id + title_key => 'description', + value_key => 'id', + with_empty => 1, + style => 'width: 200px') %] + + + + [% LxERP.t8('Delivery Order Date') %] [% LxERP.t8('From Date') %] [% L.date_tag('filter.transdate:date::ge', filter.transdate_date__ge) %] - [% LxERP.t8('Transdate') %] [% LxERP.t8('To Date') %] + [% LxERP.t8('Delivery Order Date') %] [% LxERP.t8('To Date') %] [% L.date_tag('filter.transdate:date::le', filter.transdate_date__le) %] - [% L.hidden_tag('action', 'MassInvoiceCreatePrint/dispatch') %] + [% L.hidden_tag('action', 'MassInvoiceCreatePrint/' _ LIST_ACTION, id='filter_action') %] [% L.hidden_tag('sort_by', FORM.sort_by) %] [% L.hidden_tag('sort_dir', FORM.sort_dir) %] [% L.hidden_tag('page', FORM.page) %] - [% L.submit_tag(LIST_ACTION, LxERP.t8('Continue'))%] - - [% LxERP.t8('Reset') %] - + [% L.button_tag('$("#search_form").resetForm()', LxERP.t8('Reset')) %]