|
[% 'Producer' | $T8 %] |
[% P.customer_vendor.picker('filter_rows.producer_id', SELF.filter_rows.producer_id, type='vendor', fat_set_item=1, style=style, class='initiacheck.focus') %] |
|
[% 'Part' | $T8 %] |
[% P.part.picker('filter_rows.part_id', SELF.filter_rows.part_id, part_type='part,assembly', fat_set_item=1, style=style) %] |
|
[% 'Batch Number' | $T8 %] |
[% L.input_tag("filter_rows.batchnumber", SELF.filter_rows.batchnumber, style=style) %] |
|
[% 'Batch Date' | $T8 %] |
[% L.date_tag('filter_rows.batchdate_from', SELF.filter_rows.batchdate_from, style='width: 75px') %] |
[% 'Bis' | $T8 %] |
[% L.date_tag('filter_rows.batchdate_to', SELF.filter_rows.batchdate_to, style='width: 75px') %] |
|
|
[% 'Batch Location' | $T8 %] |
[% L.input_tag("filter_rows.location", SELF.filter_rows.location, style=style) %] |
|
[% 'Batch Process' | $T8 %] |
[% L.input_tag("filter_rows.process", SELF.filter_rows.process, style=style) %] |
|
[% 'Insert Date' | $T8 %] |
[% L.date_tag('filter_rows.insertdate_from', SELF.filter_rows.insertdate_from, style='width: 75px') %] |
[% 'Bis' | $T8 %] |
[% L.date_tag('filter_rows.insertdate_to', SELF.filter_rows.insertdate_to, style='width: 75px') %] |
|
|
[% 'Updated' | $T8 %] |
[% L.date_tag('filter_rows.changedate_from', SELF.filter_rows.changedate_from, style='width: 75px') %] |
[% 'Bis' | $T8 %] |
[% L.date_tag('filter_rows.changedate_to', SELF.filter_rows.changedate_to, style='width: 75px') %] |
|
|
[% 'Employee' | $T8 %] |
[% L.select_tag('filter_rows.employee_id', SELF.all_employees, title_key='safe_name', with_empty=1, style=style) %] |