[% USE HTML %] [%- USE LxERP %] [%- USE T8 %] [%- USE L %] [%- USE P %] [% SET size=50 %] [% SET show_images=0 %]

[% title %]

[% 'Filter' | $T8 %]:
[% 'Customer' | $T8 %] [% P.customer_vendor.picker('filter.order.customer.id', FORM.customer_id, type='customer', class="filter", size=size) %]
[% 'Part' | $T8 %] [% L.input_tag('filter.part.all:substr:multi::ilike', FORM.part, size = size, class="filter") %]
[% 'Order Number' | $T8 %] [% L.input_tag('filter.order.ordnumber:substr::ilike', FORM.ordnumber, size = 10, class="filter") %]
[% 'Order Date' | $T8 %] [% 'From' | $T8 %] [% L.date_tag("filter.order.transdate:date::ge", filter.order.transdate_date___ge, class="filter") %] [% 'Until' | $T8 %] [% L.date_tag('filter.order.transdate:date::le', filter.order.transdate_date__le, class="filter") %]
[% 'Description' | $T8 %] [% L.input_tag('filter.description:substr::ilike', filter.description_substr__ilike, size = size, class="filter") %]
[% 'Long Description' | $T8 %] [% L.input_tag('filter.longdescription:substr::ilike', filter.longdescription_substr__ilike, size = size, class="filter") %]
[% 'Show images' | $T8 %] [% L.checkbox_tag('show_images', checked=show_images) %]
[% L.button_tag("this.form.reset(); refresh_plot();", LxERP.t8("Reset")) %]
[% PROCESS 'order_items_search/_order_item_list.html' %]