6 <form method="post" action="ic.pl">
8 <input type="hidden" name="searchitems" value="[% HTML.escape(searchitems) %]">
9 <input type="hidden" name="title" value="[% HTML.escape(title) %]">
11 <input type="hidden" name="revers" value="[% HTML.escape(revers) %]">
12 <input type="hidden" name="lastsort" value="[% HTML.escape(lastsort) %]">
14 <input type="hidden" name="nextsub" value="generate_report">
15 <input type="hidden" name="sort" value="description">
17 <input type="hidden" name="ndxs_counter" value="[% HTML.escape(ndxs_counter) %]">
19 <div class="listtop">[% title %]</div>
27 <th align="right" nowrap>[% 'Part Number' | $T8 %]</th>
28 <td><input name="partnumber" size="20"></td>
29 <th align="right" nowrap>[% 'EAN' | $T8 %]</th>
30 <td><input name="ean" size="20"></td>
34 <th align="right" nowrap>[% 'Part Description' | $T8 %]</th>
35 <td colspan="3"><input name="description" size="40"></td>
39 <th align="right" nowrap>[% 'Group' | $T8 %]</th>
41 [%- INCLUDE generic/multibox.html
43 select_name = 'partsgroup_id',
44 DATA = ALL_PARTSGROUPS,
47 label_key = 'partsgroup',
48 style = 'width:250px',
53 <th align="right" nowrap>[% 'Serial Number' | $T8 %]</th> <td><input name="serialnumber" size="20"></td>
56 [%- UNLESS is_service %]
58 <th align="right" nowrap>[% 'Make' | $T8 %]</th> <td><input name="make" size="20"></td>
59 <th align="right" nowrap>[% 'Model' | $T8 %]</th> <td><input name="model" size="20"></td>
64 <th align="right" nowrap>[% 'Drawing' | $T8 %]</th>
65 <td><input name="drawing" size="20"></td>
66 <th align="right" nowrap>[% 'Microfiche' | $T8 %]</th>
67 <td><input name="microfiche" size="20"></td>
70 [% CUSTOM_VARIABLES_FILTER_CODE %]
76 <input name="null" id="null_1" class="radio" type="radio" value="1" checked> <label for="null_1">[% 'Top Level' | $T8 %]</label>
77 <input name="bom" id="bom" class="checkbox" type="checkbox" value="1"> <label for="bom">[% 'Individual Items' | $T8 %]</label>
85 <input name="itemstatus" id="itemstatus_active" class="radio" type="radio" value="active" checked>
86 <label for="itemstatus_active">[% 'Active' | $T8 %]</label>
87 <input name="itemstatus" id="itemstatus_onhand" class="radio" type="radio" value="onhand">
88 [%- UNLESS is_service %]
89 <label for="itemstatus_onhand">[% 'On Hand' | $T8 %]</label>
90 <input name="itemstatus" id="itemstatus_short" class="radio" type="radio" value="short">
91 <label for="itemstatus_short">[% 'Short' | $T8 %]</label>
92 <input name="itemstatus" id="itemstatus_obsolete" class="radio" type="radio" value="obsolete">
94 <label for="itemstatus_obsolete">[% 'Obsolete' | $T8 %]</label>
95 <input name="itemstatus" id="itemstatus_orphaned" class="radio" type="radio" value="orphaned">
96 <label for="itemstatus_orphaned">[% 'Orphaned' | $T8 %]</label>
97 <input name="itemstatus" id="itemstatus_all" class="radio" type="radio" value="">
98 <label for="itemstatus_all">[% 'All' | $T8 %]</label>
110 [%- UNLESS is_assembly %]
111 <td><input name="bought" id="bought" class="checkbox" type="checkbox" value="1"></td>
112 <td nowrap><label for="bought">[% 'Bought' | $T8 %]</label></td>
114 <td><input name="sold" id="sold" class="checkbox" type="checkbox" value="1"></td>
115 <td nowrap><label for="sold">[% 'Sold' | $T8 %]</label></td>
119 <td colspan="4"><hr size="1" noshade></td>
123 [%- UNLESS is_assembly %]
124 <td><input name="onorder" id="onorder" class="checkbox" type="checkbox" value="1"></td>
125 <td nowrap><label for="onorder">[% 'On Order' | $T8 %]</label></td>
127 <td><input name="ordered" id="ordered" class="checkbox" type="checkbox" value="1"></td>
128 <td nowrap><label for="ordered">[% 'Ordered' | $T8 %]</label></td>
132 <td colspan="4"><hr size="1" noshade></td>
136 [%- UNLESS is_assembly %]
137 <td><input name="rfq" id="rfq" class="checkbox" type="checkbox" value="1"></td>
138 <td nowrap><label for="rfq">[% 'RFQ' | $T8 %]</label></td>
140 <td><input name="quoted" id="quoted" class="checkbox" type="checkbox" value="1"></td>
141 <td nowrap><label for="quoted">[% 'Quoted' | $T8 %]</label></td>
146 <td width="5%"> </td>
151 <th>[% 'From' | $T8 %]</th>
152 <td>[% L.date_tag('transdatefrom') %]</td>
153 <th>[% 'To (time)' | $T8 %]</th>
154 <td>[% L.date_tag('transdateto') %]</td>
166 <hr size="1" noshade>
171 <th align="right" nowrap>[% 'Include in Report' | $T8 %]</th> <td colspan="3">
175 <input name="l_partnumber" id="l_partnumber" class="checkbox" type="checkbox" value="Y" checked>
176 <label for="l_partnumber">[% 'Part Number' | $T8 %]</label>
179 <input name="l_description" id="l_description" class="checkbox" type="checkbox" value="Y" checked>
180 <label for="l_description">[% 'Part Description' | $T8 %]</label>
182 [%- UNLESS is_service %]
184 <input name="l_serialnumber" id="l_serialnumber" class="checkbox" type="checkbox" value="Y">
185 <label for="l_serialnumber">[% 'Serial Number' | $T8 %]</label>
189 <input name="l_unit" id="l_unit" class="checkbox" type="checkbox" value="Y" checked>
190 <label for="l_unit">[% 'Unit of measure' | $T8 %]</label>
196 <input name="l_listprice" id="l_listprice" class="checkbox" type="checkbox" value="Y">
197 <label for="l_listprice">[% 'List Price' | $T8 %]</label>
200 <input name="l_sellprice" id="l_sellprice" class="checkbox" type="checkbox" value="Y" checked>
201 <label for="l_sellprice">[% 'Sell Price' | $T8 %]</label>
204 <input name="l_lastcost" id="l_lastcost" class="checkbox" type="checkbox" value="Y" checked>
205 <label for="l_lastcost">[% 'Last Cost' | $T8 %]</label>
208 <input name="l_linetotal" id="l_linetotal" class="checkbox" type="checkbox" value="Y" checked>
209 <label for="l_linetotal">[% 'Line Total' | $T8 %]</label>
215 <input name="l_priceupdate" id="l_priceupdate" class="checkbox" type="checkbox" value="Y">
216 <label for="l_priceupdate">[% 'Updated' | $T8 %]</label>
219 <!-- auskommentiert fuer bug nummer 852 - ggf. fuer einen standardlagerplatz verwertet jb 18.5.09-->
220 <!--input name="l_bin" id="l_bin" class="checkbox" type="checkbox" value="Y">
221 <label for="l_bin">[% 'Bin' | $T8 %]</label -->
222 <input name="l_deliverydate" id="l_deliverydate" class="checkbox" type="checkbox" value="Y">
223 <label for="l_deliverydate">[% 'deliverydate' | $T8 %]</label>
225 [%- UNLESS is_service %]
227 <input name="l_rop" id="l_rop" class="checkbox" type="checkbox" value="Y">
228 <label for="l_rop">[% 'ROP' | $T8 %]</label>
231 <input name="l_weight" id="l_weight" class="checkbox" type="checkbox" value="Y">
232 <label for="l_weight">[% 'Weight' | $T8 %]</label>
239 <input name="l_image" id="l_image" class="checkbox"[%- IF conf_parts_listing_images %] checked="checked"[% END %] type="checkbox" value="Y">
240 <label for="l_image">[% 'Image' | $T8 %]</label>
243 <input name="l_drawing" id="l_drawing" class="checkbox" type="checkbox" value="Y">
244 <label for="l_drawing">[% 'Drawing' | $T8 %]</label>
247 <input name="l_microfiche" id="l_microfiche" class="checkbox" type="checkbox" value="Y">
248 <label for="l_microfiche">[% 'Microfiche' | $T8 %]</label>
251 <input name="l_partsgroup" id="l_partsgroup" class="checkbox" type="checkbox" value="Y">
252 <label for="l_partsgroup">[% 'Group' | $T8 %]</label>
258 <input name="l_transdate" id="l_transdate" class="checkbox" type="checkbox" value="Y">
259 <label for="l_transdate">[% 'Transdate' | $T8 %]</label>
262 <input name="l_subtotal" id="l_subtotal" class="checkbox" type="checkbox" value="Y">
263 <label for="l_subtotal">[% 'Subtotal' | $T8 %]</label>
266 <input name="l_soldtotal" id="l_soldtotal" class="checkbox" type="checkbox" value="Y">
267 <label for="l_soldtotal">[% 'Qty in Selected Records' | $T8 %]</label>
270 <input name="l_ean" id="l_ean" class="checkbox" type="checkbox" value="Y">
271 <label for="l_ean">[% 'EAN' | $T8 %]</label>
276 [%- UNLESS is_service %]
278 <input name="l_onhand" id="l_onhand" class="checkbox" type="checkbox" value="Y">
279 <label for="l_onhand">[% 'Stocked Qty' | $T8 %]</label>
283 <input name="l_projectnumber" id="l_projectnumber" class="checkbox" type="checkbox" value="Y">
284 <label for="l_projectnumber">[% 'Project Number' | $T8 %]</label>
287 <input name="l_projectdescription" id="l_projectdescription" class="checkbox" type="checkbox" value="Y">
288 <label for="l_projectdescription">[% 'Project Description' | $T8 %]</label>
291 <input name="l_pricegroups" id="l_pricegroups" class="checkbox" type="checkbox" value="Y" checked>
292 <label for="l_pricegroups">[% 'Pricegroups' | $T8 %]</label>
298 <input name="l_notes" id="l_notes" class="checkbox" type="checkbox" value="Y">
299 <label for="l_notes">[% 'Notes' | $T8 %]</label>
303 [% CUSTOM_VARIABLES_INCLUSION_CODE %]
310 <tr><td colspan="4"><hr size="3" noshade></td></tr>
314 <input class="submit" type="submit" name="action" value="[% 'Continue' | $T8 %]">
315 <input class="submit" type="submit" name="action" value="[% 'TOP100' | $T8 %]">