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">
25 <p>[% saved_message %]</p>
27 [%- PROCESS 'common/flash.html' %]
28 [%- INCLUDE 'generic/set_longdescription.html' %]
30 <div class="tabwidget">
32 <li><a href="#ui-tabs-basic-data">[% 'Basic Data' | $T8 %]</a></li>
33 [%- IF INSTANCE_CONF.get_webdav %]
34 <li><a href="#ui-tabs-webdav">[% 'WebDAV' | $T8 %]</a></li>
37 <li><a href="controller.pl?action=RecordLinks/ajax_list&object_model=Invoice&object_id=[% HTML.url(id) %]">[% 'Linked Records' | $T8 %]</a></li>
41 <div id="ui-tabs-basic-data">
47 <th align="right">[% 'Customer' | $T8 %]</th>
49 [%- INCLUDE 'generic/multibox.html'
52 style = 'width: 250px',
53 class = 'initial_focus',
60 onChange = "document.getElementById('update_button').click();" -%]
61 <input type="button" value="[% 'Details (one letter abbreviation)' | $T8 %]" onclick="show_vc_details('[% HTML.escape(vc) %]')">
62 <input type="hidden" name="customer_klass" value="[% HTML.escape(customer_klass) %]">
63 <input type="hidden" name="customer_id" value="[% HTML.escape(customer_id) %]">
64 <input type="hidden" name="oldcustomer" value="[% HTML.escape(oldcustomer) %]">
65 <input type="hidden" name="selectcustomer" value="[% HTML.escape(selectcustomer) %]">
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') %]
76 [%- IF ALL_SHIPTO.size %]
78 <th align="right">[% 'Shipping Address' | $T8 %]</th>
80 [% L.select_tag('shipto_id', ALL_SHIPTO, default = shipto_id, value_key = 'shipto_id', title_key = 'displayable_id', with_empty = 1, style='width: 250px', onChange = "document.getElementById('update_button').click();") %]
85 <td align="right">[% 'Credit Limit' | $T8 %]</td>
87 [% LxERP.format_amount(creditlimit, 0, '0') %]; [% 'Remaining' | $T8 %]
88 <span class="plus[% IF is_credit_remaining_negativ %]0[% ELSE %]1[% END %]">[% LxERP.format_amount(creditremaining,0 ,'0') %]</span>
91 [%- IF max_dunning_level %]
93 <th align="right">[% 'Max. Dunning Level' | $T8 %]:</th>
95 <b>[% max_dunning_level %]</b>; [% 'Dunning Amount' | $T8 %]: <b>[% LxERP.format_amount(dunning_amount,2) %]</b>
101 <th align="right">[% 'Customer type' | $T8 %]</th>
102 <td>[% business %]; [% 'Trade Discount' | $T8 %] [% LxERP.format_amount(tradediscount * 100) %] %</td>
106 <th align="right" nowrap>[% 'Record in' | $T8 %]</th>
108 <select name="AR" style="width:250px;">[% selectAR %]</select>
109 <input type="hidden" name="selectAR" value="[% selectAR | html %]">
113 <th align="right">[% 'Steuersatz' | $T8 %]</th>
115 [% L.select_tag('taxzone_id', ALL_TAXZONES, default = taxzone_id, title_key = 'description', disabled = (id ? 1 : 0), style='width: 250px', onchange = "document.getElementById('update_button').click();") %]
117 <input type='hidden' name='taxzone_id' value='[% taxzone_id %]'>
121 [%- IF all_departments %]
123 <th align="right" nowrap>[% 'Department' | $T8 %]</th>
125 [% L.select_tag('department_id', all_departments, default = department_id, title_sub = \department_labels, with_empty = 1, style = 'width:250px') %]
131 <th align="right">[% 'Currency' | $T8 %]</th>
132 <td>[% currencies %]</td>
135 <tr style='display:none'>
137 <input type="hidden" name="fxgain_accno" value="[% fxgain_accno %]">
138 <input type="hidden" name="fxloss_accno" value="[% fxloss_accno %]">
141 [%- IF show_exchangerate %]
143 <th align="right">[% 'Exchangerate' | $T8 %]</th>
146 [% LxERP.format_amount(exchangerate, 2) %]
148 <input name="exchangerate" size="10" value="[% HTML.escape(LxERP.format_amount(exchangerate)) %]">
154 <th align="right" nowrap>[% 'Shipping Point' | $T8 %]</th>
155 <td colspan="3"><input size='35' name="shippingpoint" value="[% HTML.escape(shippingpoint) %]"></td>
158 <th align="right" nowrap>[% 'Ship via' | $T8 %]</th>
159 <td colspan="3"><input size='35' name="shipvia" value="[% HTML.escape(shipvia) %]"></td>
162 <th align="right">[% 'Transaction description' | $T8 %]</th>
163 <td colspan="3"><input size='35' name="transaction_description" value="[% HTML.escape(transaction_description) %]"></td>
167 <td align="right" valign="top">
170 <th align="right">[% 'Employee' | $T8 %]</th>
172 [% L.select_tag('employee_id', ALL_EMPLOYEES, default = employee_id, title_key = 'safe_name') %]
175 [%- IF ALL_SALESMEN.size %]
177 <th align="right">[% 'Salesman' | $T8 %]</th>
179 [% L.select_tag('salesman_id', ALL_SALESMEN, default = (salesman_id ? salesman_id : employee_id), title_key = 'safe_name') %]
184 [%- IF is_type_credit_note %]
186 <th align="right" nowrap>[% 'Credit Note Number' | $T8 %]</th>
187 <td colspan="3"><input size='11' name="invnumber" value="[% HTML.escape(invnumber) %]"></td>
190 <th align="right" nowrap>[% 'Invoice Number' | $T8 %]</th>
191 <td colspan="3"><input size='11' name="invnumber_for_credit_note" value="[% HTML.escape(invnumber_for_credit_note) %]"></td>
194 <th align="right">[% 'Credit Note Date' | $T8 %]</th>
195 <td>[% L.date_tag('invdate', invdate, onchange='set_duedate()') %]</td>
199 <th align="right" nowrap>[% 'Invoice Number' | $T8 %]</th>
200 <td colspan="3"><input size='11' name="invnumber" value="[% HTML.escape(invnumber) %]"></td>
203 <th align="right">[% 'Invoice Date' | $T8 %]</th>
204 <td>[% L.date_tag('invdate', invdate, onchange='set_duedate()') %]</td>
207 <th align="right">[% 'Due Date' | $T8 %]</th>
208 <td>[% L.date_tag('duedate', duedate) %]</td>
211 <th align="right" nowrap>[% 'Delivery Order Number' | $T8 %]</th>
212 <td colspan="3"><input size='11' name="donumber" value="[% HTML.escape(donumber) %]"></td>
216 <th align="right">[% 'Delivery Date' | $T8 %]</th>
217 <td>[% L.date_tag('deliverydate', deliverydate) %]</td>
220 <th align="right" nowrap>[% 'Order Number' | $T8 %]</th>
221 <td colspan="3"><input size='11' name="ordnumber" value="[% HTML.escape(ordnumber) %]"></td>
224 <th align="right" nowrap>[% 'Order Date' | $T8 %]</th>
225 <td>[% L.date_tag('orddate', orddate) %]</td>
228 <th align="right" nowrap>[% 'Quotation Number' | $T8 %]</th>
229 <td colspan="3"><input size='11' name="quonumber" value="[% HTML.escape(quonumber) %]"></td>
232 <th align="right" nowrap>[% 'Quotation Date' | $T8 %]</th>
233 <td>[% L.date_tag('quodate', quodate) %]</td>
236 <th align="right" nowrap>[% 'Customer Order Number' | $T8 %]</th>
237 <td colspan="3"><input size='11' name="cusordnumber" value="[% HTML.escape(cusordnumber) %]"></td>
240 <th align="right" nowrap>[% 'Project Number' | $T8 %]</th>
242 [%- L.select_tag('globalproject_id', ALL_PROJECTS, title_key = 'projectnumber', default = globalproject_id, with_empty = '1', onChange = "document.getElementById('update_button').click();") %]
248 <tr style='display:none'>
250 <input type="hidden" name="webdav" value="[% webdav %]">
255 <script type="text/javascript" src="js/show_form_details.js"></script>
256 <script type="text/javascript" src="js/show_vc_details.js"></script>
257 <script type="text/javascript" src="js/show_history.js"></script>
258 <script type="text/javascript">
260 $('document').ready(function(){
261 [% IF resubmit && is_format_html %]
262 window.open('about:blank','Beleg');
263 document.invoice.target = 'Beleg';
264 document.invoice.submit();
266 document.invoice.submit();
267 [% ELSIF creditwarning != '' %]
268 alert('[% 'Credit Limit exceeded!!!' | $T8 %]');
272 function set_duedate() {
274 url: 'is.pl?action=set_duedate',
276 invdate: $('#invdate').val(),
277 payment_id: $('#payment_id').val(),
280 success: function (data) { $('#duedate').val(data); }