javascript in den footer verschoben
[kivitendo-erp.git] / templates / webpages / oe / form_header.html
1 [%- USE T8 %]
2 [%- USE HTML %]
3 [%- USE LxERP %]
4 [%- USE L %]
5 <body onLoad="[% onload %]">
6
7   <form method="post" name="oe" action="[% script %]">
8
9     <script type="text/javascript" src="js/common.js"></script>
10     <script type="text/javascript" src="js/delivery_customer_selection.js"></script>
11     <script type="text/javascript" src="js/vendor_selection.js"></script>
12     <script type="text/javascript" src="js/calculate_qty.js"></script>
13     <script type="text/javascript" src="js/customer_or_vendor_selection.js"></script>
14     <script type="text/javascript" src="js/follow_up.js"></script>
15     [%- IF is_sales_ord %]
16      [% L.javascript_tag("js/edit_periodic_invoices_config") %]
17     [%- END %]
18
19 [%- FOREACH row = HIDDENS %]
20    <input type="hidden" name="[% HTML.escape(row.name) %]" value="[% HTML.escape(row.value) %]" >
21 [%- END %]
22
23     <input type="hidden" name="convert_from_oe_ids" value="[% HTML.escape(convert_from_oe_ids) %]">
24
25     <input type="hidden" name="follow_up_trans_id_1" value="[% HTML.escape(id) %]">
26     <input type="hidden" name="follow_up_trans_type_1" value="[% HTML.escape(type) %]">
27     <input type="hidden" name="follow_up_trans_info_1" value="[% HTML.escape(follow_up_trans_info) %]">
28     <input type="hidden" name="follow_up_rowcount" value="1">
29
30     <h1>[% title %]</h1>
31
32 [%- INCLUDE 'common/flash.html' %]
33
34     <table width="100%">
35       <tr>
36         <td>
37           <table width="100%">
38             <tr valign="top">
39               <td width="50%">
40                 <table width="100%">
41                   <tr>
42                     <th align="right">[% IF vc == 'customer' %][% 'Customer' | $T8 %][% ELSE %][% 'Vendor' | $T8 %][% END %]</th>
43                     <td>
44                       [%- INCLUDE 'generic/multibox.html'
45                            name          = vc,
46                            style         = 'width: 250px',
47                            DATA          = vc == 'customer' ? ALL_CUSTOMERS : ALL_VENDORS,
48                            id_sub        = 'vc_keys',
49                            label_key     = 'name',
50                            select        = vc_select,
51                            limit         = vclimit,
52                            allow_textbox = 1,
53                            onChange      = "document.getElementById('update_button').click();" -%]
54                       <input type="button" value="[% 'Details (one letter abbreviation)' | $T8 %]" onclick="show_vc_details('[% HTML.escape(vc) %]')">
55                     </td>
56                   </tr>
57 [%- IF ALL_CONTACTS.size %]
58                   <tr>
59                     <th align="right">[% 'Contact Person' | $T8 %]</th>
60                     <td>
61                       [% L.select_tag('cp_id', L.options_for_select(ALL_CONTACTS, default=cp_id, value='cp_id', title_sub=\contact_labels, with_empty=1), style='width: 250px') %]
62                     </td>
63                   </tr>
64 [%- END %]
65 [%- IF ALL_SHIPTO.size %]
66                   <tr>
67                     <th align="right">[% 'Shipping Address' | $T8 %]</th>
68                     <td>
69                       [% L.select_tag('shipto_id', L.options_for_select(ALL_SHIPTO, default=shipto_id, value='shipto_id', title_sub=\shipto_labels, with_empty=1), style='width: 250px', onChange="document.getElementById('update_button').click();") %]
70                     </td>
71                   </tr>
72 [%- END %]
73 [%- IF is_order %]
74                   <tr>
75                     <td align="right">[% 'Credit Limit' | $T8 %]</td>
76                     <td>[% LxERP.format_amount(creditlimit, 0) %]; [% 'Remaining' | $T8 %] <span class="plus[% is_credit_remaining_negativ %]">[% LxERP.format_amount(creditremaining, 0) %]</span></td>
77                   </tr>
78 [%- END %]
79 [%- IF business %]
80                   <tr>
81                     <th align="right">[% business_label %]</th>
82                     <td>[% HTML.escape(business) %]; [% 'Trade Discount' | $T8 %] [% LxERP.format_percent(tradediscount) %] %</td>
83                   </tr>
84 [%- END %]
85 [%- IF max_dunning_level %]
86                   <tr>
87                     <th align="right">[% 'Max. Dunning Level' | $T8 %]:</th>
88                     <td>
89                       <b>[% HTML.escape(max_dunning_level) %]</b>;
90                       [% 'Dunning Amount' | $T8 %]: <b>[% LxERP.format_amount(dunning_amount, 2) %]</b>
91                     </td>
92                   </tr>
93 [%- END %]
94                   <tr>
95                     <th align="right">[% 'Steuersatz' | $T8 %]</th>
96                     <td>
97                       [% L.select_tag('taxzone_id', L.options_for_select(ALL_TAXZONES, default=taxzone_id, title='description'), style='width: 250px') %]
98                     </td>
99                   </tr>
100 [%- IF ALL_DEPARTMENTS %]
101                   <tr>
102                     <th align="right" nowrap>[% 'Department' | $T8 %]</th>
103                     <td colspan="3">
104                       [% L.select_tag('department_id', L.options_for_select(ALL_DEPARTMENTS, default=department_id, title_sub=\department_labels, with_empty=1), style='width:250px') %]
105                     </td>
106                   </tr>
107 [%- END %]
108 [%- IF currencies %]
109                   <tr>
110                     <th align="right">[% 'Currency' | $T8 %]</th>
111                     <td>[% currencies %]</td>
112                   </tr>
113 [%- END %]
114 [%- IF show_exchangerate %]
115                   <tr>
116                     <th align="right">[% 'Exchangerate' | $T8 %]</th>
117                     <td>
118                      [%- IF forex %]
119                       [% LxERP.format_amount(exchangerate, 2) %]
120                      [%- ELSE %]
121                       <input name="exchangerate" size="10" value="[% HTML.escape(LxERP.format_amount(exchangerate)) %]">
122                      [%- END %]
123                     </td>
124                   </tr>
125 [%- END %]
126                   <tr>
127                     <th align="right">[% 'Shipping Point' | $T8 %]</th>
128                     <td colspan="3"><input name="shippingpoint" size="35" value="[% HTML.escape(shippingpoint) %]"></td>
129                   </tr>
130                   <tr>
131                     <th align="right">[% 'Ship via' | $T8 %]</th>
132                     <td colspan="3"><input name="shipvia" size="35" value="[% HTML.escape(shipvia) %]"></td>
133                   </tr>
134                   <tr>
135                     <th align="right">[% 'Transaction description' | $T8 %]</th>
136                     <td colspan="3"><input name="transaction_description" size="35" value="[% HTML.escape(transaction_description) %]"></td>
137                   </tr>
138 [%- IF show_delivery_customer %]
139                   <tr>
140                     <td colspan="4">
141                       <table>
142                         <tr>
143                           <td colspan="2">
144                           <button type="button" onclick="delivery_customer_selection_window('delivery_customer_string','delivery_customer_id')">[% 'Choose Customer' | $T8 %]</button>
145                         </td>
146                           <td colspan="2"><input type="hidden" name="delivery_customer_id" value="[% HTML.escape(delivery_customer_id) %]">
147                           <input size="45" id="delivery_customer_string" name="delivery_customer_string" value="[% HTML.escape(delivery_customer_string) %]"></td>
148                         </tr>
149                         <tr>
150                           <td colspan="2">
151                             <button type="button" onclick="vendor_selection_window('delivery_vendor_string','delivery_vendor_id')">[% 'Choose Vendor' | $T8 %]</button>
152                           </td>
153                           <td colspan="2"><input type="hidden" name="delivery_vendor_id" value="[% HTML.escape(delivery_vendor_id) %]">
154                           <input size="45" id="vendor_string" name="delivery_vendor_string" value="[% HTML.escape(delivery_vendor_string) %]"></td>
155                         </tr>
156                       </table>
157                     </td>
158                   </tr>
159 [%- END %]
160                 </table>
161               </td>
162               <td align="right">
163                 <table>
164               [% openclosed %]
165                   <tr>
166                     <th align="right">[% 'Employee' | $T8 %]</th>
167                     <td>
168                       [% L.select_tag('employee_id', L.options_for_select(ALL_EMPLOYEES, default=employee_id, title_sub=\sales_employee_labels)) %]
169                     </td>
170                   </tr>
171 [%- IF is_sales and ALL_SALESMEN.size %]
172                   <tr>
173                     <th align="right">[% 'Salesman' | $T8 %]</th>
174                     <td>
175                       [% L.select_tag('salesman_id', L.options_for_select(ALL_SALESMEN, default=(salesman_id ? salesman_id : employee_id), title_sub=\sales_employee_labels)) %]
176                     </td>
177                   </tr>
178 [%- END %]
179 [%- IF is_order %]
180                   <tr>
181                     <th width="70%" align="right" nowrap>[% 'Order Number' | $T8 %]</th>
182                     <td><input name="ordnumber" size="11" value="[% HTML.escape(ordnumber) %]"></td>
183                   </tr>
184 [%- END %]
185                   <tr>
186                     <th width="70%" align="right" nowrap>[% IF is_req_quo %][% 'RFQ Number' | $T8 %][% ELSE %][% 'Quotation Number' | $T8 %][% END %]</th>
187                     <td><input name="quonumber" size="11" value="[% HTML.escape(quonumber) %]"></td>
188                   </tr>
189 [%- IF is_order %]
190                   <tr>
191                     <th width="70%" align="right" nowrap>[% 'Customer Order Number' | $T8 %]</th>
192                     <td><input name="cusordnumber" size="11" value="[% HTML.escape(cusordnumber) %]"></td>
193                   </tr>
194 [%- END %]
195                   <tr>
196                     <th align="right" nowrap>
197                      [%- IF is_order %]
198                       [% 'Order Date' | $T8 %]
199                      [%- ELSIF is_req_quo %]
200                       [% 'RFQ Date' | $T8 %]
201                      [%- ELSE %]
202                       [% 'Quotation Date' | $T8 %]
203                      [%- END %]
204                     </th>
205                     <td nowrap>
206                       <input name=transdate id=transdate size=11 title="[% HTML.escape(dateformat) %]" value="[% transdate %]" onBlur="check_right_date_format(this)">
207                       <input type=button name=transdate id="trigger1" value="[% 'button' | $T8 %]">
208                     </td>
209                   </tr>
210                   <tr>
211                     <th align="right" nowrap>
212                      [%- IF is_sales_quo %]
213                       [% 'Valid until' | $T8 %]
214                      [%- ELSE %]
215                       [% 'Required by' | $T8 %]
216                      [%- END %]
217                     </th>
218                     <td nowrap>
219                       <input name=reqdate id=reqdate size=11 title="[% HTML.escape(dateformat) %]" value="[% reqdate %]" onBlur="check_right_date_format(this)">
220                       <input type=button name=reqdate id="trigger2" value="[% 'button' | $T8 %]">
221                     </td>
222                   </tr>
223                   <tr>
224                     <th width="70%" align="right" nowrap>[% 'Project Number' | $T8 %]</th>
225                     <td>
226                       [%- L.select_tag('globalproject_id', L.options_for_select(ALL_PROJECTS, title='projectnumber', default=globalproject_id, with_empty='1'), onChange="document.getElementById('update_button').click();") %]
227                     </td>
228                   </tr>
229                 </table>
230               </td>
231             </tr>
232           </table>
233         </td>
234       </tr>