X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fic%2Fsearch.html;h=17bfb0110cf00d130bee7102590876abd4b55aa4;hb=3a13039a9d18b1a07cccbf6c4628671c38816150;hp=a9799a57cdbaa201af875f7143da642cf8ab05e9;hpb=f29fd47b411bf05edd62e71b5a8eae46d1e781c7;p=kivitendo-erp.git diff --git a/templates/webpages/ic/search.html b/templates/webpages/ic/search.html index a9799a57c..17bfb0110 100644 --- a/templates/webpages/ic/search.html +++ b/templates/webpages/ic/search.html @@ -2,6 +2,8 @@ [%- USE HTML %] [%- USE LxERP %] [%- USE L %] +[%- USE P %] +

[% title %]

@@ -16,25 +18,45 @@ -
[% title %]
- -
+ + + + - + + + + - @@ -67,6 +89,19 @@ + + + + + + + + + + [% CUSTOM_VARIABLES_FILTER_CODE %] [%- IF is_assembly %] @@ -176,8 +211,6 @@ - - [%- UNLESS is_service %] @@ -186,7 +219,7 @@ - + @@ -211,6 +244,9 @@ + + + [% CUSTOM_VARIABLES_INCLUSION_CODE %]
[% 'PType' | $T8 %] + + + + +
+ + + + + + + + + + + +
[% 'Part Number' | $T8 %] [% 'EAN' | $T8 %]
[% 'Parts Classification' | $T8 %]:[% P.select_classification('classification_id') %]
[% 'Part Description' | $T8 %]
[% 'Group' | $T8 %] @@ -46,7 +68,7 @@ id_key = 'id', label_key = 'partsgroup', style = 'width:250px', - limit = limit, + limit = MYCONFIG.vclimit, allow_textbox = 1 -%]
[% 'Shop article' | $T8 %][% L.yes_no_tag('shop', shop, default='', with_empty=1, empty_title='---') %]
[% 'Insert Date' | $T8 %] + [% 'From' | $T8 %][% L.date_tag('insertdatefrom') %] + [% 'Bis' | $T8 %] [% L.date_tag('insertdateto') %] +
[%- L.checkbox_tag('l_priceupdate', label=LxERP.t8('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_image', label=LxERP.t8('Image'), value='Y', checked=(conf_parts_listing_images ? 1 : 0)) %][%- L.checkbox_tag('l_image', label=LxERP.t8('Image'), value='Y', checked=(INSTANCE_CONF.get_parts_listing_image ? 1 : 0)) %] [%- L.checkbox_tag('l_drawing', label=LxERP.t8('Drawing'), value='Y') %] [%- L.checkbox_tag('l_microfiche', label=LxERP.t8('Microfiche'), value='Y') %] [%- L.checkbox_tag('l_partsgroup', label=LxERP.t8('Group'), value='Y') %]
[%- L.checkbox_tag('l_notes', label=LxERP.t8('Notes'), value='Y') %][%- L.checkbox_tag('l_name', label=LxERP.t8('Name in Selected Records'), value='Y') %][%- L.checkbox_tag('l_shop', label=LxERP.t8('Shop article'), value='Y') %][%- L.checkbox_tag('l_insertdate', label=LxERP.t8('Insert Date'), value='Y') %]