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