5 [%- SET follow_up_trans_info = invnumber _ ' (' _ customer_name _ ')' %]
 
   6 <script type="text/javascript" src="js/common.js"></script>
 
   7 <script type="text/javascript" src="js/delivery_customer_selection.js"></script>
 
   8 <script type="text/javascript" src="js/vendor_selection.js"></script>
 
   9 <script type="text/javascript" src="js/calculate_qty.js"></script>
 
  10 <script type="text/javascript" src="js/follow_up.js"></script>
 
  11 <script type="text/javascript" src="js/customer_or_vendor_selection.js"></script>
 
  13 <form method="post" name="invoice" action="[% script %]">
 
  15 [%- FOREACH key = HIDDENS %]
 
  16 <input type="hidden" name="[% HTML.escape(key) %]" value="[% HTML.escape($key)  %]">
 
  18 <input type="hidden" name="follow_up_trans_id_1" value="[% id %]">
 
  19 <input type="hidden" name="follow_up_trans_type_1" value="sales_invoice">
 
  20 <input type="hidden" name="follow_up_trans_info_1" value="[% HTML.escape(follow_up_trans_info) %]">
 
  21 <input type="hidden" name="follow_up_rowcount" value="1">
 
  22 <input type="hidden" name="lastmtime" value="[% HTML.escape(lastmtime) %]">
 
  26 <p>[% saved_message %]</p>
 
  28 [%- INCLUDE 'common/flash.html' %]
 
  29 [%- INCLUDE 'generic/set_longdescription.html' %]
 
  31 <div id="is_tabs" class="tabwidget">
 
  33   <li><a href="#ui-tabs-basic-data">[% 'Basic Data' | $T8 %]</a></li>
 
  34 [%- IF INSTANCE_CONF.get_webdav %]
 
  35   <li><a href="#ui-tabs-webdav">[% 'WebDAV' | $T8 %]</a></li>
 
  38   [%- IF AUTH.assert('record_links', 1) %]
 
  39   <li><a href="controller.pl?action=RecordLinks/ajax_list&object_model=Invoice&object_id=[% HTML.url(id) %]">[% 'Linked Records' | $T8 %]</a></li>
 
  41   [%- IF AUTH.assert('invoice_edit', 1) %]
 
  42   <li><a href="[% 'controller.pl?action=AccTrans/list_transactions&trans_id=' _ HTML.url(id) | html %]">[% LxERP.t8('Transactions') %]</a></li>
 
  47 <div id="ui-tabs-basic-data">
 
  53           <th align="right">[% 'Customer' | $T8 %]</th>
 
  55             [%- INCLUDE 'generic/multibox.html'
 
  58                  style         = 'width: 250px',
 
  59                  class         = 'initial_focus',
 
  66                  onChange      = "document.getElementById('update_button').click();" -%]
 
  67             <input type="button" value="[% 'Details (one letter abbreviation)' | $T8 %]" onclick="show_vc_details('[% HTML.escape(vc) %]')">
 
  68           <input type="hidden" name="customer_pricegroup_id" value="[% HTML.escape(customer_pricegroup_id) %]">
 
  69           <input type="hidden" name="customer_id" value="[% HTML.escape(customer_id) %]">
 
  70           <input type="hidden" name="oldcustomer" value="[% HTML.escape(oldcustomer) %]">
 
  71           <input type="hidden" name="selectcustomer" value="[% HTML.escape(selectcustomer) %]">
 
  74 [%- IF ALL_CONTACTS.size %]
 
  76           <th align="right">[% 'Contact Person' | $T8 %]</th>
 
  78             [% 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') %]
 
  82 [%- IF ALL_SHIPTO.size %]
 
  84           <th align="right">[% 'Shipping Address' | $T8 %]</th>
 
  86             [% shiptos = [ [ "", LxERP.t8("No/individual shipping address") ] ] ;
 
  87                L.select_tag('shipto_id', shiptos.import(ALL_SHIPTO), default=shipto_id, value_key='shipto_id', title_key='displayable_id', style='width: 250px') %]
 
  92           <td align="right">[% 'Credit Limit' | $T8 %]</td>
 
  94             [% LxERP.format_amount(creditlimit, 0, '0') %]; [% 'Remaining' | $T8 %]
 
  95             <span class="plus[% IF is_credit_remaining_negativ %]0[% ELSE %]1[% END %]">[% LxERP.format_amount(creditremaining,0 ,'0') %]</span>
 
  98 [%- IF max_dunning_level || dunning_description  %]
 
 100           <th align="right" valign="top">[% LxERP.t8("Dunning status") %]</th>
 
 102            [% IF dunning_description %]
 
 103             <span class="dunned_invoice">[% LxERP.t8("This invoice's dunning level: #1", dunning_description) %]</span>
 
 104             [% IF max_dunning_level %]<br>[% END %]
 
 106            [% IF max_dunning_level %]
 
 107             <span class="customer_dunning_level">
 
 108              [% LxERP.t8("Customer's current maximum dunning level: #1", max_dunning_level) %]
 
 110              [% LxERP.t8("Dunned open amount: #1", LxERP.format_amount(dunning_amount, 2)) %]
 
 116 [%- IF invoice_obj.sepa_exports.as_list.size %]
 
 118           <th align="right">[% LxERP.t8("SEPA exports") %]</th>
 
 120            [% FOREACH export = invoice_obj.sepa_exports.as_list %]
 
 121             <a href="sepa.pl?action=bank_transfer_edit&vc=customer&id=[% HTML.url(export.id) %]">[% HTML.escape(export.id) %]</a>
 
 122             [% UNLESS loop.last %], [% END %]
 
 129           <th align="right">[% 'Customer type' | $T8 %]</th>
 
 130           <td>[% business %]; [% 'Trade Discount' | $T8 %] [% LxERP.format_amount(tradediscount * 100) %] %</td>
 
 134           <th align="right" nowrap>[% 'Record in' | $T8 %]</th>
 
 136             <select name="AR" style="width:250px;">[% selectAR %]</select>
 
 137             <input type="hidden" name="selectAR" value="[% selectAR | html %]">
 
 141           <th align="right">[% 'Steuersatz' | $T8 %]</th>
 
 143             [% L.select_tag('taxzone_id', ( id ? ALL_TAXZONES : ALL_ACTIVE_TAXZONES) , default = taxzone_id, title_key = 'description', disabled = (id ? 1 : 0), style='width: 250px', onchange = "document.getElementById('update_button').click();") %]
 
 145           <input type='hidden' name='taxzone_id' value='[% taxzone_id %]'>
 
 149 [%- IF all_departments %]
 
 151           <th align="right" nowrap>[% 'Department' | $T8 %]</th>
 
 153             [% L.select_tag('department_id', all_departments, default = department_id, title_sub = \department_labels, with_empty = 1, style = 'width:250px') %]
 
 159           <th align="right">[% 'Currency' | $T8 %]</th>
 
 160           <td>[% currencies %]</td>
 
 163         <tr style='display:none'>
 
 165             <input type="hidden" name="fxgain_accno" value="[% fxgain_accno %]">
 
 166             <input type="hidden" name="fxloss_accno" value="[% fxloss_accno %]">
 
 167             <input type="hidden" name="rndgain_accno" value="[% rndgain_accno %]">
 
 168             <input type="hidden" name="rndloss_accno" value="[% rndloss_accno %]">
 
 171 [%- IF show_exchangerate %]
 
 173           <th align="right">[% 'Exchangerate' | $T8 %]</th>
 
 176             [% LxERP.format_amount(exchangerate, 2) %]
 
 178             <input name="exchangerate" size="10" value="[% HTML.escape(LxERP.format_amount(exchangerate)) %]">
 
 184           <th align="right" nowrap>[% 'Shipping Point' | $T8 %]</th>
 
 185           <td colspan="3"><input size='35' name="shippingpoint" value="[% HTML.escape(shippingpoint) %]"></td>
 
 188           <th align="right" nowrap>[% 'Ship via' | $T8 %]</th>
 
 189           <td colspan="3"><input size='35' name="shipvia" value="[% HTML.escape(shipvia) %]"></td>
 
 192           <th align="right">[% 'Transaction description' | $T8 %]</th>
 
 193           <td colspan="3"><input size='35' name="transaction_description" id="transaction_description" value="[% HTML.escape(transaction_description) %]"></td>
 
 197     <td align="right" valign="top">
 
 200           <th align="right">[% 'Employee' | $T8 %]</th>
 
 202             [% L.select_tag('employee_id', ALL_EMPLOYEES, default = employee_id, title_key = 'safe_name') %]
 
 205 [%- IF ALL_SALESMEN.size %]
 
 207           <th align="right">[% 'Salesman' | $T8 %]</th>
 
 209             [% L.select_tag('salesman_id', ALL_SALESMEN, default = (salesman_id ? salesman_id : employee_id), title_key = 'safe_name') %]
 
 214 [%- IF is_type_credit_note %]
 
 216           <th align="right" nowrap>[% 'Credit Note Number' | $T8 %]</th>
 
 217           <td colspan="3"><input size='11' name="invnumber" value="[% HTML.escape(invnumber) %]"></td>
 
 220           <th align="right" nowrap>[% 'Invoice Number' | $T8 %]</th>
 
 221           <td colspan="3"><input size='11' name="invnumber_for_credit_note" value="[% HTML.escape(invnumber_for_credit_note) %]"></td>
 
 224           <th align="right">[% 'Credit Note Date' | $T8 %]</th>
 
 225           <td>[% L.date_tag('invdate', invdate, onchange='kivi.SalesPurchase.set_duedate_on_reference_date_change("invdate")') %]</td>
 
 229           <th align="right" nowrap>[% 'Invoice Number' | $T8 %]</th>
 
 230           <td colspan="3"><input size='11' name="invnumber" value="[% HTML.escape(invnumber) %]"></td>
 
 233           <th align="right">[% 'Invoice Date' | $T8 %]</th>
 
 234           <td>[% L.date_tag('invdate', invdate, onchange='kivi.SalesPurchase.set_duedate_on_reference_date_change("invdate")') %]</td>
 
 237           <th align="right">[% 'Due Date' | $T8 %]</th>
 
 239            <span id="duedate_container"[% IF payment_terms_obj.auto_calculation %] style="display:none"[% END %]>[% L.date_tag('duedate', duedate) %]</span>
 
 240            <span id="duedate_fixed"[% IF !payment_terms_obj.auto_calculation %] style="display:none"[% END %]>[% HTML.escape(duedate) %]</span>
 
 244         <th align="right" nowrap>[% 'Delivery Order Number' | $T8 %]</th>
 
 245           <td colspan="3"><input size='11' name="donumber" value="[% HTML.escape(donumber) %]"></td>
 
 249           <th align="right">[% 'Delivery Date' | $T8 %]</th>
 
 250           <td>[% L.date_tag('deliverydate', deliverydate) %]</td>
 
 253           <th align="right" nowrap>[% 'Order Number' | $T8 %]</th>
 
 254           <td colspan="3"><input size='11' name="ordnumber" value="[% HTML.escape(ordnumber) %]"></td>
 
 257           <th align="right" nowrap>[% 'Order Date' | $T8 %]</th>
 
 258           <td>[% L.date_tag('orddate', orddate) %]</td>
 
 261           <th align="right" nowrap>[% 'Quotation Number' | $T8 %]</th>
 
 262           <td colspan="3"><input size='11' name="quonumber" value="[% HTML.escape(quonumber) %]"></td>
 
 265           <th align="right" nowrap>[% 'Quotation Date' | $T8 %]</th>
 
 266           <td>[% L.date_tag('quodate', quodate) %]</td>
 
 269           <th align="right" nowrap>[% 'Customer Order Number' | $T8 %]</th>
 
 270           <td colspan="3"><input size='11' name="cusordnumber" value="[% HTML.escape(cusordnumber) %]"></td>
 
 273           <th align="right" nowrap>[% 'Project Number' | $T8 %]</th>
 
 275             [%- L.select_tag('globalproject_id', ALL_PROJECTS, title_key = 'projectnumber', default = globalproject_id, with_empty = '1', onChange = "document.getElementById('update_button').click();") %]
 
 281   <tr style='display:none'>
 
 283       <input type="hidden" name="webdav" value="[% webdav %]">
 
 288   <script type="text/javascript" src="js/show_form_details.js"></script>
 
 289   <script type="text/javascript" src="js/show_vc_details.js"></script>
 
 290   <script type="text/javascript" src="js/show_history.js"></script>
 
 291   <script type="text/javascript">
 
 293      $('document').ready(function(){
 
 294 [% IF resubmit && is_format_html %]
 
 295        window.open('about:blank','Beleg');
 
 296        document.invoice.target = 'Beleg';
 
 297        $('#action_print').click();
 
 299        $('#action_print').click();
 
 300 [% ELSIF creditwarning != '' %]
 
 301        alert('[% 'Credit Limit exceeded!!!' | $T8 %]');