Revision 97b11b2b
Von Bernd Bleßmann vor etwa 7 Jahren hinzugefügt
templates/webpages/inventory/stocktaking/_filter.html | ||
---|---|---|
[%- USE LxERP %]
|
||
|
||
<table id="filter_table">
|
||
<tr>
|
||
<th align="right">[% 'EAN' | $T8 %]</th>
|
||
<td>[% L.input_tag('filter.parts.ean:substr::ilike', filter.parts.ean_substr__ilike) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th align="right">[% 'Part Number' | $T8 %]</th>
|
||
<td>[% L.input_tag('filter.parts.partnumber:substr::ilike', filter.parts.partnumber_substr__ilike) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<tr>
|
||
<th align="right">[% 'Part Description' | $T8 %]</th>
|
||
<td>[% L.input_tag('filter.parts.description:substr::ilike', filter.parts.description_substr__ilike) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th align="right">[% 'Cutoff Date' | $T8 %]</th>
|
||
<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