9ed45495928f03fb228f7477284edc2fde8d0e23
[kivitendo-erp.git] / templates / webpages / inventory / stocktaking / _filter.html
1 [%- USE T8 %]
2 [%- USE HTML %]
3 [%- USE L %]
4 [%- USE LxERP %]
5
6 <table id="filter_table">
7  <tr>
8   <th align="right">[% 'EAN' | $T8 %]</th>
9   <td>[% L.input_tag('filter.parts.ean:substr::ilike', filter.parts.ean_substr__ilike) %]</td>
10  </tr>
11  <tr>
12   <th align="right">[% 'Part Number' | $T8 %]</th>
13   <td>[% L.input_tag('filter.parts.partnumber:substr::ilike', filter.parts.partnumber_substr__ilike) %]</td>
14  </tr>
15  <tr>
16   <th align="right">[% 'Part Description' | $T8 %]</th>
17   <td>[% L.input_tag('filter.parts.description:substr::ilike', filter.parts.description_substr__ilike) %]</td>
18  </tr>
19  <tr>
20   <th align="right">[% 'Cutoff Date' | $T8 %]</th>
21   <td>[% L.date_tag('filter.cutoff_date:date', filter.cutoff_date_date) %]</td>
22  </tr>
23  <tr>
24   <th align="right">[% 'Comment' | $T8 %]</th>
25   <td>[% L.input_tag('filter.comment:substr::ilike', filter.comment_substr__ilike, size=60) %]</td>
26  </tr>
27 </table>