4 [%- USE L %][%- USE P -%]
 
   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) %]"
 
  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") %]
 
  18 [%- FOREACH row = HIDDENS %]
 
  19    <input type="hidden" name="[% HTML.escape(row.name) %]" id="[% HTML.escape(row.name) %]" value="[% HTML.escape(row.value) %]" >
 
  22     <input type="hidden" name="convert_from_oe_ids" value="[% HTML.escape(convert_from_oe_ids) %]">
 
  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) %]">
 
  32 [%- INCLUDE 'common/flash.html' %]
 
  33 [%- INCLUDE 'generic/set_longdescription.html' %]
 
  35     <div id="oe_tabs" class="tabwidget">
 
  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>
 
  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>
 
  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>
 
  50      <div id="ui-tabs-basic-data">
 
  60                     <th align="right">[% IF vc == 'customer' %][% 'Customer' | $T8 %][% ELSE %][% 'Vendor' | $T8 %][% END %]</th>
 
  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) %]
 
  68 [%- IF ALL_CONTACTS.size %]
 
  70                     <th align="right">[% 'Contact Person' | $T8 %]</th>
 
  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') %]
 
  77                     <th align="right">[% 'Shipping Address' | $T8 %]</th>
 
  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') %]
 
  83                       [% L.button_tag("kivi.SalesPurchase.edit_custom_shipto()", LxERP.t8("Custom shipto")) %]
 
  88                     <td align="right">[% 'Credit Limit' | $T8 %]</td>
 
  89                     <td>[% LxERP.format_amount(creditlimit, 0) %]; [% 'Remaining' | $T8 %] <span class="plus[% is_credit_remaining_negativ %]">[% LxERP.format_amount(creditremaining, 0) %]</span></td>
 
  94                     <th align="right">[% business_label %]</th>
 
  95                     <td>[% HTML.escape(business) %]; [% 'Trade Discount' | $T8 %] [% LxERP.format_percent(tradediscount) %] %</td>
 
  98 [%- IF max_dunning_level %]
 
 100                     <th align="right">[% 'Max. Dunning Level' | $T8 %]:</th>
 
 102                       <b>[% HTML.escape(max_dunning_level) %]</b>;
 
 103                       [% 'Dunning Amount' | $T8 %]: <b>[% LxERP.format_amount(dunning_amount, 2) %]</b>
 
 108                     <th align="right">[% 'Steuersatz' | $T8 %]</th>
 
 110                       [% L.select_tag('taxzone_id', ( id ? ALL_TAXZONES : ALL_ACTIVE_TAXZONES), default=taxzone_id, title_key='description', style='width: 250px') %]
 
 113 [%- IF ALL_LANGUAGES.size %]
 
 115                     <th align="right" nowrap>[% 'Language' | $T8 %]</th>
 
 117                       [% L.select_tag('language_id', ALL_LANGUAGES, default=language_id, title_key = 'description', with_empty=1, style='width:250px') %]
 
 121 [%- IF ALL_DEPARTMENTS.size %]
 
 123                     <th align="right" nowrap>[% 'Department' | $T8 %]</th>
 
 125                       [% L.select_tag('department_id', ALL_DEPARTMENTS, default=department_id, title_key = 'description', with_empty=1, style='width:250px') %]
 
 130                     <th align="right">[% 'Currency' | $T8 %]</th>
 
 131                     <td>[% L.select_tag("currency", ALL_CURRENCIES, value_key="name", default=currency, onchange="document.getElementById('update_button').click();") %]</td>
 
 133 [%- IF show_exchangerate %]
 
 135                     <th align="right">[% 'Exchangerate' | $T8 %]</th>
 
 138                       [% LxERP.format_amount(exchangerate, 5) %]
 
 140                       <input name="exchangerate" size="10" value="[% HTML.escape(LxERP.format_amount(exchangerate)) %]">
 
 146                     <th align="right">[% 'Shipping Point' | $T8 %]</th>
 
 147                     <td colspan="3"><input name="shippingpoint" size="35" value="[% HTML.escape(shippingpoint) %]"></td>
 
 150                     <th align="right">[% 'Ship via' | $T8 %]</th>
 
 151                     <td colspan="3"><input name="shipvia" size="35" value="[% HTML.escape(shipvia) %]"></td>
 
 154                     <th align="right">[% 'Transaction description' | $T8 %]</th>
 
 155                     <td colspan="3">[% L.input_tag("transaction_description", transaction_description, size=35, "data-validate"=INSTANCE_CONF.get_require_transaction_description_ps ? 'required' : '') %]</td>
 
 157 [%- IF show_delivery_customer %]
 
 163                           <button type="button" onclick="delivery_customer_selection_window('delivery_customer_string','delivery_customer_id')">[% 'Choose Customer' | $T8 %]</button>
 
 165                           <td colspan="2"><input type="hidden" name="delivery_customer_id" value="[% HTML.escape(delivery_customer_id) %]">
 
 166                           <input size="45" id="delivery_customer_string" name="delivery_customer_string" value="[% HTML.escape(delivery_customer_string) %]"></td>
 
 170                             <button type="button" onclick="vendor_selection_window('delivery_vendor_string','delivery_vendor_id')">[% 'Choose Vendor' | $T8 %]</button>
 
 172                           <td colspan="2"><input type="hidden" name="delivery_vendor_id" value="[% HTML.escape(delivery_vendor_id) %]">
 
 173                           <input size="45" id="vendor_string" name="delivery_vendor_string" value="[% HTML.escape(delivery_vendor_string) %]"></td>
 
 185                     <th align="right">[% 'Employee' | $T8 %]</th>
 
 187                       [% L.select_tag('employee_id', ALL_EMPLOYEES, default=employee_id, title_key='safe_name') %]
 
 190 [%- IF is_sales and ALL_SALESMEN.size %]
 
 192                     <th align="right">[% 'Salesman' | $T8 %]</th>
 
 194                       [% L.select_tag('salesman_id', ALL_SALESMEN, default=(salesman_id ? salesman_id : employee_id), title_key='safe_name') %]
 
 200                     <th width="70%" align="right" nowrap>[% 'Order Number' | $T8 %]</th>
 
 201                     <td><input name="ordnumber" id="ordnumber" size="11" value="[% HTML.escape(ordnumber) %]"></td>
 
 205                     <th width="70%" align="right" nowrap>[% IF is_req_quo %][% 'RFQ Number' | $T8 %][% ELSE %][% 'Quotation Number' | $T8 %][% END %]</th>
 
 206                     <td><input name="quonumber" id="quonumber" size="11" value="[% HTML.escape(quonumber) %]"></td>
 
 210                     <th width="70%" align="right" nowrap>[% 'Customer Order Number' | $T8 %]</th>
 
 211                     <td><input name="cusordnumber" id="cusordnumber" size="11" value="[% HTML.escape(cusordnumber) %]"></td>
 
 215                     <th align="right" nowrap>
 
 217                       [% 'Order Date' | $T8 %]
 
 218                      [%- ELSIF is_req_quo %]
 
 219                       [% 'RFQ Date' | $T8 %]
 
 221                       [% 'Quotation Date' | $T8 %]
 
 225                       [% L.date_tag('transdate', transdate, id='transdate') %]
 
 229                     <th align="right" nowrap>[% LxERP.t8('Tax point') %]</th>
 
 230                     <td nowrap>[% L.date_tag('tax_point', tax_point, id='tax_point') %]</td>
 
 233                     <th align="right" nowrap>
 
 234                      [%- IF is_sales_quo %]
 
 235                       [% 'Valid until' | $T8 %]
 
 237                       [% 'Reqdate' | $T8 %]
 
 241                       [% L.date_tag('reqdate', reqdate, id='reqdate') %]
 
 244                   [%- IF is_sales_ord %]
 
 246                     <th align="right" nowrap>[% 'Insert Date' | $T8 %]</th>
 
 247                     <td>[% oe_obj.itime_as_date %]</td>
 
 251                     <th width="70%" align="right" nowrap>[% 'Project Number' | $T8 %]</th>
 
 253                       [%- L.select_tag('globalproject_id', ALL_PROJECTS, title_key='projectnumber', default=globalproject_id, with_empty='1', onChange="document.getElementById('update_button').click();") %]
 
 256 [%- IF type == 'sales_quotation' %]
 
 258                     <th width="70%" align="right" nowrap>[% 'Order probability' | $T8 %]</th>
 
 260                       [%- L.select_tag('order_probability', ORDER_PROBABILITIES, title='title', default=order_probability) %]%
 
 264                     <th width="70%" align="right" nowrap>[% 'Expected billing date' | $T8 %]</th>
 
 266                       [%- L.date_tag('expected_billing_date', expected_billing_date) %]