3 <body onLoad="fokus()">
5 <script type="text/javascript" src="js/common.js"></script>
6 <script type="text/javascript" src="js/parts_language_selection.js"></script>
8 <form method="post" name="ic" action="[% script %]">
10 <input name="id" type="hidden" value="[% HTML.escape(id) %]">
11 <input name="item" type="hidden" value="[% HTML.escape(item) %]">
12 <input name="title" type="hidden" value="[% HTML.escape(title) %]">
13 <input name="makemodel" type="hidden" value="[% HTML.escape(makemodel) %]">
14 <input name="alternate" type="hidden" value="[% HTML.escape(alternate) %]">
15 <input name="onhand" type="hidden" value="[% HTML.escape(onhand) %]">
16 <input name="orphaned" type="hidden" value="[% HTML.escape(orphaned) %]">
17 <input name="taxaccounts" type="hidden" value="[% HTML.escape(taxaccounts) %]">
18 <input name="rowcount" type="hidden" value="[% HTML.escape(rowcount) %]">
19 <input name="eur" type="hidden" value="[% HTML.escape(eur) %]">
20 <input name="language_values" type="hidden" value="[% HTML.escape(language_values) %]">
21 <input name="original_partnumber" type="hidden" value="[% HTML.escape(original_partnumber) %]">
23 <div class="listtop">[% title %]</div>
37 <th align="right">Artikelnummer</th>
38 <td><input name="partnumber" value="[% HTML.escape(partnumber) %]" size="40"></td>
41 <th align="right">Artikelbeschreibung</th>
43 [%- IF description_area %]
44 <textarea name="description" rows="[% HTML.escape(rows) %]" cols="40" wrap="soft">[% HTML.escape(description) %]</textarea>
46 <input name="description" size="40" value="[% HTML.escape(description) %]">
51 <th align="right">EAN-Code</th>
52 <td><input name="ean" size="40" value="[% HTML.escape(ean) %]"></td>
55 [%- IF all_partsgroup.size %]
56 <th align="right">Warengruppe</th>
58 [%- INCLUDE generic/multibox.html
60 DATA = all_partsgroup,
63 label_key = 'partsgroup',
67 <input type="hidden" name="oldpartsgroup" value="[% HTML.escape(oldpartsgroup) %]">
72 [%- IF BUCHUNGSGRUPPEN.size %]
74 <th align="right">Buchungsgruppe</th>
76 [%- INCLUDE generic/multibox.html
77 name = 'buchungsgruppen_id',
78 DATA = BUCHUNGSGRUPPEN,
80 label_key = 'description',
85 <input type="hidden" name="IC_income" value="[% HTML.escape(IC_income_default) %]">
86 [%- UNLESS is_assembly %]
87 <input type="hidden" name="IC_expense" value="[% HTML.escape(IC_expense_default) %]">
90 <input type="hidden" name="IC" value="[% HTML.escape(IC_default) %]">
93 <th align="right">Zahlungskonditionen</th>
95 [%- INCLUDE generic/multibox.html
100 label_key = 'description',
101 style = 'width:250px'
111 <button type="button" onclick="parts_language_selection_window('language_values')">Spracheinstellungen</button>
121 <th align="left">Bemerkungen</th>
122 [%- UNLESS is_service %]
123 <th align="left">Formel</th>
128 <textarea name="notes" rows="[% HTML.escape(notes_rows) %]" cols="45" wrap="soft">[% HTML.escape(notes) %]</textarea>
130 [%- UNLESS is_service %]
133 <layer onmouseover="this.T_STICKY=true;this.T_STATIC=true;return escape('Die Formeln müssen in der folgenden Syntax eingegeben werden:<br>Bei normalen Artikeln:<br>Variablenname= Variable Einheit;<br>Variablenname2= Variable2 Einheit2;<br>...<br>###<br>Variable + Variable2 * ( Variable - Variable2 )<br>Bitte achten Sie auf die Leerzeichen in der Formel<br>Es muss jeweils die Gesamte Zeile eingegeben werden')">
134 <textarea name="formel" rows="[% HTML.escape(notes_rows) %]" cols="30" wrap="soft">[% HTML.escape(formel) %]</textarea></layer></ilayer>
147 <th align="right" nowrap="true">Erneuert am</th>
149 <input name="priceupdate" id="priceupdate" size="11" title="[% HTML.escape(dateformat) %]" value="[% HTML.escape(priceupdate) %]">
150 <input type="button" name="priceupdate" id="trigger1" value="?">
155 <th align="right" nowrap="true">Listenpreis</th>
156 <td><input name="listprice" size="11" value="[% LxERP.format_amount(listprice) %]"></td>
160 <th align="right" nowrap="true">Verkaufspreis</th>
161 <td><input name="sellprice" size="11" value="[% LxERP.format_amount(sellprice) %]"></td>
164 [%- UNLESS is_assembly %]
166 <th align="right" nowrap="true">Einkaufspreis</th>
167 <td><input name="lastcost" size="11" value="[% LxERP.format_amount(lastcost) %]"></td>
171 [%- IF ALL_PRICE_FACTORS.size %]
173 <th align="right">Preisfaktor</th>
175 [%- INCLUDE generic/multibox.html
176 name = 'price_factors_id',
177 DATA = ALL_PRICE_FACTORS,
180 label_key = 'description',
181 style = 'width:100px'
188 <th align="right" nowrap="true">Einheit</th>
190 <input type="hidden" name="unit_changeable" value="[% HTML.escape(unit_changeable) %]">
191 [%- UNLESS unit_changeable %]
192 <input type="hidden" name="unit" value="[% HTML.escape(unit) %]">[% HTML.escape(unit) %]
194 [%- INCLUDE generic/multibox.html
199 style = 'width:100px'
205 [%- UNLESS is_service %]
207 <th align="right" nowrap="true">Gewicht</th>
209 [%- IF is_assembly %] [% LxERP.format_amount(weight) %][%- END %]
210 <input[% IF is_assembly %] type="hidden"[% END %] size="10" name="weight" value="[% LxERP.format_amount(weight) %]">
214 [%- UNLESS is_service %]
216 <th align="right" nowrap>Auf Lager</th>
217 <th align="left" nowrap class="plus[% IF onhand > 0 %]1[% ELSE %]0[% END %]"> [% LxERP.format_amount(onhand) %]</th>
219 [%- IF is_assembly %]
221 <th align="right" nowrap>Einlagern</th>
222 <td><input name="stock" size="10" value="[% LxERP.format_amount(stock) %]"></td>
226 <th align="right" nowrap="true">Mindestlagerbestand</th>
227 <td><input name="rop" size="10" value="[% LxERP.format_amount(rop) %]"></td>
230 <th align="right" nowrap="true">Lagerplatz</th>
231 <td><input name="bin" size="10" value="[% HTML.escape(bin) %]"></td>
234 <th align="right" nowrap="true">Verrechnungseinheit</th>
235 <td><input name="ve" size="10" value="[% HTML.escape(ve) %]"></td>
238 <th align="right" nowrap="true">Geschäftsvolumen</th>
239 <td><input name="gv" size="10" value="[% LxERP.format_amount(gv) %]"></td>
242 <th align="right" nowrap><label for="not_discountable">Nicht rabattierfähig</label></th>
243 <td><input class="checkbox" type="checkbox" name="not_discountable" id="not_discountable" value="1" [% IF not_discountable %]checked[% END %]></td>
248 <th align="right" nowrap="true"><label for="obsolete">Ungültig</label></th>
249 <td><input name="obsolete" id="obsolete" type="checkbox" class="checkbox" value="1" [% IF obsolete %]checked[% END %]></td>
253 <th align="right" nowrap><label for="shop">Shopartikel</label></th>
254 <td><input class="checkbox" type="checkbox" name="shop" id="shop" value="1" [% IF shop %]checked[% END %]></td>
264 [% UNLESS is_service %]
269 <th align="right" nowrap>Grafik</th>
270 <td><input name="image" size="40" value="[% HTML.escape(image) %]"></td>
271 <th align="right" nowrap>Mikrofilm</th>
272 <td><input name="microfiche" size="20" value="[% HTML.escape(microfiche) %]"></td>
275 <th align="right" nowrap>Zeichnung</th>
276 <td><input name="drawing" size="40" value="[% HTML.escape(drawing) %]"></td>
283 <script type="text/javascript">
284 <!-- Calendar.setup({ inputField : "priceupdate", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger1" }); //-->