X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/89407ec80726ec63590428c4190c181b922a0e87..HEAD:/templates/webpages/ic/search.html
diff --git a/templates/webpages/ic/search.html b/templates/webpages/ic/search.html
index 3e68dc0cf..b4eb6e3b2 100644
--- a/templates/webpages/ic/search.html
+++ b/templates/webpages/ic/search.html
@@ -38,12 +38,10 @@
- [%- IF INSTANCE_CONF.get_feature_experimental_assortment %]
|
- [%- END %]
@@ -84,6 +82,9 @@
| [% 'Shop article' | $T8 %] |
[% L.yes_no_tag('shop', shop, default='', with_empty=1, empty_title='---', style=style) %] |
+ [% 'Notes' | $T8 %] |
+ [% L.input_tag("notes", "", style=style) %] |
+
@@ -102,6 +103,7 @@
|
[% L.radio_button_tag('bom', id='bom_0', value=0, checked=1, label=LxERP.t8('Top Level Designation only')) %]
[% L.radio_button_tag('bom', id='bom_1', value=1, label=LxERP.t8('Individual Items')) %]
+ [% L.radio_button_tag('bom', id='bom_2', value=2, label=LxERP.t8('Search for Items used in Assemblies')) %]
|
@@ -111,6 +113,7 @@
[%- L.radio_button_tag('itemstatus', value='active', id='itemstatus_active', label=LxERP.t8('Active'), checked=1) %]
[%- L.radio_button_tag('itemstatus', value='onhand', id='itemstatus_onhand', label=LxERP.t8('On Hand')) %]
[%- L.radio_button_tag('itemstatus', value='short', id='itemstatus_short', label=LxERP.t8('Short')) %]
+ [%- L.radio_button_tag('itemstatus', value='order_locked', id='itemstatus_order_locked', label=LxERP.t8('Do not order anymore')) %]
[%- L.radio_button_tag('itemstatus', value='obsolete', id='itemstatus_obsolete', label=LxERP.t8('Obsolete')) %]
[%- L.radio_button_tag('itemstatus', value='orphaned', id='itemstatus_orphaned', label=LxERP.t8('Orphaned')) %]
[%- L.radio_button_tag('itemstatus', value='', id='itemstatus_all', label=LxERP.t8('All')) %]
@@ -191,7 +194,11 @@
- | [%- L.checkbox_tag('l_priceupdate', label=LxERP.t8('Updated'), value='Y') %] |
+ [%- L.checkbox_tag('l_price_factor_description', label=LxERP.t8('Price Factor'), value='Y') %] |
+
+
+
+ | [%- L.checkbox_tag('l_priceupdate', label=LxERP.t8('Price updated'), value='Y') %] |
[%- L.checkbox_tag('l_deliverydate', label=LxERP.t8('Delivery Date'), value='Y') %] |
[%- L.checkbox_tag('l_rop', label=LxERP.t8('ROP'), value='Y') %] |
[%- L.checkbox_tag('l_weight', label=LxERP.t8('Weight'), value='Y') %] |