6 [% SET style="width: 250px" %]
 
   7 [%- INCLUDE 'common/flash.html' %]
 
  10  <form method="post" action="ic.pl" id="form">
 
  12   <input type="hidden" name="searchitems" value="[% HTML.escape(searchitems) %]">
 
  13   <input type="hidden" name="title" value="[% HTML.escape(title) %]">
 
  15   <input type="hidden" name="revers" value="[% HTML.escape(revers) %]">
 
  16   <input type="hidden" name="lastsort" value="[% HTML.escape(lastsort) %]">
 
  18   <input type="hidden" name="sort" value="description">
 
  20   <input type="hidden" name="ndxs_counter" value="[% HTML.escape(ndxs_counter) %]">
 
  27        <th align="right" nowrap>[% 'Part Type' | $T8 %]</th>
 
  28        <td  colspan="4" ><table><tr>
 
  30           <input name="l_part" id="l_part" class="checkbox" type="checkbox" value="Y" checked>
 
  31           <label for="l_part">[% 'Part' | $T8 %]</label>
 
  34           <input name="l_service" id="l_service" class="checkbox" type="checkbox" value="Y" checked>
 
  35           <label for="l_service">[% 'Service' | $T8 %]</label>
 
  38           <input name="l_assembly" id="l_assembly" class="checkbox" type="checkbox" value="Y" checked>
 
  39           <label for="l_assembly">[% 'Assembly' | $T8 %]</label>
 
  41         [%- IF INSTANCE_CONF.get_feature_experimental_assortment %]
 
  43           <input name="l_assortment" id="l_assortment" class="checkbox" type="checkbox" value="Y" checked>
 
  44           <label for="l_assortment">[% 'Assortment' | $T8 %]</label>
 
  50        <th align="right" nowrap>[% 'Part Number' | $T8 %]</th>
 
  51        <td>[% L.input_tag("partnumber", "", style=style) %]</td>
 
  52        <th align="right" nowrap>[% 'EAN' | $T8 %]</th>
 
  53        <td>[% L.input_tag("ean", "", style=style) %]</td>
 
  56        <th align="right" nowrap>[% 'Part Classification' | $T8 %]:</th>
 
  57        <td>[% P.part.select_classification('classification_id', style=style) %]</td>
 
  60        <th align="right" nowrap>[% 'Part Description' | $T8 %]</th>
 
  61        <td colspan="3">[% L.input_tag("description", "", style=style, class="initial_focus") %]</td>
 
  64        <th align="right" nowrap>[% 'Partsgroup' | $T8 %]</th>
 
  65        <td>[% P.select_tag("partsgroup_id", ALL_PARTSGROUPS, with_empty=1, default=partsgroup, title_key="partsgroup", style=style) %]</td>
 
  66        <th align="right" nowrap>[% 'Serial Number' | $T8 %]</th>
 
  67        <td>[% L.input_tag("serialnumber", "", style=style) %]</td>
 
  71        <th align="right" nowrap>[% 'Make' | $T8 %]</th>
 
  72        <td>[% L.input_tag("make", "", style=style) %]</td>
 
  73        <th align="right" nowrap>[% 'Model' | $T8 %]</th>
 
  74        <td>[% L.input_tag("model", "", style=style) %]</td>
 
  78        <th align="right" nowrap>[% 'Drawing' | $T8 %]</th>
 
  79        <td>[% L.input_tag("drawing", "", style=style) %]</td>
 
  80        <th align="right" nowrap>[% 'Microfiche' | $T8 %]</th>
 
  81        <td>[% L.input_tag("microfiche", "", style=style) %]</td>
 
  85        <th align="right" nowrap>[% 'Shop article' | $T8 %]</th>
 
  86        <td>[% L.yes_no_tag('shop', shop, default='', with_empty=1, empty_title='---', style=style) %]</td>
 
  90        <th align="right">[% 'Insert Date' | $T8 %]</th>
 
  92         [% L.date_tag('insertdatefrom') %]
 
  94         [% L.date_tag('insertdateto') %]
 
  98       [% CUSTOM_VARIABLES_FILTER_CODE %]
 
 103         [% L.radio_button_tag('bom', id='bom_0', value=0, checked=1, label=LxERP.t8('Top Level Designation only')) %]
 
 104         [% L.radio_button_tag('bom', id='bom_1', value=1,            label=LxERP.t8('Individual Items')) %]
 
 105         [% L.radio_button_tag('bom', id='bom_2', value=2,            label=LxERP.t8('Search for Items used in Assemblies')) %]
 
 112         [%- L.radio_button_tag('itemstatus', value='active', id='itemstatus_active', label=LxERP.t8('Active'), checked=1) %]
 
 113         [%- L.radio_button_tag('itemstatus', value='onhand', id='itemstatus_onhand', label=LxERP.t8('On Hand')) %]
 
 114         [%- L.radio_button_tag('itemstatus', value='short', id='itemstatus_short', label=LxERP.t8('Short')) %]
 
 115         [%- L.radio_button_tag('itemstatus', value='obsolete', id='itemstatus_obsolete', label=LxERP.t8('Obsolete')) %]
 
 116         [%- L.radio_button_tag('itemstatus', value='orphaned', id='itemstatus_orphaned', label=LxERP.t8('Orphaned')) %]
 
 117         [%- L.radio_button_tag('itemstatus', value='', id='itemstatus_all', label=LxERP.t8('All')) %]
 
 129              <td>[%- L.checkbox_tag('bought', label=LxERP.t8('Bought')) %]</td>
 
 130              <td>[%- L.checkbox_tag('sold', label=LxERP.t8('Sold')) %]</td>
 
 134              <td colspan="2"><hr size="1" noshade></td>
 
 138              <td>[%- L.checkbox_tag('onorder', label=LxERP.t8('On Order')) %]</td>
 
 139              <td>[%- L.checkbox_tag('ordered', label=LxERP.t8('Ordered')) %]</td>
 
 143              <td colspan="2"><hr size="1" noshade></td>
 
 147              <td>[%- L.checkbox_tag('rfq', label=LxERP.t8('RFQ')) %]</td>
 
 148              <td>[%- L.checkbox_tag('quoted', label=LxERP.t8('Quoted')) %]</td>
 
 153           <td width="5%"> </td>
 
 158              <th>[% 'From' | $T8 %]</th>
 
 159              <td nowrap>[% L.date_tag('transdatefrom') %]</td>
 
 160              <th>[% 'To (time)' | $T8 %]</th>
 
 161              <td nowrap>[% L.date_tag('transdateto') %]</td>
 
 173         <hr size="1" noshade>
 
 178        <th align="right" nowrap>[% 'Include in Report' | $T8 %]</th> <td colspan="3">
 
 181           <td>[%- L.checkbox_tag('l_partnumber', label=LxERP.t8('Part Number'), checked=1, value='Y') %]</td>
 
 182           <td>[%- L.checkbox_tag('l_description', label=LxERP.t8('Part Description'), checked=1, value='Y') %]</td>
 
 183           <td>[%- L.checkbox_tag('l_serialnumber', label=LxERP.t8('Serial Number'), value='Y') %]</td>
 
 184           <td>[%- L.checkbox_tag('l_unit', label=LxERP.t8('Unit of measure'), value='Y', checked=1) %]</td>
 
 188           <td>[%- L.checkbox_tag('l_listprice', label=LxERP.t8('List Price'), value='Y') %]</td>
 
 189           <td>[%- L.checkbox_tag('l_sellprice', label=LxERP.t8('Sell Price'), value='Y', checked=1) %]</td>
 
 190           <td>[%- L.checkbox_tag('l_lastcost', label=LxERP.t8('Last Cost'), value='Y', checked=1) %]</td>
 
 191           <td>[%- L.checkbox_tag('l_linetotal', label=LxERP.t8('Line Total'), value='Y', checked=1) %]</td>
 
 195           <td>[%- L.checkbox_tag('l_priceupdate', label=LxERP.t8('Updated'), value='Y') %]</td>
 
 196           <td>[%- L.checkbox_tag('l_deliverydate', label=LxERP.t8('Delivery Date'), value='Y') %]</td>
 
 197           <td>[%- L.checkbox_tag('l_rop', label=LxERP.t8('ROP'), value='Y') %]</td>
 
 198           <td>[%- L.checkbox_tag('l_weight', label=LxERP.t8('Weight'), value='Y') %]</td>
 
 202           <td>[%- L.checkbox_tag('l_image', label=LxERP.t8('Image'), value='Y', checked=(INSTANCE_CONF.get_parts_listing_image ? 1 : 0)) %]</td>
 
 203           <td>[%- L.checkbox_tag('l_drawing', label=LxERP.t8('Drawing'), value='Y') %]</td>
 
 204           <td>[%- L.checkbox_tag('l_microfiche', label=LxERP.t8('Microfiche'), value='Y') %]</td>
 
 205           <td>[%- L.checkbox_tag('l_partsgroup', label=LxERP.t8('Partsgroup'), value='Y') %]</td>
 
 210           <td>[%- L.checkbox_tag('l_insertdate', label=LxERP.t8('Insert Date'), value='Y') %]</td>
 
 211           <td>[%- L.checkbox_tag('l_notes', label=LxERP.t8('Notes'), value='Y') %]</td>
 
 212           <td>[%- L.checkbox_tag('l_ean', label=LxERP.t8('EAN'), value='Y') %]</td>
 
 213           <td>[%- L.checkbox_tag('l_shop', label=LxERP.t8('Shop article'), value='Y') %]</td>
 
 217           <td>[%- L.checkbox_tag('l_onhand', label=LxERP.t8('Stocked Qty'), value='Y') %]</td>
 
 218           <td>[%- L.checkbox_tag('l_projectnumber', label=LxERP.t8('Project Number'), value='Y') %]</td>
 
 219           <td>[%- L.checkbox_tag('l_projectdescription', label=LxERP.t8('Project Description'), value='Y') %]</td>
 
 220           <td>[%- L.checkbox_tag('l_pricegroups', label=LxERP.t8('Pricegroups'), value='Y', checked=1) %]</td>
 
 224           <td>[%- L.checkbox_tag('l_subtotal', label=LxERP.t8('Subtotal'), value='Y') %]</td>
 
 225           <td>[%- L.checkbox_tag('l_transdate', label=LxERP.t8('Transdate Record'), value='Y') %]</td>
 
 226           <td>[%- L.checkbox_tag('l_name', label=LxERP.t8('Name in Selected Records'), value='Y') %]</td>
 
 227           <td>[%- L.checkbox_tag('l_soldtotal', label=LxERP.t8('Qty in Selected Records'), value='Y') %]</td>
 
 230           <td>[%- L.checkbox_tag('l_warehouse', label=LxERP.t8('Default Warehouse'), value='Y') %]</td>
 
 231           <td>[%- L.checkbox_tag('l_bin', label=LxERP.t8('Default Bin'), value='Y') %]</td>
 
 232           <td>[%- L.checkbox_tag('l_make', label=LxERP.t8('Make'), value='Y') %]</td>
 
 233           <td>[%- L.checkbox_tag('l_model', label=LxERP.t8('Model'), value='Y') %]</td>
 
 236          [% CUSTOM_VARIABLES_INCLUSION_CODE %]
 
 243    <tr><td colspan="4"><hr size="3" noshade></td></tr>