c356589cd26b7c219f06b94a3feedeee88f520e4
[kivitendo-erp.git] / templates / webpages / order / tabs / basic_data.html
1 [%- USE T8 %]
2 [%- USE HTML %]
3 [%- USE LxERP %]
4 [%- USE L %]
5 [%- USE P %]
6
7 [%- INCLUDE 'generic/set_longdescription.html' %]
8
9 <div id="ui-tabs-basic-data">
10   <table width="100%">
11     <tr valign="top">
12       <td>
13         <table width="100%">
14           <tr>
15             <th align="right">[%- SELF.cv == "customer" ? LxERP.t8('Customer') : LxERP.t8('Vendor') -%]</th>
16             [% SET cv_id = SELF.cv _ '_id' %]
17             <td>
18               [% P.customer_vendor.picker("order.${SELF.cv}" _ '_id', SELF.order.$cv_id, type=SELF.cv, style='width: 300px') %]
19               [% P.button_tag("kivi.Order.show_vc_details_dialog()", LxERP.t8("Details (one letter abbreviation)")) %]
20             </td>
21           </tr>
22
23           <tr id='cp_row' [%- IF !SELF.order.${SELF.cv}.contacts.size %]style='display:none'[%- END %]>
24             <th align="right">[% 'Contact Person' | $T8 %]</th>
25             <td>[% L.select_tag('order.cp_id',
26                                 SELF.order.${SELF.cv}.contacts,
27                                 default=SELF.order.cp_id,
28                                 title_key='full_name_dep',
29                                 value_key='cp_id',
30                                 with_empty=1,
31                                 style='width: 300px') %]</td>
32           </tr>
33
34           <tr id='shipto_row' [%- IF !SELF.order.${SELF.cv}.shipto.size %]style='display:none'[%- END %]>
35             <th align="right">[% 'Shipping Address' | $T8 %]</th>
36             <td>[% L.select_tag('order.shipto_id',
37                                 SELF.order.${SELF.cv}.shipto,
38                                 default=SELF.order.shipto_id,
39                                 title_key='displayable_id',
40                                 value_key='shipto_id',
41                                 with_empty=1,
42                                 style='width: 300px') %]</td>
43           </tr>
44
45           [%- PROCESS order/tabs/_business_info_row.html SELF=SELF %]
46
47           <tr>
48             <th align="right">[% 'Steuersatz' | $T8 %]</th>
49             <td>[% L.select_tag('order.taxzone_id', SELF.all_taxzones, default=SELF.order.taxzone_id, title_key='description', style='width: 300px', class='recalc') %]</td>
50           </tr>
51
52           [% SET currency_id = SELF.order.currency_id || INSTANCE_CONF.get_currency_id  # use default currency for new order %]
53           <tr id="currency_settings">
54             <th align="right">[% 'Currency' | $T8 %]</th>
55             <td>[% L.select_tag('order.currency_id', SELF.all_currencies, default=currency_id, value_key='id', title_key='name') %]</td>
56           </tr>
57           <tr id="exchangerate_settings" [%- IF SELF.order.currency_id==INSTANCE_CONF.get_currency_id %]style='display:none'[%- END %]>
58             <th align="right">[% 'Exchangerate' | $T8 %]</th>
59             <td> 1 <span id="currency_name">[% SELF.order.currency.name %]</span> =
60               [% L.input_tag('order.exchangerate_as_null_number', SELF.order.exchangerate_as_null_number, size="15", class="reformat_number_as_null_number numeric") %]
61               [% INSTANCE_CONF.default_currency %]
62               [% L.hidden_tag('old_currency_id', currency_id) %]
63               [% L.hidden_tag('old_exchangerate', SELF.order.exchangerate_as_null_number) %]
64             </td>
65           </tr>
66
67 [%- IF SELF.all_departments.size %]
68           <tr>
69             <th align="right">[% 'Department' | $T8 %]</th>
70             <td>
71               [% L.select_tag('order.department_id', SELF.all_departments, default=SELF.order.department_id, title_key='description', with_empty=1, style='width:300px') %]
72             </td>
73           </tr>
74 [%- END %]
75
76           <tr>
77             <th align="right">[% 'Shipping Point' | $T8 %]</th>
78             <td>[% L.input_tag('order.shippingpoint', SELF.order.shippingpoint, style='width: 300px') %]</td>
79           </tr>
80
81           <tr>
82             <th align="right">[% 'Ship via' | $T8 %]</th>
83             <td>[% L.input_tag('order.shipvia', SELF.order.shipvia, style='width: 300px') %]</td>
84           </tr>
85
86           <tr>
87             <th align="right">[% 'Transaction description' | $T8 %]</th>
88             <td>[% L.input_tag('order.transaction_description', SELF.order.transaction_description, 'data-validate'=INSTANCE_CONF.get_require_transaction_description_ps ? 'required' : '', style='width: 300px') %]</td>
89           </tr>
90
91           <tr>
92             <th align="right">[% 'Project Number' | $T8 %]</th>
93             <td>[% P.project.picker('order.globalproject_id', SELF.order.globalproject_id, style='width: 300px') %]</td>
94           </tr>
95
96         </table>
97       </td>
98
99       <td align="right">
100         <table>
101
102           <tr>
103             <td colspan="2" align="center">
104               [%- IF SELF.order.id %]
105                 <label for="order.delivered">[% 'Delivery Order(s) for full qty created' | $T8 %]</label>
106                 [% L.yes_no_tag('order.delivered', SELF.order.delivered) %]
107                 <label for="order.closed">[% 'Closed' | $T8 %]</label>
108                 [% L.yes_no_tag('order.closed', SELF.order.closed) %]
109               [%- END %]
110             </td>
111           </tr>
112
113           <tr>
114             <th align="right">[% 'Employee' | $T8 %]</th>
115             <td>[% L.select_tag('order.employee_id',
116               SELF.all_employees,
117               default=(SELF.order.employee_id ? SELF.order.employee_id : SELF.current_employee_id),
118               title_key='safe_name') %]</td>
119           </tr>
120
121           [% IF SELF.cv == 'customer' %]
122           <tr>
123             <th align="right">[% 'Salesman' | $T8 %]</th>
124             <td>[% L.select_tag('order.salesman_id',
125               SELF.all_salesmen,
126               default=(SELF.order.salesman_id ? SELF.order.salesman_id : SELF.current_employee_id),
127               title_key='safe_name') %]</td>
128           </tr>
129           [% END %]
130
131           [%- IF (SELF.type == "sales_order" || SELF.type == "purchase_order") -%]
132           <tr>
133             <th width="70%" align="right" nowrap>[% 'Order Number' | $T8 %]</th>
134             <td>[% L.input_tag('order.ordnumber', SELF.order.ordnumber, size = 11, onchange='kivi.Order.set_number_in_title(this)') %]</td>
135           </tr>
136           [%- END -%]
137
138           [%- IF (SELF.type == "sales_order" || SELF.type == "sales_quotation") -%]
139             [%- SET quo_nr_txt = 'Quotation Number' -%]
140           [%- ELSE -%]
141             [%- SET quo_nr_txt = 'RFQ Number' -%]
142           [%- END -%]
143           <tr>
144             <th width="70%" align="right" nowrap>[% quo_nr_txt | $T8 %]</th>
145             [%- IF (SELF.type == "sales_order" || SELF.type == "purchase_order") -%]
146               <td>[% L.input_tag('order.quonumber', SELF.order.quonumber, size = 11) %]</td>
147             [%- ELSE -%]
148               <td>[% L.input_tag('order.quonumber', SELF.order.quonumber, size = 11, onchange='kivi.Order.set_number_in_title(this)') %]</td>
149             [%- END -%]
150           </tr>
151
152           [%- IF (SELF.type == "sales_order" || SELF.type == "purchase_order") -%]
153           <tr>
154             <th width="70%" align="right" nowrap>[% 'Customer Order Number' | $T8 %]</th>
155             <td>[% L.input_tag('order.cusordnumber', SELF.order.cusordnumber, size = 11) %]</td>
156           </tr>
157           [%- END -%]
158
159           [%- IF (SELF.type == "sales_order" || SELF.type == "purchase_order") -%]
160             [%- SET transdate_txt = 'Order Date' -%]
161           [%- ELSIF SELF.type == "sales_quotation" -%]
162             [%- SET transdate_txt = 'Quotation Date' -%]
163           [%- ELSE -%]
164             [%- SET transdate_txt = 'RFQ Date' -%]
165           [%- END -%]
166           <tr>
167             <th width="70%" align="right" nowrap>[% transdate_txt | $T8 %]</th>
168             <td>[% L.date_tag('order.transdate_as_date', SELF.order.transdate_as_date) %]</td>
169           </tr>
170
171           [%- IF (SELF.type == "sales_order" || SELF.type == "purchase_order") -%]
172             [%- SET reqdate_txt = 'Reqdate' -%]
173           [%- ELSIF SELF.type == "sales_quotation" -%]
174             [%- SET reqdate_txt = 'Valid until' -%]
175           [%- ELSE -%]
176             [%- SET reqdate_txt = 'Required by' -%]
177           [%- END -%]
178           <tr>
179             <th width="70%" align="right" nowrap>[% reqdate_txt | $T8 %]</th>
180             <td>[% L.date_tag('order.reqdate_as_date', SELF.order.reqdate_as_date) %]</td>
181           </tr>
182
183           [%- IF SELF.type == "sales_quotation" -%]
184           <tr>
185             <th width="70%" align="right" nowrap>[% 'Order probability' | $T8 %]</th>
186             <td>[%- L.select_tag('order.order_probability', SELF.order_probabilities, title='title', default=SELF.order.order_probability) %]%</td>
187           </tr>
188           <tr>
189             <th width="70%" align="right" nowrap>[% 'Expected billing date' | $T8 %]</th>
190             <td>[%- L.date_tag('order.expected_billing_date_as_date', SELF.order.expected_billing_date_sa_date) %]</td>
191           </tr>
192           [%- END %]
193
194           <tr>
195             <th width="70%" align="right" nowrap>[% 'Insert Date' | $T8 %]</th>
196             <td>[% SELF.order.itime_as_date %]</td>
197           </tr>
198
199         </table>
200
201       </td>
202     </tr>
203   </table>
204
205   [%- PROCESS order/tabs/_item_input.html SELF=SELF %]
206
207   [% L.button_tag('kivi.Order.show_multi_items_dialog()', LxERP.t8('Add multiple items')) %]
208
209   <table width="100%">
210     <tr>
211       <td>
212         [%- IF SELF.positions_scrollbar_height -%]
213           [%- SET scroll_style = 'style="overflow-y: auto; height:' _ SELF.positions_scrollbar_height _ 'vh;"' -%]
214         [%- ELSE -%]
215           [%- SET scroll_style = '' -%]
216         [%- END -%]
217         <div id="row_table_scroll_id" [%- scroll_style -%]>
218           <table id="row_table_id" width="100%">
219             <thead>
220               <tr class="listheading">
221                 <th class="listheading" style='text-align:center' nowrap width="1">
222                   [%- IF MYCONFIG.show_form_details %]
223                     [%- L.img_tag(src="image/collapse.svg", alt=LxERP.t8('Hide all details'), title=LxERP.t8('Hide all details'), id='expand_all', "data-expanded"="1") %]
224                   [%- ELSE %]
225                     [%- L.img_tag(src="image/expand.svg", alt=LxERP.t8('Show all details'), title=LxERP.t8('Show all details'), id='expand_all') %]
226                   [%- END %]
227                 </th>
228                 <th class="listheading" nowrap width="3" >[%- 'position'     | $T8 %] </th>
229                 <th class="listheading" style='text-align:center' nowrap width="1"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th>
230                 <th class="listheading" style='text-align:center' nowrap width="1"><img src="image/close.png" alt="[%- LxERP.t8('delete item') %]"></th>
231                 [%- IF SELF.show_update_button -%]
232                 <th class="listheading" style='text-align:center' nowrap width="1">
233                   [%- L.img_tag(src="image/rotate_cw.svg",
234                                 alt=LxERP.t8('Update from master data'),
235                                 title= LxERP.t8('Update from master data'),
236                                 onclick="if (!confirm('" _ LxERP.t8("Are you sure to update all positions from master data?") _ "')) return false; kivi.Order.update_all_rows_from_master_data();",
237                                 id='update_from_master') %]
238                 </th>
239                 [%- END %]
240                 <th id="partnumber_header_id"   class="listheading" nowrap width="15"><a href='#' onClick='javascript:kivi.Order.reorder_items("partnumber")'> [%- 'Partnumber'  | $T8 %]</a></th>
241                 [%- IF SELF.search_cvpartnumber -%]
242                 <th id="cvpartnumber_header_id" class="listheading" nowrap width="15"><a href='#' onClick='javascript:kivi.Order.reorder_items("cvpartnumber")' > [%- SELF.cv == "customer" ? LxERP.t8('Customer Part Number') : LxERP.t8('Model') %]</a></th>
243                 [%- END -%]
244                 <th id="partclass_header_id"    class="listheading" nowrap width="2">[%- 'Type'  | $T8 %]</th>
245                 <th id="description_header_id"  class="listheading" nowrap           ><a href='#' onClick='javascript:kivi.Order.reorder_items("description")'>[%- 'Description' | $T8 %]</a></th>
246                 [%- IF (SELF.type == "sales_order" || SELF.type == "purchase_order") -%]
247                 <th id="shipped_qty_header_id"  class="listheading" nowrap width="5" ><a href='#' onClick='javascript:kivi.Order.reorder_items("shipped_qty")'>[%- 'Delivered'   | $T8 %]</a></th>
248                 [%- END -%]
249                 <th id="qty_header_id"          class="listheading" nowrap width="5" ><a href='#' onClick='javascript:kivi.Order.reorder_items("qty")'>        [%- 'Qty'         | $T8 %]</a></th>
250                 <th class="listheading" nowrap width="5" >[%- 'Price Factor' | $T8 %] </th>
251                 <th class="listheading" nowrap width="5" >[%- 'Unit'         | $T8 %] </th>
252                 <th class="listheading" nowrap width="5" >[%- 'Price Source' | $T8 %] </th>
253                 <th id="sellprice_header_id"   class="listheading" nowrap width="15" ><a href='#' onClick='javascript:kivi.Order.reorder_items("sellprice")'> [%- 'Price'       | $T8 %]</a></th>
254                 <th id="discount_header_id"    class="listheading" nowrap width="15" ><a href='#' onClick='javascript:kivi.Order.reorder_items("discount")'>  [%- 'Discount'    | $T8 %]</a></th>
255                 <th class="listheading" nowrap width="10">[%- 'Extended'     | $T8 %] </th>
256               </tr>
257             </thead>
258
259             [%- FOREACH item = SELF.order.items_sorted %]
260               [%- PROCESS order/tabs/_row.html ITEM=item ID=(item.id||item.new_fake_id)  -%]
261             [%- END %]
262
263           </table>
264         </div>
265
266       </td>
267     </tr>
268
269     <tr>
270     </tr>
271
272     <tr>
273       <td colspan="100%" width="100%">
274         <table width="100%">
275           <tr>
276             <td>
277               <table>
278                 <tr>
279                   <th align="left">[% 'Notes' | $T8 %]</th>
280                   <th align="left">[% 'Internal Notes' | $T8 %]</th>
281                 </tr>
282                 <tr valign="top">
283                   <td>
284                     [% L.textarea_tag('order.notes', SELF.order.notes, wrap="soft", style="width: 350px; height: 150px", class="texteditor") %]
285                   </td>
286                   <td>
287                     [% L.textarea_tag('order.intnotes', SELF.order.intnotes, wrap="soft", style="width: 350px; height: 150px") %]
288                   </td>
289                 </tr>
290               </table>
291             </td>
292
293             <td>
294               <table>
295                 <tr>
296                   <th align="right">[% 'Payment Terms' | $T8 %]</th>
297                   <td>[% L.select_tag('order.payment_id',
298                                       SELF.all_payment_terms,
299                                       default = SELF.order.payment_id,
300                                       with_empty = 1,
301                                       title_key = 'description',
302                                       style = 'width: 250px') %]</td>
303                 </tr>
304                 <tr>
305                   <th align="right">[% 'Delivery Terms' | $T8 %]</th>
306                   <td>[% L.select_tag('order.delivery_term_id',
307                                       SELF.all_delivery_terms,
308                                       default = SELF.order.delivery_term_id,
309                                       with_empty = 1,
310                                       title_key = 'description',
311                                       style = 'width: 250px') %]</td>
312                 </tr>
313                 [%- IF SELF.type == "sales_order" %]
314                 <tr>
315                   <th align="right">[%- 'Periodic Invoices' | $T8 %]</th>
316                   <td>[% L.button_tag('kivi.Order.show_periodic_invoices_config_dialog()', LxERP.t8('Configure')) %]
317                     (<span id='periodic_invoices_status'>[%- SELF.periodic_invoices_status -%]</span>)
318                     <a href="doc/html/ch03.html#features.periodic-invoices.variables" target="_blank">?</a>
319                   </td>
320                 </tr>
321                 [%- END %]
322               </table>
323             </td>
324
325             [%- IF (SELF.type == "sales_order" || SELF.type == "sales_quotation") -%]
326             [%- SET marge_class = (SELF.order.marge_total < 0) ? 'plus0' : '' -%]
327             <td>
328               <table>
329                 <tr>
330                   <th  align="left">[% 'Ertrag' | $T8 %]</th>
331                   <td align="right">
332                     [%- L.div_tag(SELF.order.marge_total_as_number, id='marge_total_id', class=marge_class) %]
333                   </td>
334                 </tr>
335                 <tr>
336                   <th  align="left">[% 'Ertrag prozentual' | $T8 %]</th>
337                   <td align="right">
338                     [%- L.div_tag(LxERP.format_amount(SELF.order.marge_percent, 2), id='marge_percent_id', class=marge_class) %]
339                   </td>
340                   <td>[%- L.div_tag('%', id='marge_percent_sign_id', class=marge_class) %]</td>
341                 </tr>
342               </table>
343             </td>
344             [%- END %]
345
346             <td align="right">
347               <table>
348                 <tr id="taxincluded_row_id" [%- IF !SELF.taxes.size %]style="display:none"[%- END %]>
349                   <td align=right colspan="2">
350                     <label for="order.taxincluded"><b>[% 'Tax Included' | $T8 %]</b></label>
351                     [% L.yes_no_tag('order.taxincluded', SELF.order.taxincluded, class='recalc') %]
352                   </td>
353                 </tr>
354
355                 <tr id="subtotal_row_id" [%- IF SELF.order.taxincluded %]style="display:none"[%- END %]>
356                   <th align="right">[%- 'Subtotal' | $T8 %]</th>
357                   <td align="right">
358                     [%- L.div_tag(SELF.order.netamount_as_number, id='netamount_id') %]
359                   </td>
360                 </tr>
361                 [%- FOREACH tax = SELF.taxes %]
362                   [%- PROCESS order/tabs/_tax_row.html TAX=tax TAXINCLUDED=SELF.order.taxincluded %]
363                 [%- END %]
364                 <tr id="amount_row_id">
365                   <th align="right">[%- 'Total' | $T8 %]</th>
366                   <td align="right">
367                     [%- L.div_tag(SELF.order.amount_as_number, id='amount_id') %]
368                   </td>
369                 </tr>
370               </table>
371             </td>
372
373           </tr>
374         </table>
375       </td>
376     </tr>
377
378   </table>
379
380 </div>
381
382 [% L.sortable_element('#row_table_id') %]