Revision 97b11b2b
Von Bernd Bleßmann vor mehr als 6 Jahren hinzugefügt
templates/webpages/inventory/stocktaking/_filter.html | ||
---|---|---|
4 | 4 |
[%- USE LxERP %] |
5 | 5 |
|
6 | 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 |
<tr> |
|
17 |
<th align="right">[% 'Part Description' | $T8 %]</th> |
|
18 |
<td>[% L.input_tag('filter.parts.description:substr::ilike', filter.parts.description_substr__ilike) %]</td> |
|
19 |
</tr> |
|
7 | 20 |
<tr> |
8 | 21 |
<th align="right">[% 'Cutoff Date' | $T8 %]</th> |
9 | 22 |
<td>[% L.date_tag('filter.cutoff_date:date', filter.cutoff_date_date) %]</td> |
Auch abrufbar als: Unified diff
Inventur: Journal nach Artikel filtern können