]> wagnertech.de Git - mfinanz.git/commitdiff
Inventur: Journal nach Artikel filtern können
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Fri, 2 Mar 2018 10:55:11 +0000 (11:55 +0100)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Fri, 2 Mar 2018 10:55:11 +0000 (11:55 +0100)
templates/webpages/inventory/stocktaking/_filter.html

index b09b2bc2d2a3bd268158fe69d44ab0458f9d0478..f79ed498cc505bbf48f248364c0374cadad145e3 100644 (file)
@@ -4,6 +4,19 @@
 [%- 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>