[% USE L %] [% USE LxERP %] [% USE HTML %] [% BLOCK filter_toggle_panel %]
[% LxERP.t8('Customer') %] | [% L.input_tag('filter.customer.name:substr::ilike', filter.customer.name_substr__ilike, size = 20) %] |
---|---|
[% LxERP.t8('Shipping address (name)') %] | [% L.input_tag('filter.shipto.shiptoname:substr::ilike', filter.shipto.shiptoname_substr__ilike, size = 20) %] |
[% LxERP.t8('Delivery Date') %] [% LxERP.t8('From Date') %] | [% L.date_tag('filter.reqdate:date::ge', filter.reqdate_date__ge) %] |
[% LxERP.t8('Delivery Date') %] [% LxERP.t8('To Date') %] | [% L.date_tag('filter.reqdate:date::le', filter.reqdate_date__le) %] |