002fa554522a90488c901fec6740634d5547536b
[kivitendo-erp.git] / templates / webpages / oe / form_header.html
1 [%- USE T8 %]
2 [%- USE HTML %]
3 [%- USE LxERP %]
4 [%- USE L %][%- USE P -%]
5
6   <form method="post" id='form' name="oe" action="[% script %]"
7         data-transport-cost-reminder-article-id="[% HTML.escape(transport_cost_reminder_article.id) %]"
8         data-transport-cost-reminder-article-description="[% HTML.escape(transport_cost_reminder_article.displayable_name) %]"
9         >
10
11     <script type="text/javascript" src="js/delivery_customer_selection.js"></script>
12     <script type="text/javascript" src="js/calculate_qty.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) %]" id="[% 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     <input type="hidden" name="lastmtime" value="[% HTML.escape(lastmtime) %]">
29
30     <h1>[% title %]</h1>
31
32 [%- INCLUDE 'common/flash.html' %]
33 [%- INCLUDE 'generic/set_longdescription.html' %]
34
35     <div id="oe_tabs" class="tabwidget">
36      <ul>
37       <li><a href="#ui-tabs-basic-data">[% 'Basic Data' | $T8 %]</a></li>
38 [%- IF INSTANCE_CONF.get_webdav %]
39       <li><a href="#ui-tabs-webdav">[% 'WebDAV' | $T8 %]</a></li>
40 [%- END %]
41 [%- IF id AND INSTANCE_CONF.get_doc_storage %]
42       <li><a href="controller.pl?action=File/list&file_type=document&object_type=[% HTML.escape(type) %]&object_id=[% HTML.url(id) %]">[% 'Documents' | $T8 %]</a></li>
43       <li><a href="controller.pl?action=File/list&file_type=attachment&object_type=[% HTML.escape(type) %]&object_id=[% HTML.url(id) %]">[% 'Attachments' | $T8 %]</a></li>
44 [%- END %]
45 [%- IF id AND AUTH.assert('record_links', 1) %]
46       <li><a href="controller.pl?action=RecordLinks/ajax_list&object_model=Order&object_id=[% HTML.url(id) %]">[% 'Linked Records' | $T8 %]</a></li>
47 [%- END %]
48      </ul>
49
50      <div id="ui-tabs-basic-data">
51
52     <table width="100%">
53       <tr>
54         <td>
55           <table width="100%">
56             <tr valign="top">
57               <td width="50%">
58                 <table width="100%">
59                   <tr>
60                     <th align="right">[% IF vc == 'customer' %][% 'Customer' | $T8 %][% ELSE %][% 'Vendor' | $T8 %][% END %]</th>
61                     <td>
62                      [%- SET vc_id = vc _ "_id" %]
63                      [% P.customer_vendor.picker(vc_id, $vc_id, type=vc, style="width: 250px", class="initial_focus", onchange="\$('#update_button').click()") %]
64                      [% P.button_tag("show_vc_details('" _ HTML.escape(vc) _  "')", LxERP.t8("Details (one letter abbreviation)")) %]
65                      [% P.hidden_tag("previous_" _ vc_id, $vc_id) %]
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                   <tr>
77                     <th align="right">[% 'Shipping Address' | $T8 %]</th>
78                     <td>
79 [%- IF ALL_SHIPTO.size %]
80                       [% shiptos = [ [ "", LxERP.t8("No/individual shipping address") ] ] ;
81                          L.select_tag('shipto_id', shiptos.import(ALL_SHIPTO), default=shipto_id, value_key='shipto_id', title_key='displayable_id', style='width: 250px') %]
82 [%- END %]
83                       [% L.button_tag("kivi.SalesPurchase.edit_custom_shipto()", LxERP.t8("Custom shipto")) %]
84                     </td>
85                   </tr>
86
87 [%- IF is_sales && vc_obj.additional_billing_addresses.as_list.size %]
88                   <tr>
89                     <th align="right">[% 'Custom Billing Address' | $T8 %]</th>
90                     <td>
91                       [% L.select_tag('billing_address_id', vc_obj.additional_billing_addresses,
92                                       with_empty=1, default=billing_address_id, value_key='id', title_key='displayable_id', style='width: 250px') %]
93                     </td>
94                   </tr>
95 [%- END %]
96
97 [%- IF is_order %]
98                   <tr>
99                     <td align="right">[% 'Credit Limit' | $T8 %]</td>
100                     <td>[% LxERP.format_amount(creditlimit, 0) %]; [% 'Remaining' | $T8 %] <span class="plus[% is_credit_remaining_negativ %]">[% LxERP.format_amount(creditremaining, 0) %]</span></td>
101                   </tr>
102 [%- END %]
103 [%- IF business %]
104                   <tr>
105                     <th align="right">[% business_label %]</th>
106                     <td>[% HTML.escape(business) %]; [% 'Trade Discount' | $T8 %] [% LxERP.format_percent(tradediscount) %] %</td>
107                   </tr>
108 [%- END %]
109 [%- IF max_dunning_level %]
110                   <tr>
111                     <th align="right">[% 'Max. Dunning Level' | $T8 %]:</th>
112                     <td>
113                       <b>[% HTML.escape(max_dunning_level) %]</b>;
114                       [% 'Dunning Amount' | $T8 %]: <b>[% LxERP.format_amount(dunning_amount, 2) %]</b>
115                     </td>
116                   </tr>
117 [%- END %]
118                   <tr>
119                     <th align="right">[% 'Steuersatz' | $T8 %]</th>
120                     <td>
121                       [% L.select_tag('taxzone_id', ( id ? ALL_TAXZONES : ALL_ACTIVE_TAXZONES), default=taxzone_id, title_key='description', style='width: 250px') %]
122                     </td>
123                   </tr>
124 [%- IF ALL_LANGUAGES.size %]
125                   <tr>
126                     <th align="right" nowrap>[% 'Language' | $T8 %]</th>
127                     <td colspan="3">
128                       [% L.select_tag('language_id', ALL_LANGUAGES, default=language_id, title_key = 'description', with_empty=1, style='width:250px') %]
129                     </td>
130                   </tr>
131 [%- END %]
132 [%- IF ALL_DEPARTMENTS.size %]
133                   <tr>
134                     <th align="right" nowrap>[% 'Department' | $T8 %]</th>
135                     <td colspan="3">
136                       [% L.select_tag('department_id', ALL_DEPARTMENTS, default=department_id, title_key = 'description', with_empty=1, style='width:250px') %]
137                     </td>
138                   </tr>
139 [%- END %]
140                   <tr>
141                     <th align="right">[% 'Currency' | $T8 %]</th>
142                     <td>[% L.select_tag("currency", ALL_CURRENCIES, value_key="name", default=currency, onchange="document.getElementById('update_button').click();") %]</td>
143                   </tr>
144 [%- IF show_exchangerate %]
145                   <tr>
146                     <th align="right">[% 'Exchangerate' | $T8 %]</th>
147                     <td>
148                      [%- IF forex %]
149                       [% LxERP.format_amount(exchangerate, 5) %]
150                      [%- ELSE %]
151                       <input name="exchangerate" size="10" value="[% HTML.escape(LxERP.format_amount(exchangerate)) %]">
152                      [%- END %]
153                     </td>
154                   </tr>
155 [%- END %]
156                   <tr>
157                     <th align="right">[% 'Shipping Point' | $T8 %]</th>
158                     <td colspan="3"><input name="shippingpoint" size="35" value="[% HTML.escape(shippingpoint) %]"></td>
159                   </tr>
160                   <tr>
161                     <th align="right">[% 'Ship via' | $T8 %]</th>
162                     <td colspan="3"><input name="shipvia" size="35" value="[% HTML.escape(shipvia) %]"></td>
163                   </tr>
164                   <tr>
165                     <th align="right">[% 'Transaction description' | $T8 %]</th>
166                     <td colspan="3">[% L.input_tag("transaction_description", transaction_description, size=35, "data-validate"=INSTANCE_CONF.get_require_transaction_description_ps ? 'required' : '') %]</td>
167                   </tr>
168 [%- IF show_delivery_customer %]
169                   <tr>
170                     <td colspan="4">
171                       <table>
172                         <tr>
173                           <td colspan="2">
174                           <button type="button" onclick="delivery_customer_selection_window('delivery_customer_string','delivery_customer_id')">[% 'Choose Customer' | $T8 %]</button>
175                         </td>
176                           <td colspan="2"><input type="hidden" name="delivery_customer_id" value="[% HTML.escape(delivery_customer_id) %]">
177                           <input size="45" id="delivery_customer_string" name="delivery_customer_string" value="[% HTML.escape(delivery_customer_string) %]"></td>
178                         </tr>
179                         <tr>
180                           <td colspan="2">
181                             <button type="button" onclick="vendor_selection_window('delivery_vendor_string','delivery_vendor_id')">[% 'Choose Vendor' | $T8 %]</button>
182                           </td>
183                           <td colspan="2"><input type="hidden" name="delivery_vendor_id" value="[% HTML.escape(delivery_vendor_id) %]">
184                           <input size="45" id="vendor_string" name="delivery_vendor_string" value="[% HTML.escape(delivery_vendor_string) %]"></td>
185                         </tr>
186                       </table>
187                     </td>
188                   </tr>
189 [%- END %]
190                 </table>
191               </td>
192               <td align="right">
193                 <table>
194               [% openclosed %]
195                   <tr>
196                     <th align="right">[% 'Employee' | $T8 %]</th>
197                     <td>
198                       [% L.select_tag('employee_id', ALL_EMPLOYEES, default=employee_id, title_key='safe_name') %]
199                     </td>
200                   </tr>
201 [%- IF is_sales and ALL_SALESMEN.size %]
202                   <tr>
203                     <th align="right">[% 'Salesman' | $T8 %]</th>
204                     <td>
205                       [% L.select_tag('salesman_id', ALL_SALESMEN, default=(salesman_id ? salesman_id : employee_id), title_key='safe_name') %]
206                     </td>
207                   </tr>
208 [%- END %]
209 [%- IF is_order %]
210                   <tr>
211                     <th width="70%" align="right" nowrap>[% 'Order Number' | $T8 %]</th>
212                     <td>
213 [%- IF INSTANCE_CONF.get_sales_purchase_record_numbers_changeable %]
214                       [% L.input_tag("ordnumber", ordnumber, size="11") %]
215 [%- ELSIF id %]
216                       [% HTML.escape(ordnumber) %]
217                       [% L.hidden_tag("ordnumber", ordnumber) %]
218 [%- ELSE %]
219                       [% LxERP.t8("will be set upon saving") %]
220 [%- END %]
221                     </td>
222                   </tr>
223 [%- END %]
224                   <tr>
225                     <th width="70%" align="right" nowrap>[% IF is_req_quo %][% 'RFQ Number' | $T8 %][% ELSE %][% 'Quotation Number' | $T8 %][% END %]</th>
226                     <td>
227 [%- IF is_order || INSTANCE_CONF.get_sales_purchase_record_numbers_changeable %]
228                       [% L.input_tag("quonumber", quonumber, size="11") %]
229 [%- ELSIF id %]
230                       [% HTML.escape(quonumber) %]
231                       [% L.hidden_tag("quonumber", quonumber) %]
232 [%- ELSE %]
233                       [% LxERP.t8("will be set upon saving") %]
234 [%- END %]
235                     </td>
236                   </tr>
237 [%- IF is_order %]
238                   <tr>
239                     <th width="70%" align="right" nowrap>[% 'Customer Order Number' | $T8 %]</th>
240                     <td><input name="cusordnumber" id="cusordnumber" size="11" value="[% HTML.escape(cusordnumber) %]"></td>
241                   </tr>
242 [%- END %]
243                   <tr>
244                     <th align="right" nowrap>
245                      [%- IF is_order %]
246                       [% 'Order Date' | $T8 %]
247                      [%- ELSIF is_req_quo %]
248                       [% 'RFQ Date' | $T8 %]
249                      [%- ELSE %]
250                       [% 'Quotation Date' | $T8 %]
251                      [%- END %]
252                     </th>
253                     <td nowrap>
254                       [% L.date_tag('transdate', transdate, id='transdate') %]
255                     </td>
256                   </tr>
257                   <tr>
258                     <th align="right" nowrap>[% LxERP.t8('Tax point') %]</th>
259                     <td nowrap>[% L.date_tag('tax_point', tax_point, id='tax_point') %]</td>
260                   </tr>
261                   <tr>
262                     <th align="right" nowrap>
263                      [%- IF is_sales_quo %]
264                       [% 'Valid until' | $T8 %]
265                      [%- ELSE %]
266                       [% 'Reqdate' | $T8 %]
267                      [%- END %]
268                     </th>
269                     <td nowrap>
270                       [% L.date_tag('reqdate', reqdate, id='reqdate') %]
271                     </td>
272                   </tr>
273                   [%- IF is_sales_ord %]
274                   <tr>
275                     <th align="right" nowrap>[% 'Insert Date' | $T8 %]</th>
276                     <td>[% oe_obj.itime_as_date %]</td>
277                   </tr>
278                   [%- END %]
279                   <tr>
280                     <th width="70%" align="right" nowrap>[% 'Project Number' | $T8 %]</th>
281                     <td>
282                       [%- L.select_tag('globalproject_id', ALL_PROJECTS, title_key='projectnumber', default=globalproject_id, with_empty='1', onChange="document.getElementById('update_button').click();") %]
283                     </td>
284                   </tr>
285 [%- IF type == 'sales_quotation' %]
286                   <tr>
287                     <th width="70%" align="right" nowrap>[% 'Order probability' | $T8 %]</th>
288                     <td nowrap>
289                       [%- L.select_tag('order_probability', ORDER_PROBABILITIES, title='title', default=order_probability) %]%
290                     </td>
291                   </tr>
292                   <tr>
293                     <th width="70%" align="right" nowrap>[% 'Expected billing date' | $T8 %]</th>
294                     <td nowrap>
295                       [%- L.date_tag('expected_billing_date', expected_billing_date) %]
296                     </td>
297                   </tr>
298 [%- END %]
299                 </table>
300               </td>
301             </tr>
302           </table>
303         </td>
304       </tr>