7 <form method="post" name="oe" action="[% script %]">
9 <script type="text/javascript" src="js/common.js"></script>
10 <script type="text/javascript" src="js/delivery_customer_selection.js"></script>
11 <script type="text/javascript" src="js/vendor_selection.js"></script>
12 <script type="text/javascript" src="js/calculate_qty.js"></script>
13 <script type="text/javascript" src="js/customer_or_vendor_selection.js"></script>
14 <script type="text/javascript" src="js/follow_up.js"></script>
15 [%- IF is_sales_ord %]
16 [% L.javascript_tag("js/edit_periodic_invoices_config") %]
19 [%- FOREACH row = HIDDENS %]
20 <input type="hidden" name="[% HTML.escape(row.name) %]" value="[% HTML.escape(row.value) %]" >
23 <input type="hidden" name="convert_from_oe_ids" value="[% HTML.escape(convert_from_oe_ids) %]">
25 <input type="hidden" name="follow_up_trans_id_1" value="[% HTML.escape(id) %]">
26 <input type="hidden" name="follow_up_trans_type_1" value="[% HTML.escape(type) %]">
27 <input type="hidden" name="follow_up_trans_info_1" value="[% HTML.escape(follow_up_trans_info) %]">
28 <input type="hidden" name="follow_up_rowcount" value="1">
30 [%# in case of resubmits, restore enough information for dispatcher to work %]
31 [% L.hidden_tag('action_' _ dispatched_action, 1) %]
34 <div class="listtop">[% title %]</div>
36 [%- INCLUDE 'common/flash.html' %]
47 <th align="right">[% IF vc == 'customer' %][% 'Customer' | $T8 %][% ELSE %][% 'Vendor' | $T8 %][% END %]</th>
49 [%- INCLUDE 'generic/multibox.html'
51 style = 'width: 250px',
52 DATA = vc == 'customer' ? ALL_CUSTOMERS : ALL_VENDORS,
58 onChange = "document.getElementById('update_button').click();" -%]
59 <input type="button" value="[% 'Details (one letter abbreviation)' | $T8 %]" onclick="show_vc_details('[% HTML.escape(vc) %]')">
62 [%- IF ALL_CONTACTS.size %]
64 <th align="right">[% 'Contact Person' | $T8 %]</th>
66 [% L.select_tag('cp_id', L.options_for_select(ALL_CONTACTS, default=cp_id, value='cp_id', title_sub=\contact_labels, with_empty=1), style='width: 250px') %]
70 [%- IF ALL_SHIPTO.size %]
72 <th align="right">[% 'Shipping Address' | $T8 %]</th>
74 [% L.select_tag('shipto_id', L.options_for_select(ALL_SHIPTO, default=shipto_id, value='shipto_id', title_sub=\shipto_labels, with_empty=1), style='width: 250px', onChange="document.getElementById('update_button').click();") %]
80 <td align="right">[% 'Credit Limit' | $T8 %]</td>
81 <td>[% LxERP.format_amount(creditlimit, 0) %]; [% 'Remaining' | $T8 %] <span class="plus[% is_credit_remaining_negativ %]">[% LxERP.format_amount(creditremaining, 0) %]</span></td>
86 <th align="right">[% business_label %]</th>
87 <td>[% HTML.escape(business) %]; [% 'Trade Discount' | $T8 %] [% LxERP.format_percent(tradediscount) %] %</td>
90 [%- IF max_dunning_level %]
92 <th align="right">[% 'Max. Dunning Level' | $T8 %]:</th>
94 <b>[% HTML.escape(max_dunning_level) %]</b>;
95 [% 'Dunning Amount' | $T8 %]: <b>[% LxERP.format_amount(dunning_amount, 2) %]</b>
100 <th align="right">[% 'Steuersatz' | $T8 %]</th>
102 [% L.select_tag('taxzone_id', L.options_for_select(ALL_TAXZONES, default=taxzone_id, title='description'), style='width: 250px') %]
105 [%- IF ALL_DEPARTMENTS %]
107 <th align="right" nowrap>[% 'Department' | $T8 %]</th>
109 [% L.select_tag('department_id', L.options_for_select(ALL_DEPARTMENTS, default=department_id, title_sub=\department_labels, with_empty=1), style='width:250px') %]
116 <th align="right">[% 'Currency' | $T8 %]</th>
117 <td>[% currencies %]</td>
120 [%- IF show_exchangerate %]
122 <th align="right">[% 'Exchangerate' | $T8 %]</th>
125 [% LxERP.format_amount(exchangerate, 2) %]
127 <input name="exchangerate" size="10" value="[% HTML.escape(LxERP.format_amount(exchangerate)) %]">
133 <th align="right">[% 'Shipping Point' | $T8 %]</th>
134 <td colspan="3"><input name="shippingpoint" size="35" value="[% HTML.escape(shippingpoint) %]"></td>
137 <th align="right">[% 'Ship via' | $T8 %]</th>
138 <td colspan="3"><input name="shipvia" size="35" value="[% HTML.escape(shipvia) %]"></td>
141 <th align="right">[% 'Transaction description' | $T8 %]</th>
142 <td colspan="3"><input name="transaction_description" size="35" value="[% HTML.escape(transaction_description) %]"></td>
144 [%- IF show_delivery_customer %]
150 <button type="button" onclick="delivery_customer_selection_window('delivery_customer_string','delivery_customer_id')">[% 'Choose Customer' | $T8 %]</button>
152 <td colspan="2"><input type="hidden" name="delivery_customer_id" value="[% HTML.escape(delivery_customer_id) %]">
153 <input size="45" id="delivery_customer_string" name="delivery_customer_string" value="[% HTML.escape(delivery_customer_string) %]"></td>
157 <button type="button" onclick="vendor_selection_window('delivery_vendor_string','delivery_vendor_id')">[% 'Choose Vendor' | $T8 %]</button>
159 <td colspan="2"><input type="hidden" name="delivery_vendor_id" value="[% HTML.escape(delivery_vendor_id) %]">
160 <input size="45" id="vendor_string" name="delivery_vendor_string" value="[% HTML.escape(delivery_vendor_string) %]"></td>
172 <th align="right">[% 'Employee' | $T8 %]</th>
174 [% L.select_tag('employee_id', L.options_for_select(ALL_EMPLOYEES, default=employee_id, title_sub=\sales_employee_labels)) %]
177 [%- IF is_sales and ALL_SALESMEN.size %]
179 <th align="right">[% 'Salesman' | $T8 %]</th>
181 [% L.select_tag('salesman_id', L.options_for_select(ALL_SALESMEN, default=(salesman_id ? salesman_id : employee_id), title_sub=\sales_employee_labels)) %]
187 <th width="70%" align="right" nowrap>[% 'Order Number' | $T8 %]</th>
188 <td><input name="ordnumber" size="11" value="[% HTML.escape(ordnumber) %]"></td>
192 <th width="70%" align="right" nowrap>[% IF is_req_quo %][% 'RFQ Number' | $T8 %][% ELSE %][% 'Quotation Number' | $T8 %][% END %]</th>
193 <td><input name="quonumber" size="11" value="[% HTML.escape(quonumber) %]"></td>
197 <th width="70%" align="right" nowrap>[% 'Customer Order Number' | $T8 %]</th>
198 <td><input name="cusordnumber" size="11" value="[% HTML.escape(cusordnumber) %]"></td>
202 <th align="right" nowrap>
204 [% 'Order Date' | $T8 %]
205 [%- ELSIF is_req_quo %]
206 [% 'RFQ Date' | $T8 %]
208 [% 'Quotation Date' | $T8 %]
212 <input name=transdate id=transdate size=11 title="[% HTML.escape(dateformat) %]" value="[% transdate %]" onBlur="check_right_date_format(this)">
213 <input type=button name=transdate id="trigger1" value="[% 'button' | $T8 %]">
217 <th align="right" nowrap>
218 [%- IF is_sales_quo %]
219 [% 'Valid until' | $T8 %]
221 [% 'Required by' | $T8 %]
225 <input name=reqdate id=reqdate size=11 title="[% HTML.escape(dateformat) %]" value="[% reqdate %]" onBlur="check_right_date_format(this)">
226 <input type=button name=reqdate id="trigger2" value="[% 'button' | $T8 %]">
230 <th width="70%" align="right" nowrap>[% 'Project Number' | $T8 %]</th>
232 [%- L.select_tag('globalproject_id', L.options_for_select(ALL_PROJECTS, title='projectnumber', default=globalproject_id, with_empty='1'), onChange="document.getElementById('update_button').click();") %]
242 <script type="text/javascript">
244 Calendar.setup({ inputField : "transdate", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger1" });
245 Calendar.setup({ inputField : "reqdate", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger2" });
247 $('document').ready(function(){
248 setupDateFormat('[% dateformat %]', '[% 'Falsches Datumsformat!' | $T8 %]');
249 setupPoints('[% numberformat %]', '[% 'wrongformat' | $T8 %]');