Date-Input-Felder durch 'L.date_tag's ersetzt
[kivitendo-erp.git] / templates / webpages / do / form_header.html
1 [%- USE T8 %]
2 [%- USE HTML %]
3 [%- USE LxERP %]
4 [%- USE L %]
5 <body onload="on_load()">
6
7  <script type="text/javascript" src="js/show_form_details.js"></script>
8  <script type="text/javascript" src="js/show_history.js"></script>
9  <script type="text/javascript" src="js/show_vc_details.js"></script>
10  <script type="text/javascript" src="js/common.js"></script>
11  <script type="text/javascript" src="js/delivery_customer_selection.js"></script>
12  <script type="text/javascript" src="js/vendor_selection.js"></script>
13  <script type="text/javascript" src="js/calculate_qty.js"></script>
14  <script type="text/javascript" src="js/stock_in_out.js"></script>
15
16  <script type="text/javascript">
17   <!--
18       function on_load() {
19         [% IF onload %][% onload %];[% END %]
20         setupDateFormat('[% myconfig_dateformat %]', '[% 'Falsches Datumsformat!' | $T8 %]');
21         setupPoints('[% myconfig_numberformat %]', '[% 'wrongformat' | $T8 %]');
22       }
23     -->
24  </script>
25
26  <style type="text/css">
27   .fixed_width {
28     width: 250px;
29   }
30  </style>
31
32  [%- IF vc == 'customer' %]
33  [%- SET vc = 'customer' %]
34  [%- SET the_vc_id = customer_id %]
35  [%- SET the_vc = customer %]
36  [%- SET the_oldvc = oldcustomer %]
37  [%- SET is_customer = '1' %]
38  [%- ELSE %]
39  [%- SET vc = 'vendor' %]
40  [%- SET the_vc_id = vendor_id %]
41  [%- SET the_vc = vendor %]
42  [%- SET the_oldvc = oldvendor %]
43  [%- SET is_customer = '0' %]
44  [%- END %]
45  [%- IF delivered %]
46  [%- SET DISABLED = ' disabled' %]
47  [%- END %]
48
49  <div class="listtop">[% title %]</div>
50
51 [%- INCLUDE 'common/flash.html' %]
52
53  [%- IF ERRORS && ERRORS.size %]
54  <p><font color="#ff0000">[% ERRORS.join('<br>') %]</font></p>
55  [%- END %]
56
57  <form method="post" name="do" action="do.pl">
58
59   <input type="hidden" name="action" value="[% HTML.escape(action) %]">
60   <input type="hidden" name="bcc" value="[% HTML.escape(bcc) %]">
61   <input type="hidden" name="business" value="[% HTML.escape(business) %]">
62   <input type="hidden" name="cc" value="[% HTML.escape(cc) %]">
63   <input type="hidden" name="closed" value="[% HTML.escape(closed) %]">
64   <input type="hidden" name="convert_from_oe_ids" value="[% HTML.escape(convert_from_oe_ids) %]">
65   <input type="hidden" name="currency" value="[% HTML.escape(currency) %]">
66   <input type="hidden" name="customer_klass" value="[% HTML.escape(customer_klass) %]">
67   <input type="hidden" name="discount" value="[% HTML.escape(discount) %]">
68   <input type="hidden" name="dunning_amount" value="[% HTML.escape(dunning_amount) %]">
69   <input type="hidden" name="email" value="[% HTML.escape(email) %]">
70   <input type="hidden" name="emailed" value="[% HTML.escape(emailed) %]">
71   <input type="hidden" name="format" value="[% HTML.escape(format) %]">
72   <input type="hidden" name="formname" value="[% HTML.escape(formname) %]">
73   <input type="hidden" name="id" value="[% HTML.escape(id) %]">
74   <input type="hidden" name="max_dunning_level" value="[% HTML.escape(max_dunning_level) %]">
75   <input type="hidden" name="media" value="[% HTML.escape(media) %]">
76   <input type="hidden" name="message" value="[% HTML.escape(message) %]">
77   <input type="hidden" name="printed" value="[% HTML.escape(printed) %]">
78   <input type="hidden" name="proforma" value="[% HTML.escape(proforma) %]">
79   <input type="hidden" name="queued" value="[% HTML.escape(queued) %]">
80   <input type="hidden" name="saved_donumber" value="[% HTML.escape(saved_donumber) %]">
81   <input type="hidden" name="shiptocity" value="[% HTML.escape(shiptocity) %]">
82   <input type="hidden" name="shiptocontact" value="[% HTML.escape(shiptocontact) %]">
83   <input type="hidden" name="shiptocp_gender" value="[% HTML.escape(shiptocp_gender) %]">
84   <input type="hidden" name="shiptocountry" value="[% HTML.escape(shiptocountry) %]">
85   <input type="hidden" name="shiptodepartment_1" value="[% HTML.escape(shiptodepartment_1) %]">
86   <input type="hidden" name="shiptodepartment_2" value="[% HTML.escape(shiptodepartment_2) %]">
87   <input type="hidden" name="shiptoemail" value="[% HTML.escape(shiptoemail) %]">
88   <input type="hidden" name="shiptofax" value="[% HTML.escape(shiptofax) %]">
89   <input type="hidden" name="shiptoname" value="[% HTML.escape(shiptoname) %]">
90   <input type="hidden" name="shiptophone" value="[% HTML.escape(shiptophone) %]">
91   <input type="hidden" name="shiptostreet" value="[% HTML.escape(shiptostreet) %]">
92   <input type="hidden" name="shiptozipcode" value="[% HTML.escape(shiptozipcode) %]">
93   <input type="hidden" name="shiptocp_gender" value="[% HTML.escape(shiptocp_gender) %]">
94   <input type="hidden" name="subject" value="[% HTML.escape(subject) %]">
95   <input type="hidden" name="taxincluded" value="[% HTML.escape(taxincluded) %]">
96   <input type="hidden" name="taxzone_id" value="[% HTML.escape(taxzone_id) %]">
97   <input type="hidden" name="terms" value="[% HTML.escape(terms) %]">
98   <input type="hidden" name="title" value="[% HTML.escape(title) %]">
99   <input type="hidden" name="type" value="[% HTML.escape(type) %]">
100   <input type="hidden" name="vc" value="[% HTML.escape(vc) %]">
101
102   <p>
103    <table width="100%">
104     <tr valign="top">
105      <td>
106       <table width="100%">
107        <tr>
108         <input type="hidden" name="[% vc %]_id" value="[% HTML.escape(the_vc_id) %]">
109         <input type="hidden" name="old[% vc %]" value="[% HTML.escape(the_oldvc) %]">
110         <th align="right">[% IF is_customer %][% 'Customer' | $T8 %][% ELSE %][% 'Vendor' | $T8 %][% END %]</th>
111         <td>
112          [%- UNLESS !delivered && SHOW_VC_DROP_DOWN %]
113          <input type="text" value="[% HTML.escape(oldvcname) %]" name="[% HTML.escape(vc) %]"[% RO %]>
114          [%- ELSE %]
115          <select name="[% vc %]" class="fixed_width" onchange="document.do.update_button.click();"[% RO %]>
116           [%- FOREACH row = ALL_VC %]
117           <option value="[% HTML.escape(row.value) %]" [% IF the_oldvc == row.value %] selected[% END %]>[% HTML.escape(row.name) %]</option>
118           [%- END %]
119          </select>
120          <input type="hidden" name="select[% vc %]" value="1">
121          [%- END %]
122          <input type="button" value="[% 'Details (one letter abbreviation)' | $T8 %]" onclick="show_vc_details('[% vc %]')">
123         </td>
124
125         [%- IF ALL_CONTACTS.size %]
126         <tr>
127          <th align="right">[% 'Contact Person' | $T8 %]</th>
128          <td>
129           [%- IF delivered %]
130           <input type="hidden" name="cp_id" value="[% HTML.escape(cp_id) %]">
131           [%- IF cp_id == row.cp_id %]
132           [%- HTML.escape(row.cp_name) %][%- IF row.cp_abteilung %] ([% HTML.escape(row.cp_abteilung) %])[% END -%]
133           [%- END %]
134           [%- ELSE %]
135             [% L.select_tag('cp_id', L.options_for_select(ALL_CONTACTS, default=cp_id, value='cp_id', title='full_name_dep', with_empty=1), style='width: 250px') %]
136           [%- END %]
137          </td>
138         </tr>
139         [%- END %]
140
141         [%- IF ALL_SHIPTO.size %]
142         <tr>
143          <th align="right">[% 'Shipping Address' | $T8 %]</th>
144          <td>
145           [%- IF delivered %]
146           <input type="hidden" name="shipto_id" value="[% HTML.escape(shipto_id) %]">
147           [%- FOREACH row = ALL_SHIPTO %]
148           [%- IF shipto_id == row.shipto_id %]
149           [%- HTML.escape(row.shiptoname) -%]
150           [%- IF row.shiptodepartment_1 %]; [% HTML.escape(row.shiptodepartment_1) -%][% END -%]
151           [%- IF row.shiptostreet %]; [% HTML.escape(row.shiptostreet) -%][% END -%]
152           [%- IF row.shiptocity %]; [% HTML.escape(row.shiptocity) -%][% END -%]
153           [%- END %]
154           [%- END %]
155
156           [%- ELSE %]
157             [% L.select_tag('shipto_id', L.options_for_select(ALL_SHIPTO, default=shipto_id, value='shipto_id', title='displayable_id', with_empty=1), class='fixed_width') %]
158           [%- END %]
159          </td>
160         </tr>
161         [%- END %]
162
163         [%- IF business %]
164         <tr>
165          <th align="right">[% IF is_customer %][% 'Customer type' | $T8 %][% ELSE %][% 'Vendor type' | $T8 %][% END %]</th>
166          <td>[% HTML.escape(business) %]</td>
167         </tr>
168         [%- END %]
169
170         [%- IF max_dunning_level %]
171         <tr>
172          <th align="right">[% 'Max. Dunning Level' | $T8 %]</th>
173          <td>
174           <b>[% HTML.escape(max_dunning_level) %]</b>; [% 'Dunning Amount' | $T8 %]:
175           <b>[% HTML.escape(LxERP.format_amount(dunning_amount, 2)) %]</b>
176          </td>
177         </tr>
178         [%- END %]
179        </tr>
180
181        [%- IF ALL_DEPARTMENTS.size %]
182        <tr>
183         <th align="right" nowrap>[% 'Department' | $T8 %]</th>
184         <td colspan="3">
185          [% L.select_tag('department_id', L.options_for_select(ALL_DEPARTMENTS, default=department_id, title="description", with_empty=1), style='width: 250px', disabled => delivered )%]
186        </td>
187        </tr>
188        [%- END %]
189
190        <tr>
191         <th align="right">[% 'Shipping Point' | $T8 %]</th>
192         <td colspan="3"><input name="shippingpoint" size="35" value="[% HTML.escape(shippingpoint) %]"[% RO %]></td>
193        </tr>
194
195        <tr>
196         <th align="right">[% 'Ship via' | $T8 %]</th>
197         <td colspan="3"><input name="shipvia" size="35" value="[% HTML.escape(shipvia) %]"[% RO %]></td>
198        </tr>
199
200        <tr>
201         <th align="right">[% 'Transaction description' | $T8 %]</th>
202         <td colspan="3"><input name="transaction_description" size="35" value="[% HTML.escape(transaction_description) %]"[% RO %]></td>
203        </tr>
204
205       </table>
206      </td>
207
208      <td align="right">
209       <table>
210
211        <tr>
212         <td colspan="2" align="center">
213          [%- IF delivered %]
214           [%- IF is_customer %]
215           [% 'transferred out' | $T8 %]
216           [%- ELSE %]
217           [% 'transferred in' | $T8 %]
218           [%- END %]
219          [%- ELSE %]
220           [%- IF is_customer %]
221           [% 'not transferred out yet' | $T8 %]
222           [%- ELSE %]
223           [% 'not transferred in yet' | $T8 %]
224           [%- END %]
225          [%- END %]
226          ;
227          [%- IF closed %]
228           [% 'Closed' | $T8 %]
229          [%- ELSE %]
230           [% 'Open' | $T8 %]
231          [%- END %]
232         </td>
233        </tr>
234
235        <input type="hidden" name="delivered" value="[% HTML.escape(delivered) %]">
236
237        <tr>
238         <th align="right">[% 'Employee' | $T8 %]</th>
239         <td>
240          [%- IF delivered %]
241          <input type="hidden" name="employee_id" value="[% HTML.escape(employee_id) %]">
242          [%- FOREACH row = ALL_EMPLOYEES %]
243          [% IF row.id == employee_id %][%- IF row.name %][%- HTML.escape(row.name) %][%- ELSE %][% HTML.escape(row.login) %][%- END %][% END %]
244          [%- END %]
245          [%- ELSE %]
246            [% L.select_tag('employee_id', L.options_for_select(ALL_EMPLOYEES, default=employee_id, title='safe_name')) %]
247          [%- END %]
248         </td>
249        </tr>
250
251        [%- IF is_customer %]
252        [%- IF salesman_id %]
253        [%- SET the_salesman_id = salesman_id %]
254        [%- ELSE %]
255        [%- SET the_salesman_id = employee_id %]
256        [%- END %]
257        <tr>
258         <th align="right">[% 'Salesman' | $T8 %]</th>
259         <td>
260          [%- IF delivered %]
261          <input type="hidden" name="salesman_id" value="[% HTML.escape(salesman_id) %]">
262          [%- FOREACH row = ALL_SALESMEN %]
263          [% IF row.id == the_salesman_id %][%- IF row.name %][%- HTML.escape(row.name) %][%- ELSE %][% HTML.escape(row.login) %][%- END %][% END %]
264          [%- END %]
265          [%- ELSE %]
266           [% L.select_tag('salesman_id', L.options_for_select(ALL_SALESMEN, default=(salesman_id ? salesman_id : employee_id), title='safe_name')) %]
267          [%- END %]
268         </td>
269        </tr>
270        [%- END %]
271
272        <tr>
273         <th width="70%" align="right" nowrap>[% 'Delivery Order Number' | $T8 %]</th>
274         <td><input name="donumber" size="11" value="[% HTML.escape(donumber) %]"[% RO %]></td>
275        </tr>
276
277        <tr>
278         <th width="70%" align="right" nowrap>[% 'Order Number' | $T8 %]</th>
279         <td><input name="ordnumber" size="11" value="[% HTML.escape(ordnumber) %]"[% RO %]></td>
280        </tr>
281
282        <tr>
283         <th width="70%" align="right" nowrap>[% IF is_customer %][% 'Customer Order Number' | $T8 %][% ELSE %][% 'Vendor Order Number' | $T8 %][% END %]</th>
284         <td><input name="cusordnumber" size="11" value="[% HTML.escape(cusordnumber) %]"[% RO %]></td>
285        </tr>
286
287        <tr>
288         <th align="right" nowrap>[% 'Delivery Order Date' | $T8 %]</th>
289         <td nowrap>
290          [% L.date_tag('transdate', transdate, readonly => delivered) %]
291         </td>
292        </tr>
293
294        <tr>
295         <th width="70%" align="right" nowrap>[% 'Project Number' | $T8 %]</th>
296         <td>
297          [%- IF delivered %]
298          <input type="hidden" name="globalproject_id" value="[% HTML.escape(globalproject_id) %]">
299          [%- FOREACH row = ALL_PROJECTS %]
300          [% IF globalproject_id == row.id %][% HTML.escape(row.projectnumber) %][% END %]
301          [%- END %]
302          [%- ELSE %]
303          <select name="globalproject_id">
304           <option></option>
305           [%- FOREACH row = ALL_PROJECTS %]
306           <option value="[% HTML.escape(row.id) %]"[% IF globalproject_id == row.id %] selected[% END %]>[% HTML.escape(row.projectnumber) %]</option>
307           [%- END %]
308          </select>
309          [%- END %]
310         </td>
311        </tr>
312       </table>
313      </td>
314     </tr>
315    </table>