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