[%- USE HTML %] [%- USE LxERP %]
[%- FOREACH row = HIDDENS %] [%- END %]
[% title %]
[% jsscript %]
[%- IF ALL_CONTACTS.size %] [%- END %] [%- IF ALL_SHIPTO.size %] [%- END %] [%- IF is_order %] [%- END %] [%- IF business %] [%- END %] [%- IF max_dunning_level %] [%- END %] [%- IF ALL_DEPARTMENTS %] [%- END %] [%- IF currencies %] [%- END %] [%- IF show_exchangerate %] [%- END %] [%- IF is_sales %] [%- END %] [%- IF show_delivery_customer %] [%- END %]
[% IF vc == 'customer' %]Customer[% ELSE %]Vendor[% END %] [%- INCLUDE 'generic/multibox.html' name = vc, style = 'width: 250px', DATA = vc == 'customer' ? ALL_CUSTOMERS : ALL_VENDORS, id_sub = 'vc_keys', label_key = 'name', select = vc_select, limit = vclimit, onChange = "document.getElementById('update_button').click();" -%]
Contact Person [%- INCLUDE 'generic/multibox.html' name = 'cp_id', style = 'width: 250px', DATA = ALL_CONTACTS, id_key = 'cp_id', label_sub = 'contact_labels', show_empty = 1 -%]
Shipping Address [%- INCLUDE 'generic/multibox.html' name = 'shipto_id', style = 'width: 250px', DATA = ALL_SHIPTO, id_key = 'shipto_id', label_sub = 'shipto_labels', show_empty = 1, onChange = "document.getElementById('update_button').click();" -%]
Credit Limit [% LxERP.format_amount(creditlimit, 0) %]; Remaining [% LxERP.format_amount(creditremaining, 0) %]
[% business_label %] [% HTML.escape(business) %]; Trade Discount [% LxERP.format_percent(tradediscount) %] %
Max. Dunning Level: [% HTML.escape(max_dunning_level) %]; Dunning Amount: [% LxERP.format_amount(dunning_amount, 2) %]
Steuersatz [%- INCLUDE 'generic/multibox.html' name = 'taxzone_id', style = 'width: 250px', DATA = ALL_TAXZONES, id_key = 'id', label_key = 'description' -%]
Department [%- INCLUDE 'generic/multibox.html' name = 'department_id', style = 'width: 250px', DATA = ALL_DEPARTMENTS, id_key = 'id', label_sub = 'department_labels', show_empty = 1 -%]
Currency [% currencies %]
Exchangerate [%- IF forex %] [% LxERP.format_amount(exchangerate, 2) %] [%- ELSE %] [%- END %]
Motiv
Shipping Point
Ship via
Transaction description
[% openclosed %] [%- IF is_sales and ALL_SALESMEN.size %] [%- END %] [%- IF is_order %] [%- END %] [%- IF is_order %] [%- END %] [% button1 %] [% button2 %]
Employee [%- INCLUDE 'generic/multibox.html' name = 'employee_id', DATA = ALL_EMPLOYEES, id_key = 'id', label_sub = 'sales_employee_labels' -%]
Salesman [%- INCLUDE 'generic/multibox.html' name = 'salesman_id', default = salesman_id ? salesman_id : employee_id, DATA = ALL_SALESMEN, id_key = 'id', label_sub = 'sales_employee_labels' -%]
Order Number
[% IF is_req_quo %]RFQ Number[% ELSE %]Quotation Number[% END %]
Customer Order Number
[%- IF is_order %] Order Date [%- ELSE %] Quotation Date [%- END %]
[%- IF is_sales_quo %] Valid until [%- ELSE %] Required by [%- END %]
Project Number [%- INCLUDE 'generic/multibox.html' name = 'globalproject_id', DATA = ALL_PROJECTS, id_key = 'id', label_key = 'projectnumber', show_empty = 1, onChange = "document.getElementById('update_button').click();" -%]