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>
40 <td><input name="partsgroup" size="20"></td>
41 [%- UNLESS is_service %]
42 <th align="right" nowrap>[% 'Serial Number' | $T8 %]</th> <td><input name="serialnumber" size="20"></td>
46 [%- UNLESS is_service %]
48 <th align="right" nowrap>[% 'Make' | $T8 %]</th> <td><input name="make" size="20"></td>
49 <th align="right" nowrap>[% 'Model' | $T8 %]</th> <td><input name="model" size="20"></td>
54 <th align="right" nowrap>[% 'Drawing' | $T8 %]</th>
55 <td><input name="drawing" size="20"></td>
56 <th align="right" nowrap>[% 'Microfiche' | $T8 %]</th>
57 <td><input name="microfiche" size="20"></td>
60 [% CUSTOM_VARIABLES_FILTER_CODE %]
66 <input name="null" id="null_1" class="radio" type="radio" value="1" checked> <label for="null_1">[% 'Top Level' | $T8 %]</label>
67 <input name="bom" id="bom" class="checkbox" type="checkbox" value="1"> <label for="bom">[% 'Individual Items' | $T8 %]</label>
75 <input name="itemstatus" id="itemstatus_active" class="radio" type="radio" value="active" checked>
76 <label for="itemstatus_active">[% 'Active' | $T8 %]</label>
77 [%- UNLESS is_service %]
78 <input name="itemstatus" id="itemstatus_onhand" class="radio" type="radio" value="onhand">
79 <label for="itemstatus_onhand">[% 'On Hand' | $T8 %]</label>
80 <input name="itemstatus" id="itemstatus_short" class="radio" type="radio" value="short">
81 <label for="itemstatus_short">[% 'Short' | $T8 %]</label>
83 <input name="itemstatus" id="itemstatus_obsolete" class="radio" type="radio" value="obsolete">
84 <label for="itemstatus_obsolete">[% 'Obsolete' | $T8 %]</label>
85 <input name="itemstatus" id="itemstatus_orphaned" class="radio" type="radio" value="orphaned">
86 <label for="itemstatus_orphaned">[% 'Orphaned' | $T8 %]</label>
98 [%- UNLESS is_assembly %]
99 <td><input name="bought" id="bought" class="checkbox" type="checkbox" value="1"></td>
100 <td nowrap><label for="bought">[% 'Bought' | $T8 %]</label></td>
102 <td><input name="sold" id="sold" class="checkbox" type="checkbox" value="1"></td>
103 <td nowrap><label for="sold">[% 'Sold' | $T8 %]</label></td>
107 <td colspan="4"><hr size="1" noshade></td>
111 [%- UNLESS is_assembly %]
112 <td><input name="onorder" id="onorder" class="checkbox" type="checkbox" value="1"></td>
113 <td nowrap><label for="onorder">[% 'On Order' | $T8 %]</label></td>
115 <td><input name="ordered" id="ordered" class="checkbox" type="checkbox" value="1"></td>
116 <td nowrap><label for="ordered">[% 'Ordered' | $T8 %]</label></td>
120 <td colspan="4"><hr size="1" noshade></td>
124 [%- UNLESS is_assembly %]
125 <td><input name="rfq" id="rfq" class="checkbox" type="checkbox" value="1"></td>
126 <td nowrap><label for="rfq">[% 'RFQ' | $T8 %]</label></td>
128 <td><input name="quoted" id="quoted" class="checkbox" type="checkbox" value="1"></td>
129 <td nowrap><label for="quoted">[% 'Quoted' | $T8 %]</label></td>
134 <td width="5%"> </td>
139 <th>[% 'From' | $T8 %]</th>
140 <td><input name="transdatefrom" id="transdatefrom" size="11" title="[% HTML.escape(dateformat) %]"></td>
141 <td><input type="button" name="transdatefrom" id="trigger1" value="[% 'button' | $T8 %]"></td>
142 <th>[% 'To (time)' | $T8 %]</th>
143 <td><input name="transdateto" id="transdateto" size="11" title="[% HTML.escape(dateformat) %]"></td>
144 <td><input type="button" name="transdateto" name="transdateto" id="trigger2" value="[% 'button' | $T8 %]"></td>
156 <hr size="1" noshade>
161 <th align="right" nowrap>[% 'Include in Report' | $T8 %]</th> <td colspan="3">
165 <input name="l_partnumber" id="l_partnumber" class="checkbox" type="checkbox" value="Y" checked>
166 <label for="l_partnumber">[% 'Part Number' | $T8 %]</label>
169 <input name="l_description" id="l_description" class="checkbox" type="checkbox" value="Y" checked>
170 <label for="l_description">[% 'Part Description' | $T8 %]</label>
172 [%- UNLESS is_service %]
174 <input name="l_serialnumber" id="l_serialnumber" class="checkbox" type="checkbox" value="Y">
175 <label for="l_serialnumber">[% 'Serial Number' | $T8 %]</label>
179 <input name="l_unit" id="l_unit" class="checkbox" type="checkbox" value="Y" checked>
180 <label for="l_unit">[% 'Unit of measure' | $T8 %]</label>
186 <input name="l_listprice" id="l_listprice" class="checkbox" type="checkbox" value="Y">
187 <label for="l_listprice">[% 'List Price' | $T8 %]</label>
190 <input name="l_sellprice" id="l_sellprice" class="checkbox" type="checkbox" value="Y" checked>
191 <label for="l_sellprice">[% 'Sell Price' | $T8 %]</label>
194 <input name="l_lastcost" id="l_lastcost" class="checkbox" type="checkbox" value="Y" checked>
195 <label for="l_lastcost">[% 'Last Cost' | $T8 %]</label>
198 <input name="l_linetotal" id="l_linetotal" class="checkbox" type="checkbox" value="Y" checked>
199 <label for="l_linetotal">[% 'Line Total' | $T8 %]</label>
205 <input name="l_priceupdate" id="l_priceupdate" class="checkbox" type="checkbox" value="Y">
206 <label for="l_priceupdate">[% 'Updated' | $T8 %]</label>
209 <!-- auskommentiert fuer bug nummer 852 - ggf. fuer einen standardlagerplatz verwertet jb 18.5.09-->
210 <!--input name="l_bin" id="l_bin" class="checkbox" type="checkbox" value="Y">
211 <label for="l_bin">[% 'Bin' | $T8 %]</label -->
212 <input name="l_deliverydate" id="l_deliverydate" class="checkbox" type="checkbox" value="Y">
213 <label for="l_deliverydate">[% 'deliverydate' | $T8 %]</label>
216 <input name="l_rop" id="l_rop" class="checkbox" type="checkbox" value="Y">
217 <label for="l_rop">[% 'ROP' | $T8 %]</label>
220 <input name="l_weight" id="l_weight" class="checkbox" type="checkbox" value="Y">
221 <label for="l_weight">[% 'Weight' | $T8 %]</label>
227 <input name="l_image" id="l_image" class="checkbox" type="checkbox" value="Y">
228 <label for="l_image">[% 'Image' | $T8 %]</label>
231 <input name="l_drawing" id="l_drawing" class="checkbox" type="checkbox" value="Y">
232 <label for="l_drawing">[% 'Drawing' | $T8 %]</label>
235 <input name="l_microfiche" id="l_microfiche" class="checkbox" type="checkbox" value="Y">
236 <label for="l_microfiche">[% 'Microfiche' | $T8 %]</label>
239 <input name="l_partsgroup" id="l_partsgroup" class="checkbox" type="checkbox" value="Y">
240 <label for="l_partsgroup">[% 'Group' | $T8 %]</label>
246 <input name="l_transdate" id="l_transdate" class="checkbox" type="checkbox" value="Y">
247 <label for="l_transdate">[% 'Transdate' | $T8 %]</label>
250 <input name="l_subtotal" id="l_subtotal" class="checkbox" type="checkbox" value="Y">
251 <label for="l_subtotal">[% 'Subtotal' | $T8 %]</label>
254 <input name="l_soldtotal" id="l_soldtotal" class="checkbox" type="checkbox" value="Y">
255 <label for="l_soldtotal">[% 'soldtotal' | $T8 %]</label>
258 <input name="l_ean" id="l_ean" class="checkbox" type="checkbox" value="Y">
259 <label for="l_ean">[% 'EAN' | $T8 %]</label>
263 [% CUSTOM_VARIABLES_INCLUSION_CODE %]
270 <tr><td colspan="4"><hr size="3" noshade></td></tr>
273 <script type="text/javascript">
275 Calendar.setup({ inputField : "transdatefrom", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger1" });
276 Calendar.setup({ inputField : "transdateto", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger2" });
281 <input class="submit" type="submit" name="action" value="[% 'Continue' | $T8 %]">
282 <input class="submit" type="submit" name="action" value="[% 'TOP100' | $T8 %]">