[% 'Letternumber' | $T8 %] |
[% L.input_tag('filter.letternumber:substr::ilike', filter.letternumber_substr__ilike, style='width:250px') %]
|
[%- IF SELF.is_sales %]
[% 'Customer' | $T8 %] |
[% P.customer_vendor.picker('filter.customer_id', filter.customer_id, type='customer', style='width:250px') %] |
[%- ELSE %]
[% 'Vendor' | $T8 %] |
[% P.customer_vendor.picker('filter.vendor_id', filter.vendor_id, type='vendor', style='width:250px') %] |
[%- END %]
[% 'Contact' | $T8 %] |
[% L.input_tag('filter.contact.cp_name:substr::ilike', filter.contact.cp_name_substr__ilike, style='width:250px') %]
|
[% 'Subject' | $T8 %] |
[% L.input_tag('filter.subject:substr::ilike', filter.subject_substr__ilike, style='width:250px') %]
|
[% 'Body' | $T8 %] |
[% L.input_tag('filter.body:substr::ilike', filter.body_substr__ilike, style='width:250px') %]
|
[% 'From' | $T8 %] |
[% L.date_tag('filter.date:date::ge', filter.date_date__ge) %]
[% 'To (time)' | $T8 %]
[% L.date_tag('filter.date:date::le', filter.date_date__le) %] |
[% L.hidden_tag('is_sales', SELF.is_sales) %]
[% L.hidden_tag('sort_by', FORM.sort_by) %]
[% L.hidden_tag('sort_dir', FORM.sort_dir) %]
[% L.hidden_tag('page', FORM.page) %]
[% L.button_tag("\$('#search_form').resetForm()", LxERP.t8("Reset")) %]