TopQuickSearch nach allen Telefonnummern: Leerzeichen ignorieren.
[kivitendo-erp.git] / templates / webpages / inventory / stocktaking / _filter.html
index b09b2bc..9ed4549 100644 (file)
@@ -4,6 +4,18 @@
 [%- 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>
+  <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>