d41e57b6ad07e707d01132a8d6cbc2f6dad4aaf9
[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 | $T8 %]</th>
16             [% SET cv_id = SELF.cv _ '_id' %]
17             <td>[% P.customer_vendor.picker("order.${SELF.cv}" _ '_id', SELF.order.$cv_id, type=SELF.cv, style='width: 300px') %]</td>
18           </tr>
19
20           <tr id='cp_row' [%- IF !SELF.order.${SELF.cv}.contacts.size %]style='display:none'[%- END %]>
21             <th align="right">[% 'Contact Person' | $T8 %]</th>
22             <td>[% L.select_tag('order.cp_id',
23                                 SELF.order.${SELF.cv}.contacts,
24                                 default=SELF.order.cp_id,
25                                 title_key='full_name_dep',
26                                 value_key='cp_id',
27                                 with_empty=1,
28                                 style='width: 300px') %]</td>
29           </tr>
30
31           <tr id='shipto_row' [%- IF !SELF.order.${SELF.cv}.shipto.size %]style='display:none'[%- END %]>
32             <th align="right">[% 'Shipping Address' | $T8 %]</th>
33             <td>[% L.select_tag('order.shipto_id',
34                                 SELF.order.${SELF.cv}.shipto,
35                                 default=SELF.order.shipto_id,
36                                 title_key='displayable_id',
37                                 value_key='shipto_id',
38                                 with_empty=1,
39                                 style='width: 300px') %]</td>
40           </tr>
41
42           <tr>
43             <th align="right">[% 'Steuersatz' | $T8 %]</th>
44             <td>[% L.select_tag('order.taxzone_id', SELF.all_taxzones, default=SELF.order.taxzone_id, title_key='description', style='width: 300px', class='recalc') %]</td>
45           </tr>
46
47 [%- IF SELF.all_departments.size %]
48           <tr>
49             <th align="right">[% 'Department' | $T8 %]</th>
50             <td>
51               [% L.select_tag('order.department_id', SELF.all_departments, default=SELF.order.department_id, title_key='description', with_empty=1, style='width:300px') %]
52             </td>
53           </tr>
54 [%- END %]
55
56           <tr>
57             <th align="right">[% 'Shipping Point' | $T8 %]</th>
58             <td>[% L.input_tag('order.shippingpoint', SELF.order.shippingpoint, style='width: 300px') %]</td>
59           </tr>
60
61           <tr>
62             <th align="right">[% 'Ship via' | $T8 %]</th>
63             <td>[% L.input_tag('order.shipvia', SELF.order.shipvia, style='width: 300px') %]</td>
64           </tr>
65
66           <tr>
67             <th align="right">[% 'Transaction description' | $T8 %]</th>
68             <td>[% L.input_tag('order.transaction_description', SELF.order.transaction_description, style='width: 300px') %]</td>
69           </tr>
70
71           <tr>
72             <th align="right">[% 'Project Number' | $T8 %]</th>
73             <td>[% P.project.picker('order.globalproject_id', SELF.order.globalproject_id, style='width: 300px') %]</td>
74           </tr>
75
76         </table>
77       </td>
78
79       <td align="right">
80         <table>
81
82           <tr>
83             <td colspan="2" align="center">
84               [%- IF SELF.order.id %]
85                 <label for="order.delivered">[% 'Delivery Order(s) for full qty created' | $T8 %]</label>
86                 [% L.yes_no_tag('order.delivered', SELF.order.delivered) %]
87                 <label for="order.closed">[% 'Closed' | $T8 %]</label>
88                 [% L.yes_no_tag('order.closed', SELF.order.closed) %]
89               [%- END %]
90             </td>
91           </tr>
92
93           <tr>
94             <th align="right">[% 'Employee' | $T8 %]</th>
95             <td>[% L.select_tag('order.employee_id',
96               SELF.all_employees,
97               default=(SELF.order.employee_id ? SELF.order.employee_id : SELF.current_employee_id),
98               title_key='safe_name') %]</td>
99           </tr>
100
101           [% IF SELF.cv == 'customer' %]
102           <tr>
103             <th align="right">[% 'Salesman' | $T8 %]</th>
104             <td>[% L.select_tag('order.salesman_id',
105               SELF.all_salesmen,
106               default=(SELF.order.salesman_id ? SELF.order.salesman_id : SELF.current_employee_id),
107               title_key='safe_name') %]</td>
108           </tr>
109           [% END %]
110
111           <tr>
112             <th width="70%" align="right" nowrap>[% 'Order Number' | $T8 %]</th>
113             <td>[% L.input_tag('order.ordnumber', SELF.order.ordnumber, size = 11) %]</td>
114           </tr>
115
116           <tr>
117             <th width="70%" align="right" nowrap>[% 'Quotation Number' | $T8 %]</th>
118             <td>[% L.input_tag('order.quonumber', SELF.order.quonumber, size = 11) %]</td>
119           </tr>
120
121           <tr>
122             <th width="70%" align="right" nowrap>[% 'Customer Order Number' | $T8 %]</th>
123             <td>[% L.input_tag('order.cusordnumber', SELF.order.cusordnumber, size = 11) %]</td>
124           </tr>
125
126           <tr>
127             <th width="70%" align="right" nowrap>[% 'Order Date' | $T8 %]</th>
128             <td>[% L.date_tag('order.transdate', SELF.order.transdate) %]</td>
129           </tr>
130
131           <tr>
132             <th width="70%" align="right" nowrap>[% 'Reqdate' | $T8 %]</th>
133             <td>[% L.date_tag('order.reqdate', SELF.order.reqdate) %]</td>
134           </tr>
135
136           <tr>
137             <th width="70%" align="right" nowrap>[% 'Insert Date' | $T8 %]</th>
138             <td>[% SELF.order.itime_as_date %]</td>
139           </tr>
140
141         </table>
142
143       </td>
144     </tr>
145   </table>
146
147   [%- PROCESS order/tabs/_item_input.html %]
148
149   [% L.button_tag('kivi.Order.show_multi_items_dialog()', LxERP.t8('Add multiple items')) %]
150
151   <table width="100%">
152     <tr>
153       <td>
154
155         <div id="row_table_scroll_id" style="overflow-y: auto; height: 25vh">
156           <table id="row_table_id" width="100%">
157             <thead>
158               <tr class="listheading">
159                 <th class="listheading" style='text-align:center' nowrap width="1">
160                   [%- IF MYCONFIG.show_form_details %]
161                     [%- 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") %]
162                   [%- ELSE %]
163                     [%- L.img_tag(src="image/expand.svg", alt=LxERP.t8('Show all details'), title=LxERP.t8('Show all details'), id='expand_all') %]
164                   [%- END %]
165                 </th>
166                 <th class="listheading" nowrap width="3" >[%- 'position'     | $T8 %] </th>
167                 <th class="listheading" style='text-align:center' nowrap width="1"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th>
168                 <th class="listheading" style='text-align:center' nowrap width="1"><img src="image/close.png" alt="[%- LxERP.t8('delete item') %]"></th>
169                 <th id="partnumber_header_id"  class="listheading" nowrap width="15"><a href='#' onClick='javascript:kivi.Order.reorder_items("partnumber")'> [%- 'Partnumber'  | $T8 %]</a></th>
170                 <th id="partclass_header_id"   class="listheading" nowrap width="2">[%- 'Type'  | $T8 %]</th>
171                 <th id="description_header_id" class="listheading" nowrap           ><a href='#' onClick='javascript:kivi.Order.reorder_items("description")'>[%- 'Description' | $T8 %]</a></th>
172                 <th id="qty_header_id"         class="listheading" nowrap width="5" ><a href='#' onClick='javascript:kivi.Order.reorder_items("qty")'>        [%- 'Qty'         | $T8 %]</a></th>
173                 <th class="listheading" nowrap width="5" >[%- 'Price Factor' | $T8 %] </th>
174                 <th class="listheading" nowrap width="5" >[%- 'Unit'         | $T8 %] </th>
175                 <th class="listheading" nowrap width="5" >[%- 'Price Source' | $T8 %] </th>
176                 <th id="sellprice_header_id"   class="listheading" nowrap width="15" ><a href='#' onClick='javascript:kivi.Order.reorder_items("sellprice")'> [%- 'Price'       | $T8 %]</a></th>
177                 <th id="discount_header_id"    class="listheading" nowrap width="15" ><a href='#' onClick='javascript:kivi.Order.reorder_items("discount")'>  [%- 'Discount'    | $T8 %]</a></th>
178                 <th class="listheading" nowrap width="10">[%- 'Extended'     | $T8 %] </th>
179               </tr>
180             </thead>
181
182             [%- FOREACH item = SELF.order.items_sorted %]
183               [%- PROCESS order/tabs/_row.html ITEM=item ID=item.id TYPE=SELF.type ALL_PRICE_FACTORS=SELF.all_price_factors %]
184             [%- END %]
185
186           </table>
187         </div>
188
189       </td>
190     </tr>
191
192     <tr>
193     </tr>
194
195     <tr>
196       <td colspan="100%" width="100%">
197         <table width="100%">
198           <tr>
199             <td>
200               <table>
201                 <tr>
202                   <th align="left">[% 'Notes' | $T8 %]</th>
203                   <th align="left">[% 'Internal Notes' | $T8 %]</th>
204                 </tr>
205                 <tr valign="top">
206                   <td>
207                     [% L.textarea_tag('order.notes', SELF.order.notes, wrap="soft", style="width: 350px; height: 150px", class="texteditor") %]
208                   </td>
209                   <td>
210                     [% L.textarea_tag('order.intnotes', SELF.order.intnotes, wrap="soft", style="width: 350px; height: 150px") %]
211                   </td>
212                 </tr>
213               </table>
214             </td>
215
216             <td>
217               <table>
218                 <tr>
219                   <th align="right">[% 'Payment Terms' | $T8 %]</th>
220                   <td>[% L.select_tag('order.payment_id',
221                                       SELF.all_payment_terms,
222                                       default = SELF.order.payment_id,
223                                       with_empty = 1,
224                                       title_key = 'description',
225                                       style = 'width: 250px') %]</td>
226                 </tr>
227                 <tr>
228                   <th align="right">[% 'Delivery Terms' | $T8 %]</th>
229                   <td>[% L.select_tag('order.delivery_term_id',
230                                       SELF.all_delivery_terms,
231                                       default = SELF.order.delivery_term_id,
232                                       with_empty = 1,
233                                       title_key = 'description',
234                                       style = 'width: 250px') %]</td>
235                 </tr>
236                 [%- IF SELF.type == "sales_order" %]
237                 <tr>
238                   <th align="right">[%- 'Periodic Invoices' | $T8 %]</th>
239                   <td>[% L.button_tag('kivi.Order.show_periodic_invoices_config_dialog()', LxERP.t8('Configure')) %]
240                     (<span id='periodic_invoices_status'>[%- SELF.periodic_invoices_status -%]</span>)
241                     <a href="doc/html/ch03.html#features.periodic-invoices.variables" target="_blank">?</a>
242                   </td>
243                 </tr>
244                 [%- END %]
245               </table>
246             </td>
247
248             <td align="right">
249               <table>
250                 <tr id="taxincluded_row_id" [%- IF !SELF.taxes.size %]style="display:none"[%- END %]>
251                   <td align=right colspan="2">
252                     <label for="order.taxincluded"><b>[% 'Tax Included' | $T8 %]</b></label>
253                     [% L.yes_no_tag('order.taxincluded', SELF.order.taxincluded, class='recalc') %]
254                   </td>
255                 </tr>
256
257                 <tr id="subtotal_row_id" [%- IF SELF.order.taxincluded %]style="display:none"[%- END %]>
258                   <th align="right">[%- 'Subtotal' | $T8 %]</th>
259                   <td align="right">
260                     [%- L.div_tag(SELF.order.netamount_as_number, id='netamount_id') %]
261                   </td>
262                 </tr>
263                 [%- FOREACH tax = SELF.taxes %]
264                   [%- PROCESS order/tabs/_tax_row.html TAX=tax TAXINCLUDED=SELF.order.taxincluded %]
265                 [%- END %]
266                 <tr id="amount_row_id">
267                   <th align="right">[%- 'Total' | $T8 %]</th>
268                   <td align="right">
269                     [%- L.div_tag(SELF.order.amount_as_number, id='amount_id') %]
270                   </td>
271                 </tr>
272               </table>
273             </td>
274
275           </tr>
276         </table>
277       </td>
278     </tr>
279
280   </table>
281
282 </div>
283
284 [% L.sortable_element('#row_table_id') %]