Tab Persistenz in allen masken ausser customer_vendor
[kivitendo-erp.git] / templates / webpages / ic / form_header.html
1 [%- USE T8 %]
2 [%- USE HTML %]
3 [%- USE LxERP %][%- USE L -%][%- USE P -%]
4 [% PROCESS 'common/select_warehouse_bin.html' %]
5  <p><div class="listtop">[% title %]  [% HTML.escape(partnumber) %]  [% HTML.escape(description) %]</div></p>
6
7 [% PROCESS 'common/flash.html' %]
8
9  <form method="post" name="ic" action="[% script %]">
10
11   <input name="id" type="hidden" value="[% HTML.escape(id) %]">
12   <input name="item" type="hidden" value="[% HTML.escape(item) %]">
13   <input name="title" type="hidden" value="[% HTML.escape(title) %]">
14   <input name="makemodel" type="hidden" value="[% HTML.escape(makemodel) %]">
15   <input name="alternate" type="hidden" value="[% HTML.escape(alternate) %]">
16   <input name="onhand" type="hidden" value="[% HTML.escape(onhand) %]">
17   <input name="orphaned" type="hidden" value="[% HTML.escape(orphaned) %]">
18   <input name="taxaccounts" type="hidden" value="[% HTML.escape(taxaccounts) %]">
19   <input name="rowcount" type="hidden" value="[% HTML.escape(rowcount) %]">
20   <input name="eur" type="hidden" value="[% HTML.escape(eur) %]">
21   <input name="original_partnumber" type="hidden" value="[% HTML.escape(original_partnumber) %]">
22   <input name="currow" type="hidden" value="[% HTML.escape(currow) %]">
23
24   <div id="ic_tabs" class="tabwidget">
25    <ul>
26     <li><a href="#master_data">[% 'Basic Data' | $T8 %]</a></li>
27 [% IF LANGUAGES.size %]
28     <li><a href="#translations_tab">[% 'Translations' | $T8 %]</a></li>
29 [% END %]
30     [%- IF id %]
31     <li><a href="#sales_price_information">[% 'Price information' | $T8 %]</a></li>
32     [%- END %]
33     [%- IF CUSTOM_VARIABLES.size %]
34     <li><a href="#custom_variables">[% 'Custom Variables' | $T8 %]</a></li>
35     [%- END %]
36    </ul>
37
38   <div id="master_data">
39
40    <table width="100%">
41     <tr>
42      <td>
43       <table width="100%">
44        <tr valign="top">
45         <td>
46 [%- IF image && INSTANCE_CONF.get_parts_show_image %]
47          <a href="[% image | html %]" target="_blank"><img style="[% INSTANCE_CONF.get_parts_image_css %]" src="[% image | html %]"/></a>
48 [%- END %]
49
50          <table>
51           <tr>
52            <td colspan="2">
53             <table>
54              <tr>
55               <th align="right">[% 'Part Number' | $T8 %]</th>
56               <td><input id='partnumber' name="partnumber" value="[% HTML.escape(partnumber) %]" size="40" class="initial_focus"></td>
57              </tr>
58              <tr>
59               <th align="right">[% 'Part Description' | $T8 %]</th>
60               <td>
61                [%- IF description_area %]
62                <textarea name="description" rows="[% HTML.escape(rows) %]" cols="40" wrap="soft">[% HTML.escape(description) %]</textarea>
63                [%- ELSE %]
64                <input name="description" size="40" value="[% HTML.escape(description) %]">
65                [%- END %]
66               </td>
67              </tr>
68              <tr>
69                <th align="right">[% 'EAN-Code' | $T8 %]</th>
70                <td><input name="ean" size="40" value="[% HTML.escape(ean) %]"></td>
71              </tr>
72              <tr>
73               [%- IF all_partsgroup.size %]
74               <th align="right">[% 'Group' | $T8 %]</th>
75               <td>
76                [%- INCLUDE generic/multibox.html
77                      name       = 'partsgroup',
78                      DATA       = all_partsgroup,
79                      show_empty = 1,
80                      id_sub     = 'pg_keys',
81                      label_key  = 'partsgroup',
82                      style      = 'width:250px'
83                -%]
84               </td>
85               <input type="hidden" name="oldpartsgroup" value="[% HTML.escape(oldpartsgroup) %]">
86               [% END %]
87              </tr>
88
89
90              [%- IF BUCHUNGSGRUPPEN.size %]
91              <tr>
92               <th align="right">[% 'Buchungsgruppe' | $T8 %]</th>
93               <td>
94                [%- INCLUDE generic/multibox.html
95                      name       = 'buchungsgruppen_id',
96                      DATA       = BUCHUNGSGRUPPEN,
97                      id_key     = 'id',
98                      label_key  = 'description',
99                      style      = 'width:250px'
100                -%]
101              </tr>
102              [%- END %]
103              <input type="hidden" name="IC_income" value="[% HTML.escape(IC_income_default) %]">
104              [%- UNLESS is_assembly %]
105              <input type="hidden" name="IC_expense" value="[% HTML.escape(IC_expense_default) %]">
106              [%- END %]
107              [%- IF is_part %]
108              <input type="hidden" name="IC" value="[% HTML.escape(IC_default) %]">
109              [%- END %]
110              <tr>
111               <th align="right">[% 'Payment Terms' | $T8 %]</th>
112               <td>
113                [%- INCLUDE generic/multibox.html
114                      name       = 'payment_id',
115                      DATA       = payment_terms,
116                      show_empty = 1,
117                      id_key     = 'id',
118                      label_key  = 'description',
119                      style      = 'width:250px'
120                -%]
121               </td>
122              </tr>
123             </table>
124            </td>
125           </tr>
126
127           <tr height="5"></tr>
128
129           <tr>
130            <td>
131             <table>
132              <tr>
133               <th align="left">[% 'Part Notes' | $T8 %]</th>
134               <th align="left">[% 'Formula' | $T8 %]</th>
135              </tr>
136              <tr valign="top">
137               <td>
138                [% L.textarea_tag("notes", P.restricted_html(notes), class="texteditor", style="width: 600px; height: 200px") %]
139               </td>
140               <td>
141                <ilayer>
142                 <layer onmouseover="this.T_STICKY=true;this.T_STATIC=true;return escape('[% 'The formula needs the following syntax:<br>For regular article:<br>Variablename= Variable Unit;<br>Variablename2= Variable2 Unit2;<br>...<br>###<br>Variable + ( Variable2 / Variable )<br><b>Please be beware of the spaces in the formula</b><br>' | $T8 %]')">
143                  <textarea name="formel" rows="[% HTML.escape(notes_rows) %]" cols="30" wrap="soft">[% HTML.escape(formel) %]</textarea></layer></ilayer>
144                </td>
145              </tr>
146             </table>
147            </td>
148           </tr>
149          </table>
150         </td>
151
152         <td>
153          <table>
154           <tr>
155            <th align="right" nowrap="true">[% 'Updated' | $T8 %]</th>
156            <td>
157             <input name="priceupdate" id="priceupdate" size="11"  title="[% HTML.escape(dateformat) %]" value="[% HTML.escape(priceupdate) %]" readonly>
158            </td>
159           </tr>
160
161           <tr>
162            <th align="right" nowrap="true">[% 'List Price' | $T8 %]</th>
163            <td><input name="listprice" size="11" value="[% LxERP.format_amount(listprice, 2) %]"></td>
164           </tr>
165
166           <tr>
167            <th align="right" nowrap="true">[% 'Sell Price' | $T8 %]</th>
168            <td><input name="sellprice" size="11" value="[% LxERP.format_amount(sellprice, 2) %]"></td>
169           </tr>
170
171           [%- UNLESS is_assembly %]
172           <tr>
173            <th align="right" nowrap="true">[% 'Last Cost' | $T8 %]</th>
174            <td><input name="lastcost" size="11" value="[% LxERP.format_amount(lastcost, 2) %]"></td>
175           </tr>
176           [%- END %]
177
178           [%- IF ALL_PRICE_FACTORS.size %]
179           <tr>
180            <th align="right">[% 'Price Factor' | $T8 %]</th>
181            <td>
182             [%- INCLUDE generic/multibox.html
183                   name       = 'price_factor_id',
184                   DATA       = ALL_PRICE_FACTORS,
185                   show_empty = 1,
186                   id_key     = 'id',
187                   label_key  = 'description',
188                   style      = 'width:100px'
189             -%]
190            </td>
191           </tr>
192           [%- END %]
193
194           <tr>
195            <th align="right" nowrap="true">[% 'Unit' | $T8 %]</th>
196            <td>
197             <input type="hidden" name="unit_changeable" value="[% HTML.escape(unit_changeable) %]">
198             [%- UNLESS unit_changeable %]
199             <input type="hidden" name="unit" value="[% HTML.escape(unit) %]">[% HTML.escape(unit) %]
200             [%- ELSE %]
201             [%- INCLUDE generic/multibox.html
202                   name       = 'unit',
203                   DATA       = ALL_UNITS,
204                   id_key     = 'name',
205                   label_key  = 'name',
206                   style      = 'width:100px'
207             -%]
208             [%- END %]
209            </td>
210           </tr>
211
212         [%- UNLESS is_service %]
213           <tr>
214            <th align="right" nowrap="true">[% 'Weight' | $T8 %]</th>
215            <td>
216             [%- IF is_assembly %]&nbsp;[% LxERP.format_amount(weight) %][%- END %]
217             <input[% IF is_assembly %] type="hidden"[% END %] size="10" name="weight" value="[% LxERP.format_amount(weight) %]">
218             [% HTML.escape(defaults.weightunit) %]
219            </td>
220           </tr>
221         [%- END %]
222           <tr>
223            <th align="right" nowrap>[% 'On Hand' | $T8 %]</th>
224            <th align="left" nowrap class="plus[% IF onhand > 0 %]1[% ELSE %]0[% END %]">&nbsp;[% LxERP.format_amount(onhand) %]</th>
225           </tr>
226           <tr>
227            <th align="right" nowrap="true">[% 'ROP' | $T8 %]</th>
228            <td><input name="rop" size="10" value="[% LxERP.format_amount(rop) %]"></td>
229           </tr>
230           <tr>
231            <th align="right" nowrap="true">[% 'Default Warehouse' | $T8 %]</th>
232            <td>
233             <select name="warehouse_id" onchange="warehouse_selected(warehouses[this.selectedIndex]['id'], 0)">
234              [%- FOREACH warehouse = WAREHOUSES %]
235                <option value="[% HTML.escape(warehouse.id) %]"[% IF warehouse_id == warehouse.id %] selected[% END %]>[% warehouse.description %]</option>
236              [%- END %]
237             </select>
238           </td>
239           </tr>
240           <tr>
241            <th align="right" nowrap="true">[% 'Default Bin' | $T8 %]</th>
242            <td><select id="bin_id" name="bin_id"></select></td>
243           </tr>
244           <tr>
245            <th align="right" nowrap="true">[% 'Verrechnungseinheit' | $T8 %]</th>
246            <td><input name="ve" size="10" value="[% HTML.escape(ve) %]"></td>
247           </tr>
248           <tr>
249            <th align="right" nowrap="true">[% 'Business Volume' | $T8 %]</th>
250            <td><input name="gv" size="10" value="[% LxERP.format_amount(gv) %]"></td>
251           </tr>
252           <tr>
253            <th align="right" nowrap><label for="not_discountable">[% 'Not Discountable' | $T8 %]</label></th>
254            <td><input class="checkbox" type="checkbox" name="not_discountable" id="not_discountable" value="1" [% IF not_discountable %]checked[% END %]></td>
255           </tr>
256         [%- IF id %]
257           <tr>
258            <th align="right" nowrap="true"><label for="obsolete">[% 'Obsolete' | $T8 %]</label></th>
259            <td><input name="obsolete" id="obsolete" type="checkbox" class="checkbox" value="1" [% IF obsolete %]checked[% END %]></td>
260           </tr>
261         [%- END %]
262         [%- UNLESS is_service %]
263           <tr>
264            <th align="right" nowrap><label for="has_sernumber">[% 'Has serial number' | $T8 %]</label></th>
265            <td><input class="checkbox" type="checkbox" name="has_sernumber" id="has_sernumber" value="1" [% IF has_sernumber %]checked[% END %]></td>
266           </tr>
267         [%- END %]
268           <tr>
269            <th align="right" nowrap><label for="shop">[% 'Shopartikel' | $T8 %]</label></th>
270            <td><input class="checkbox" type="checkbox" name="shop" id="shop" value="1" [% IF shop %]checked[% END %]></td>
271           </tr>
272          </table>
273         </td>
274        </tr>
275       </table>
276      </td>
277     </tr>
278
279
280     <tr>
281      <td>
282       <table>
283        <tr>
284         <th align="right" nowrap>[% 'Image' | $T8 %]</th>
285         <td><input name="image" size="40" value="[% HTML.escape(image) %]"></td>
286         <th align="right" nowrap>[% 'Microfiche' | $T8 %]</th>
287         <td><input name="microfiche" size="20" value="[% HTML.escape(microfiche) %]"></td>
288        </tr>
289        <tr>
290         <th align="right" nowrap>[% 'Drawing' | $T8 %]</th>
291         <td><input name="drawing" size="40" value="[% HTML.escape(drawing) %]"></td>
292        </tr>
293       </table>
294      </td>
295     </tr>