X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fic%2Fsearch.html;h=91f665ceed3be8eceab83b3df8ae0d7106b9ba46;hb=d58b1a04c2facd0a4484cf2b801b27b9741cce26;hp=e4996d363428dce241413e53fa981f0e87a42eaf;hpb=c2efdba2dfa10e76937e4bdf5a18e5483d0cddb0;p=kivitendo-erp.git diff --git a/templates/webpages/ic/search.html b/templates/webpages/ic/search.html index e4996d363..91f665cee 100644 --- a/templates/webpages/ic/search.html +++ b/templates/webpages/ic/search.html @@ -4,7 +4,7 @@ [%- USE L %] [%- USE P %] [% SET style="width: 250px" %] -[%- PROCESS 'common/flash.html' %] +[%- INCLUDE 'common/flash.html' %]

[% title %]

@@ -38,7 +38,7 @@ - [%- IF INSTANCE_CONF.get_feature_experimental %] + [%- IF INSTANCE_CONF.get_feature_experimental_assortment %] @@ -54,7 +54,7 @@ [% 'Part Classification' | $T8 %]: - [% P.select_classification('classification_id', style=style) %] + [% P.part.select_classification('classification_id', style=style) %] [% 'Part Description' | $T8 %] @@ -102,6 +102,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')) %] @@ -191,7 +192,7 @@ - [%- L.checkbox_tag('l_priceupdate', label=LxERP.t8('Updated'), 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') %] @@ -228,6 +229,8 @@ [%- L.checkbox_tag('l_warehouse', label=LxERP.t8('Default Warehouse'), value='Y') %] [%- L.checkbox_tag('l_bin', label=LxERP.t8('Default Bin'), value='Y') %] + [%- L.checkbox_tag('l_make', label=LxERP.t8('Make'), value='Y') %] + [%- L.checkbox_tag('l_model', label=LxERP.t8('Model'), value='Y') %] [% CUSTOM_VARIABLES_INCLUSION_CODE %]