-
-
-
- | [% IF vc == 'customer' %][% 'Customer' | $T8 %][% ELSE %][% 'Vendor' | $T8 %][% 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,
- allow_textbox = 1,
- onChange = "document.getElementById('update_button').click();" -%]
-
- |
-
-[%- IF ALL_CONTACTS.size %]
-
- | [% 'Contact Person' | $T8 %] |
-
- [% 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') %]
- |
-
-[%- END %]
-[%- IF ALL_SHIPTO.size %]
-
- | [% 'Shipping Address' | $T8 %] |
-
- [% 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();") %]
- |
-
-[%- END %]
-[%- IF is_order %]
-
- | [% 'Credit Limit' | $T8 %] |
- [% LxERP.format_amount(creditlimit, 0) %]; [% 'Remaining' | $T8 %] [% LxERP.format_amount(creditremaining, 0) %] |
-
-[%- END %]
-[%- IF business %]
-
- | [% business_label %] |
- [% HTML.escape(business) %]; [% 'Trade Discount' | $T8 %] [% LxERP.format_percent(tradediscount) %] % |
-
-[%- END %]
-[%- IF max_dunning_level %]
-
- | [% 'Max. Dunning Level' | $T8 %]: |
-
- [% HTML.escape(max_dunning_level) %];
- [% 'Dunning Amount' | $T8 %]: [% LxERP.format_amount(dunning_amount, 2) %]
- |
-
-[%- END %]
-
- | [% 'Steuersatz' | $T8 %] |
-
- [% L.select_tag('taxzone_id', L.options_for_select(ALL_TAXZONES, default=taxzone_id, title='description'), style='width: 250px') %]
- |
-
-[%- IF ALL_DEPARTMENTS %]
-
- | [% 'Department' | $T8 %] |
-
- [% L.select_tag('department_id', L.options_for_select(ALL_DEPARTMENTS, default=department_id, title_sub=\department_labels, with_empty=1), style='width:250px') %]
- |
-
-[%- END %]
-[%- IF currencies %]
-
- | [% 'Currency' | $T8 %] |
- [% currencies %] |
-
-[%- END %]
-[%- IF show_exchangerate %]
-
- | [% 'Exchangerate' | $T8 %] |
-
- [%- IF forex %]
- [% LxERP.format_amount(exchangerate, 2) %]
- [%- ELSE %]
-
- [%- END %]
- |
-
-[%- END %]
-
- | [% 'Shipping Point' | $T8 %] |
- |
-
-
- | [% 'Ship via' | $T8 %] |
- |
-
-
- | [% 'Transaction description' | $T8 %] |
- |
-
-[%- IF show_delivery_customer %]
-
- |
-
- |
-
-[%- END %]
-
- |
-
-
- [% openclosed %]
-
- | [% 'Employee' | $T8 %] |
-
- [% L.select_tag('employee_id', L.options_for_select(ALL_EMPLOYEES, default=employee_id, title_sub=\sales_employee_labels)) %]
- |
-
-[%- IF is_sales and ALL_SALESMEN.size %]
-
- | [% 'Salesman' | $T8 %] |
-
- [% L.select_tag('salesman_id', L.options_for_select(ALL_SALESMEN, default=(salesman_id ? salesman_id : employee_id), title_sub=\sales_employee_labels)) %]
- |
-
-[%- END %]
-[%- IF is_order %]
-
- | [% 'Order Number' | $T8 %] |
- |
-
-[%- END %]
-
- | [% IF is_req_quo %][% 'RFQ Number' | $T8 %][% ELSE %][% 'Quotation Number' | $T8 %][% END %] |
- |
-
-[%- IF is_order %]
-
- | [% 'Customer Order Number' | $T8 %] |
- |
-
-[%- END %]
-
- |
- [%- IF is_order %]
- [% 'Order Date' | $T8 %]
- [%- ELSIF is_req_quo %]
- [% 'RFQ Date' | $T8 %]
- [%- ELSE %]
- [% 'Quotation Date' | $T8 %]
- [%- END %]
- |
-
-
-
- |
-
-
- |
- [%- IF is_sales_quo %]
- [% 'Valid until' | $T8 %]
- [%- ELSE %]
- [% 'Required by' | $T8 %]
- [%- END %]
- |
-
-
-
- |
-
-
- | [% 'Project Number' | $T8 %] |
-
- [%- 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();") %]
- |
-
-
- |
-
-