Das Feld Einlagern unter Erzeugnis erfassen hat derzeit keine Funktion - Laut Holger...
[kivitendo-erp.git] / templates / webpages / ic / search_de.html
1 [%- USE HTML %]
2 [%- USE LxERP %]
3 <body>
4
5  <form method="post" action="ic.pl">
6
7   <input type="hidden" name="searchitems" value="[% HTML.escape(searchitems) %]">
8   <input type="hidden" name="title" value="[% HTML.escape(title) %]">
9
10   <input type="hidden" name="revers" value="[% HTML.escape(revers) %]">
11   <input type="hidden" name="lastsort" value="[% HTML.escape(lastsort) %]">
12
13   <input type="hidden" name="nextsub" value="generate_report">
14   <input type="hidden" name="sort" value="description">
15
16   <input type="hidden" name="ndxs_counter" value="[% HTML.escape(ndxs_counter) %]">
17
18   <div class="listtop">[% title %]</div>
19
20   <table width="100%">
21    <tr height="5"></tr>
22    <tr valign="top">
23     <td>
24      <table>
25       <tr>
26        <th align="right" nowrap>Artikelnummer</th>
27        <td><input name="partnumber" size="20"></td>
28        <th align="right" nowrap>EAN</th>
29        <td><input name="ean" size="20"></td>
30       </tr>
31
32       <tr>
33        <th align="right" nowrap>Artikelbeschreibung</th>
34        <td colspan="3"><input name="description" size="40"></td>
35       </tr>
36
37       <tr>
38        <th align="right" nowrap>Warengruppe</th>
39        <td><input name="partsgroup" size="20"></td>
40        [%- UNLESS is_service %]
41        <th align="right" nowrap>Seriennummer</th> <td><input name="serialnumber" size="20"></td>
42        [%- END %]
43       </tr>
44
45       [%- UNLESS is_service %]
46       <tr>
47        <th align="right" nowrap>Hersteller</th> <td><input name="make" size="20"></td>
48        <th align="right" nowrap>Modell</th> <td><input name="model" size="20"></td>
49       </tr>
50       [%- END %]
51
52       <tr>
53        <th align="right" nowrap>Zeichnung</th>
54        <td><input name="drawing" size="20"></td>
55        <th align="right" nowrap>Mikrofilm</th>
56        <td><input name="microfiche" size="20"></td>
57       </tr>
58
59       [%- IF is_assembly %]
60       <tr>
61        <td></td>
62        <td colspan="3">
63         <input name="null" id="null_1" class="radio" type="radio" value="1" checked>&nbsp;<label for="null_1">Hauptartikelbezeichnung</label>
64         <input name="bom" id="bom" class="checkbox" type="checkbox" value="1">&nbsp;<label for="bom">Einzelteile</label>
65        </td>
66       </tr>
67       [%- END %]
68
69       <tr>
70        <td></td>
71        <td colspan="3">
72         <input name="itemstatus" id="itemstatus_active" class="radio" type="radio" value="active" checked>
73         <label for="itemstatus_active">Aktiv</label>
74         [%- UNLESS is_service %]
75         <input name="itemstatus" id="itemstatus_onhand" class="radio" type="radio" value="onhand">
76         <label for="itemstatus_onhand">Auf Lager</label>
77         <input name="itemstatus" id="itemstatus_short" class="radio" type="radio" value="short">
78         <label for="itemstatus_short">Knapp</label>
79         [%- END %]
80         <input name="itemstatus" id="itemstatus_obsolete" class="radio" type="radio" value="obsolete">
81         <label for="itemstatus_obsolete">Ungültig</label>
82         <input name="itemstatus" id="itemstatus_orphaned" class="radio" type="radio" value="orphaned">
83         <label for="itemstatus_orphaned">Nie benutzt</label>
84        </td>
85       </tr>
86
87       <tr>
88        <td></td>
89        <td colspan="3">
90         <table>
91          <tr>
92           <td>
93            <table>
94             <tr>
95              [%- UNLESS is_assembly %]
96              <td><input name="bought" id="bought" class="checkbox" type="checkbox" value="1"></td>
97              <td nowrap><label for="bought">Gekauft</label></td>
98              [%- END %]
99              <td><input name="sold" id="sold" class="checkbox" type="checkbox" value="1"></td>
100              <td nowrap><label for="sold">Verkauft</label></td>
101             </tr>
102
103             <tr>
104              <td colspan="4"><hr size="1" noshade></td>
105             </tr>
106
107             <tr>
108              [%- UNLESS is_assembly %]
109              <td><input name="onorder" id="onorder" class="checkbox" type="checkbox" value="1"></td>
110              <td nowrap><label for="onorder">Ist bestellt</label></td>
111              [%- END %]
112              <td><input name="ordered" id="ordered" class="checkbox" type="checkbox" value="1"></td>
113              <td nowrap><label for="ordered">Vom Kunde bestellt</label></td>
114             </tr>
115
116             <tr>
117              <td colspan="4"><hr size="1" noshade></td>
118             </tr>
119
120             <tr>
121              [%- UNLESS is_assembly %]
122              <td><input name="rfq" id="rfq" class="checkbox" type="checkbox" value="1"></td>
123              <td nowrap><label for="rfq">Anfrage</label></td>
124              [%- END %]
125              <td><input name="quoted" id="quoted" class="checkbox" type="checkbox" value="1"></td>
126              <td nowrap><label for="quoted">Angeboten</label></td>
127             </tr>
128            </table>
129           </td>
130
131           <td width="5%">&nbsp;</td>
132
133           <td>
134            <table>
135             <tr>
136              <th>Von</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="?"></td>
139              <th>Bis</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="?"></td>
142             </tr>
143            </table>
144           </td>
145          </tr>
146         </table>
147        </td>
148       </tr>
149
150       <tr>
151        <td></td>
152        <td colspan="3">
153         <hr size="1" noshade>
154        </td>
155       </tr>
156
157       <tr>
158        <th align="right" nowrap>In Bericht aufnehmen</th> <td colspan="3">
159         <table>
160          <tr>
161           <td>
162            <input name="l_partnumber" id="l_partnumber" class="checkbox" type="checkbox" value="Y" checked>
163            <label for="l_partnumber">Artikelnummer</label>
164           </td>
165           <td>
166            <input name="l_description" id="l_description" class="checkbox" type="checkbox" value="Y" checked>
167            <label for="l_description">Artikelbeschreibung</label>
168           </td>
169           [%- UNLESS is_service %]
170           <td>
171            <input name="l_serialnumber" id="l_serialnumber" class="checkbox" type="checkbox" value="Y">
172            <label for="l_serialnumber">Seriennummer</label>
173           </td>
174           [%- END %]
175           <td>
176            <input name="l_unit" id="l_unit" class="checkbox" type="checkbox" value="Y" checked>
177            <label for="l_unit">Maßeinheit</label>
178           </td>
179          </tr>
180
181          <tr>
182           <td>
183            <input name="l_listprice" id="l_listprice" class="checkbox" type="checkbox" value="Y">
184            <label for="l_listprice">Listenpreis</label>
185           </td>
186           <td>
187            <input name="l_sellprice" id="l_sellprice" class="checkbox" type="checkbox" value="Y" checked>
188            <label for="l_sellprice">Verkaufspreis</label>
189           </td>
190           <td>
191            <input name="l_lastcost" id="l_lastcost" class="checkbox" type="checkbox" value="Y" checked>
192            <label for="l_lastcost">Einkaufspreis</label>
193           </td>
194           <td>
195            <input name="l_linetotal" id="l_linetotal" class="checkbox" type="checkbox" value="Y" checked>
196            <label for="l_linetotal">Zeilensumme</label>
197           </td>
198          </tr>
199
200          <tr>
201           <td>
202            <input name="l_priceupdate" id="l_priceupdate" class="checkbox" type="checkbox" value="Y">
203            <label for="l_priceupdate">Erneuert am</label>
204           </td>
205           <td>
206            <input name="l_bin" id="l_bin" class="checkbox" type="checkbox" value="Y">
207            <label for="l_bin">Lagerplatz</label>
208           </td>
209           <td>
210            <input name="l_rop" id="l_rop" class="checkbox" type="checkbox" value="Y">
211            <label for="l_rop">Mindestlagerbestand</label>
212           </td>
213           <td>
214            <input name="l_weight" id="l_weight" class="checkbox" type="checkbox" value="Y">
215            <label for="l_weight">Gewicht</label>
216           </td>
217          </tr>
218
219          <tr>
220           <td>
221            <input name="l_image" id="l_image" class="checkbox" type="checkbox" value="Y">
222            <label for="l_image">Grafik</label>
223           </td>
224           <td>
225            <input name="l_drawing" id="l_drawing" class="checkbox" type="checkbox" value="Y">
226            <label for="l_drawing">Zeichnung</label>
227           </td>
228           <td>
229            <input name="l_microfiche" id="l_microfiche" class="checkbox" type="checkbox" value="Y">
230            <label for="l_microfiche">Mikrofilm</label>
231           </td>
232           <td>
233            <input name="l_partsgroup" id="l_partsgroup" class="checkbox" type="checkbox" value="Y">
234            <label for="l_partsgroup">Warengruppe</label>
235           </td>
236          </tr>
237
238          <tr>
239           <td>
240            <input name="l_subtotal" id="l_subtotal" class="checkbox" type="checkbox" value="Y">
241            <label for="l_subtotal">Zwischensumme</label>
242           </td>
243           <td>
244            <input name="l_soldtotal" id="l_soldtotal" class="checkbox" type="checkbox" value="Y">
245            <label for="l_soldtotal">Verkaufte Anzahl</label>
246           </td>
247           <td>
248            <input name="l_deliverydate" id="l_deliverydate" class="checkbox" type="checkbox" value="Y">
249            <label for="l_deliverydate">Lieferdatum</label>
250           </td>
251          </tr>
252         </table>
253        </td>
254       </tr>
255      </table>
256     </td>
257    </tr>
258    <tr><td colspan="4"><hr size="3" noshade></td></tr>
259   </table>
260
261   <script type="text/javascript">
262    <!--
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" });
265        //-->
266   </script>
267
268   <p>
269    <input class="submit" type="submit" name="action" value="Weiter">
270    <input class="submit" type="submit" name="action" value="Top 100">
271   </p>
272  </form>
273
274 </body>
275 </html>