[% 'Customer' | $T8 %] |
[% L.input_tag('filter.customer.name:substr::ilike', filter.customer.name_substr__ilike, class='wi-normal') %] |
[% 'Customer Number' | $T8 %] |
[% L.input_tag('filter.customer.customernumber:substr::ilike', filter.customer.customernumber_substr__ilike, class='wi-normal') %] |
[% 'Order Number' | $T8 %] |
[% L.input_tag('filter.ordnumber:substr::ilike', filter.ordnumber_substr__ilike, class='wi-normal') %] |
[% 'Project Number' | $T8 %] |
[% L.input_tag('filter.globalproject.projectnumber:substr::ilike', filter.globalproject.projectnumber_substr__ilike, class='wi-normal') %] |
[% 'Project Type' | $T8 %] |
[% L.select_tag('filter.globalproject.project_type_id', SELF.project_types, default=filter.globalproject.project_type_id, title_key='description', with_empty=1, class='wi-normal') %] |
[% LxERP.t8('Transaction description') %] |
[% L.input_tag('filter.transaction_description:substr::ilike', filter.transaction_description_substr__ilike, class='wi-normal') %] |
[% 'Order Date' | $T8 %] [% 'From Date' | $T8 %] |
[% L.date_tag('filter.transdate:date::ge', filter.transdate_date__ge, cal_align = 'BR', class='wi-small') %] |
[% 'Order Date' | $T8 %] [% 'To Date' | $T8 %] |
[% L.date_tag('filter.transdate:date::le', filter.transdate_date__le, cal_align = 'BR', class='wi-small') %] |