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