3d1b30729fef5c4b720ae24d967b13b8350aff08
[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     <input type="hidden" name="convert_from_ar_ids" value="[% HTML.escape(convert_from_ar_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 %]
42       <li><a href="controller.pl?action=RecordLinks/ajax_list&object_model=Order&object_id=[% HTML.url(id) %]">[% 'Linked Records' | $T8 %]</a></li>
43 [%- END %]
44      </ul>
45
46      <div id="ui-tabs-basic-data">
47
48     <table width="100%">
49       <tr>
50         <td>
51           <table width="100%">
52             <tr valign="top">
53               <td width="50%">
54                 <table width="100%">
55                   <tr>
56                     <th align="right">[% IF vc == 'customer' %][% 'Customer' | $T8 %][% ELSE %][% 'Vendor' | $T8 %][% END %]</th>
57                     <td>
58                       [%- INCLUDE 'generic/multibox.html'
59                            name          = vc,
60                            style         = 'width: 250px',
61                            class         = 'initial_focus',
62                            DATA          = vc == 'customer' ? ALL_CUSTOMERS : ALL_VENDORS,
63                            id_sub        = 'vc_keys',
64                            label_key     = 'name',
65                            select        = vc_select,
66                            limit         = vclimit,
67                            allow_textbox = 1,
68                            onChange      = "document.getElementById('update_button').click();" -%]
69                       <input type="button" value="[% 'Details (one letter abbreviation)' | $T8 %]" onclick="show_vc_details('[% HTML.escape(vc) %]')">
70                     </td>
71                   </tr>
72 [%- IF ALL_CONTACTS.size %]
73                   <tr>
74                     <th align="right">[% 'Contact Person' | $T8 %]</th>
75                     <td>
76                       [% 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') %]
77                     </td>
78                   </tr>
79 [%- END %]
80 [%- IF ALL_SHIPTO.size %]
81                   <tr>
82                     <th align="right">[% 'Shipping Address' | $T8 %]</th>
83                     <td>
84                       [% shiptos = [ [ "", LxERP.t8("No/individual shipping address") ] ] ;
85                          L.select_tag('shipto_id', shiptos.import(ALL_SHIPTO), default=shipto_id, value_key='shipto_id', title_key='displayable_id', style='width: 250px') %]
86                     </td>
87                   </tr>
88 [%- END %]
89 [%- IF is_order %]
90                   <tr>
91                     <td align="right">[% 'Credit Limit' | $T8 %]</td>
92                     <td>[% LxERP.format_amount(creditlimit, 0) %]; [% 'Remaining' | $T8 %] <span class="plus[% is_credit_remaining_negativ %]">[% LxERP.format_amount(creditremaining, 0) %]</span></td>
93                   </tr>
94 [%- END %]
95 [%- IF business %]
96                   <tr>
97                     <th align="right">[% business_label %]</th>
98                     <td>[% HTML.escape(business) %]; [% 'Trade Discount' | $T8 %] [% LxERP.format_percent(tradediscount) %] %</td>
99                   </tr>
100 [%- END %]
101 [%- IF max_dunning_level %]
102                   <tr>
103                     <th align="right">[% 'Max. Dunning Level' | $T8 %]:</th>
104                     <td>
105                       <b>[% HTML.escape(max_dunning_level) %]</b>;
106                       [% 'Dunning Amount' | $T8 %]: <b>[% LxERP.format_amount(dunning_amount, 2) %]</b>
107                     </td>
108                   </tr>
109 [%- END %]
110                   <tr>
111                     <th align="right">[% 'Steuersatz' | $T8 %]</th>
112                     <td>
113                       [% L.select_tag('taxzone_id', ( id ? ALL_TAXZONES : ALL_ACTIVE_TAXZONES), default=taxzone_id, title_key='description', style='width: 250px') %]
114                     </td>
115                   </tr>
116 [%- IF ALL_DEPARTMENTS %]
117                   <tr>
118                     <th align="right" nowrap>[% 'Department' | $T8 %]</th>
119                     <td colspan="3">
120                       [% L.select_tag('department_id', ALL_DEPARTMENTS, default=department_id, title_sub=\department_labels, with_empty=1, style='width:250px') %]
121                     </td>
122                   </tr>
123 [%- END %]
124 [%- IF currencies %]
125                   <tr>
126                     <th align="right">[% 'Currency' | $T8 %]</th>
127                     <td>[% currencies %]</td>
128                   </tr>
129 [%- END %]
130 [%- IF show_exchangerate %]
131                   <tr>
132                     <th align="right">[% 'Exchangerate' | $T8 %]</th>
133                     <td>
134                      [%- IF forex %]
135                       [% LxERP.format_amount(exchangerate, 2) %]
136                      [%- ELSE %]
137                       <input name="exchangerate" size="10" value="[% HTML.escape(LxERP.format_amount(exchangerate)) %]">
138                      [%- END %]
139                     </td>
140                   </tr>
141 [%- END %]
142                   <tr>
143                     <th align="right">[% 'Shipping Point' | $T8 %]</th>
144                     <td colspan="3"><input name="shippingpoint" size="35" value="[% HTML.escape(shippingpoint) %]"></td>
145                   </tr>
146                   <tr>
147                     <th align="right">[% 'Ship via' | $T8 %]</th>
148                     <td colspan="3"><input name="shipvia" size="35" value="[% HTML.escape(shipvia) %]"></td>
149                   </tr>
150                   <tr>
151                     <th align="right">[% 'Transaction description' | $T8 %]</th>
152                     <td colspan="3"><input name="transaction_description" id="transaction_description" size="35" value="[% HTML.escape(transaction_description) %]"></td>
153                   </tr>
154 [%- IF show_delivery_customer %]
155                   <tr>
156                     <td colspan="4">
157                       <table>
158                         <tr>
159                           <td colspan="2">
160                           <button type="button" onclick="delivery_customer_selection_window('delivery_customer_string','delivery_customer_id')">[% 'Choose Customer' | $T8 %]</button>
161                         </td>
162                           <td colspan="2"><input type="hidden" name="delivery_customer_id" value="[% HTML.escape(delivery_customer_id) %]">
163                           <input size="45" id="delivery_customer_string" name="delivery_customer_string" value="[% HTML.escape(delivery_customer_string) %]"></td>
164                         </tr>
165                         <tr>
166                           <td colspan="2">
167                             <button type="button" onclick="vendor_selection_window('delivery_vendor_string','delivery_vendor_id')">[% 'Choose Vendor' | $T8 %]</button>
168                           </td>
169                           <td colspan="2"><input type="hidden" name="delivery_vendor_id" value="[% HTML.escape(delivery_vendor_id) %]">
170                           <input size="45" id="vendor_string" name="delivery_vendor_string" value="[% HTML.escape(delivery_vendor_string) %]"></td>
171                         </tr>
172                       </table>
173                     </td>
174                   </tr>
175 [%- END %]
176                 </table>
177               </td>
178               <td align="right">
179                 <table>
180               [% openclosed %]
181                   <tr>
182                     <th align="right">[% 'Employee' | $T8 %]</th>
183                     <td>
184                       [% L.select_tag('employee_id', ALL_EMPLOYEES, default=employee_id, title_key='safe_name') %]
185                     </td>
186                   </tr>
187 [%- IF is_sales and ALL_SALESMEN.size %]
188                   <tr>
189                     <th align="right">[% 'Salesman' | $T8 %]</th>
190                     <td>
191                       [% L.select_tag('salesman_id', ALL_SALESMEN, default=(salesman_id ? salesman_id : employee_id), title_key='safe_name') %]
192                     </td>
193                   </tr>
194 [%- END %]
195 [%- IF is_order %]
196                   <tr>
197                     <th width="70%" align="right" nowrap>[% 'Order Number' | $T8 %]</th>
198                     <td><input name="ordnumber" size="11" value="[% HTML.escape(ordnumber) %]"></td>
199                   </tr>
200 [%- END %]
201                   <tr>
202                     <th width="70%" align="right" nowrap>[% IF is_req_quo %][% 'RFQ Number' | $T8 %][% ELSE %][% 'Quotation Number' | $T8 %][% END %]</th>
203                     <td><input name="quonumber" size="11" value="[% HTML.escape(quonumber) %]"></td>
204                   </tr>
205 [%- IF is_order %]
206                   <tr>
207                     <th width="70%" align="right" nowrap>[% 'Customer Order Number' | $T8 %]</th>
208                     <td><input name="cusordnumber" size="11" value="[% HTML.escape(cusordnumber) %]"></td>
209                   </tr>
210 [%- END %]
211                   <tr>
212                     <th align="right" nowrap>
213                      [%- IF is_order %]
214                       [% 'Order Date' | $T8 %]
215                      [%- ELSIF is_req_quo %]
216                       [% 'RFQ Date' | $T8 %]
217                      [%- ELSE %]
218                       [% 'Quotation Date' | $T8 %]
219                      [%- END %]
220                     </th>
221                     <td nowrap>
222                       [% L.date_tag('transdate', transdate, id='transdate') %]
223                     </td>
224                   </tr>
225                   <tr>
226                     <th align="right" nowrap>
227                      [%- IF is_sales_quo %]
228                       [% 'Valid until' | $T8 %]
229                      [%- ELSE %]
230                       [% 'Reqdate' | $T8 %]
231                      [%- END %]
232                     </th>
233                     <td nowrap>
234                       [% L.date_tag('reqdate', reqdate, id='reqdate') %]
235                     </td>
236                   </tr>
237                   [%- IF is_sales_ord %]
238                   <tr>
239                     <th align="right" nowrap>[% 'Insert Date' | $T8 %]</th>
240                     <td>[% insertdate %]</td>
241                   </tr>
242                   [%- END %]
243                   <tr>
244                     <th width="70%" align="right" nowrap>[% 'Project Number' | $T8 %]</th>
245                     <td>
246                       [%- L.select_tag('globalproject_id', ALL_PROJECTS, title_key='projectnumber', default=globalproject_id, with_empty='1', onChange="document.getElementById('update_button').click();") %]
247                     </td>
248                   </tr>
249 [%- IF type == 'sales_quotation' %]
250                   <tr>
251                     <th width="70%" align="right" nowrap>[% 'Order probability' | $T8 %]</th>
252                     <td nowrap>
253                       [%- L.select_tag('order_probability', ORDER_PROBABILITIES, title='title', default=order_probability) %]%
254                     </td>
255                   </tr>
256                   <tr>
257                     <th width="70%" align="right" nowrap>[% 'Expected billing date' | $T8 %]</th>
258                     <td nowrap>
259                       [%- L.date_tag('expected_billing_date', expected_billing_date 'BL') %]
260                     </td>
261                   </tr>
262 [%- END %]
263                 </table>
264               </td>
265             </tr>
266           </table>
267         </td>
268       </tr>