5 <form method="post" action="ic.pl">
7 <input type="hidden" name="searchitems" value="[% HTML.escape(searchitems) %]">
8 <input type="hidden" name="title" value="[% HTML.escape(title) %]">
10 <input type="hidden" name="revers" value="[% HTML.escape(revers) %]">
11 <input type="hidden" name="lastsort" value="[% HTML.escape(lastsort) %]">
13 <input type="hidden" name="nextsub" value="generate_report">
14 <input type="hidden" name="sort" value="description">
16 <input type="hidden" name="ndxs_counter" value="[% HTML.escape(ndxs_counter) %]">
18 <div class="listtop">[% title %]</div>
26 <th align="right" nowrap><translate>Part Number</translate></th>
27 <td><input name="partnumber" size="20"></td>
28 <th align="right" nowrap><translate>EAN</translate></th>
29 <td><input name="ean" size="20"></td>
33 <th align="right" nowrap><translate>Part Description</translate></th>
34 <td colspan="3"><input name="description" size="40"></td>
38 <th align="right" nowrap><translate>Group</translate></th>
39 <td><input name="partsgroup" size="20"></td>
40 [%- UNLESS is_service %]
41 <th align="right" nowrap><translate>Serial Number</translate></th> <td><input name="serialnumber" size="20"></td>
45 [%- UNLESS is_service %]
47 <th align="right" nowrap><translate>Make</translate></th> <td><input name="make" size="20"></td>
48 <th align="right" nowrap><translate>Model</translate></th> <td><input name="model" size="20"></td>
53 <th align="right" nowrap><translate>Drawing</translate></th>
54 <td><input name="drawing" size="20"></td>
55 <th align="right" nowrap><translate>Microfiche</translate></th>
56 <td><input name="microfiche" size="20"></td>
63 <input name="null" id="null_1" class="radio" type="radio" value="1" checked> <label for="null_1"><translate>Top Level</translate></label>
64 <input name="bom" id="bom" class="checkbox" type="checkbox" value="1"> <label for="bom"><translate>Individual Items</translate></label>
72 <input name="itemstatus" id="itemstatus_active" class="radio" type="radio" value="active" checked>
73 <label for="itemstatus_active"><translate>Active</translate></label>
74 [%- UNLESS is_service %]
75 <input name="itemstatus" id="itemstatus_onhand" class="radio" type="radio" value="onhand">
76 <label for="itemstatus_onhand"><translate>On Hand</translate></label>
77 <input name="itemstatus" id="itemstatus_short" class="radio" type="radio" value="short">
78 <label for="itemstatus_short"><translate>Short</translate></label>
80 <input name="itemstatus" id="itemstatus_obsolete" class="radio" type="radio" value="obsolete">
81 <label for="itemstatus_obsolete"><translate>Obsolete</translate></label>
82 <input name="itemstatus" id="itemstatus_orphaned" class="radio" type="radio" value="orphaned">
83 <label for="itemstatus_orphaned"><translate>Orphaned</translate></label>
95 [%- UNLESS is_assembly %]
96 <td><input name="bought" id="bought" class="checkbox" type="checkbox" value="1"></td>
97 <td nowrap><label for="bought"><translate>Bought</translate></label></td>
99 <td><input name="sold" id="sold" class="checkbox" type="checkbox" value="1"></td>
100 <td nowrap><label for="sold"><translate>Sold</translate></label></td>
104 <td colspan="4"><hr size="1" noshade></td>
108 [%- UNLESS is_assembly %]
109 <td><input name="onorder" id="onorder" class="checkbox" type="checkbox" value="1"></td>
110 <td nowrap><label for="onorder"><translate>On Order</translate></label></td>
112 <td><input name="ordered" id="ordered" class="checkbox" type="checkbox" value="1"></td>
113 <td nowrap><label for="ordered"><translate>Ordered</translate></label></td>
117 <td colspan="4"><hr size="1" noshade></td>
121 [%- UNLESS is_assembly %]
122 <td><input name="rfq" id="rfq" class="checkbox" type="checkbox" value="1"></td>
123 <td nowrap><label for="rfq"><translate>RFQ</translate></label></td>
125 <td><input name="quoted" id="quoted" class="checkbox" type="checkbox" value="1"></td>
126 <td nowrap><label for="quoted"><translate>Quoted</translate></label></td>
131 <td width="5%"> </td>
136 <th><translate>From</translate></th>
137 <td><input name="transdatefrom" id="transdatefrom" size="11" title="[% HTML.escape(dateformat) %]"></td>
138 <td><input type="button" name="transdatefrom" id="trigger1" value="<translate>button</translate>"></td>
139 <th><translate>To (time)</translate></th>
140 <td><input name="transdateto" id="transdateto" size="11" title="[% HTML.escape(dateformat) %]"></td>
141 <td><input type="button" name="transdateto" name="transdateto" id="trigger2" value="<translate>button</translate>"></td>
153 <hr size="1" noshade>
158 <th align="right" nowrap><translate>Include in Report</translate></th> <td colspan="3">
162 <input name="l_partnumber" id="l_partnumber" class="checkbox" type="checkbox" value="Y" checked>
163 <label for="l_partnumber"><translate>Part Number</translate></label>
166 <input name="l_description" id="l_description" class="checkbox" type="checkbox" value="Y" checked>
167 <label for="l_description"><translate>Part Description</translate></label>
169 [%- UNLESS is_service %]
171 <input name="l_serialnumber" id="l_serialnumber" class="checkbox" type="checkbox" value="Y">
172 <label for="l_serialnumber"><translate>Serial Number</translate></label>
176 <input name="l_unit" id="l_unit" class="checkbox" type="checkbox" value="Y" checked>
177 <label for="l_unit"><translate>Unit of measure</translate></label>
183 <input name="l_listprice" id="l_listprice" class="checkbox" type="checkbox" value="Y">
184 <label for="l_listprice"><translate>List Price</translate></label>
187 <input name="l_sellprice" id="l_sellprice" class="checkbox" type="checkbox" value="Y" checked>
188 <label for="l_sellprice"><translate>Sell Price</translate></label>
191 <input name="l_lastcost" id="l_lastcost" class="checkbox" type="checkbox" value="Y" checked>
192 <label for="l_lastcost"><translate>Last Cost</translate></label>
195 <input name="l_linetotal" id="l_linetotal" class="checkbox" type="checkbox" value="Y" checked>
196 <label for="l_linetotal"><translate>Line Total</translate></label>
202 <input name="l_priceupdate" id="l_priceupdate" class="checkbox" type="checkbox" value="Y">
203 <label for="l_priceupdate"><translate>Updated</translate></label>
206 <input name="l_bin" id="l_bin" class="checkbox" type="checkbox" value="Y">
207 <label for="l_bin"><translate>Bin</translate></label>
210 <input name="l_rop" id="l_rop" class="checkbox" type="checkbox" value="Y">
211 <label for="l_rop"><translate>ROP</translate></label>
214 <input name="l_weight" id="l_weight" class="checkbox" type="checkbox" value="Y">
215 <label for="l_weight"><translate>Weight</translate></label>
221 <input name="l_image" id="l_image" class="checkbox" type="checkbox" value="Y">
222 <label for="l_image"><translate>Image</translate></label>
225 <input name="l_drawing" id="l_drawing" class="checkbox" type="checkbox" value="Y">
226 <label for="l_drawing"><translate>Drawing</translate></label>
229 <input name="l_microfiche" id="l_microfiche" class="checkbox" type="checkbox" value="Y">
230 <label for="l_microfiche"><translate>Microfiche</translate></label>
233 <input name="l_partsgroup" id="l_partsgroup" class="checkbox" type="checkbox" value="Y">
234 <label for="l_partsgroup"><translate>Group</translate></label>
240 <input name="l_subtotal" id="l_subtotal" class="checkbox" type="checkbox" value="Y">
241 <label for="l_subtotal"><translate>Subtotal</translate></label>
244 <input name="l_soldtotal" id="l_soldtotal" class="checkbox" type="checkbox" value="Y">
245 <label for="l_soldtotal"><translate>soldtotal</translate></label>
248 <input name="l_deliverydate" id="l_deliverydate" class="checkbox" type="checkbox" value="Y">
249 <label for="l_deliverydate"><translate>deliverydate</translate></label>
258 <tr><td colspan="4"><hr size="3" noshade></td></tr>
261 <script type="text/javascript">
263 Calendar.setup({ inputField : "transdatefrom", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger1" });
264 Calendar.setup({ inputField : "transdateto", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger2" });
269 <input class="submit" type="submit" name="action" value="<translate>Continue</translate>">
270 <input class="submit" type="submit" name="action" value="<translate>TOP100</translate>">