- [% 'Basic Data' | $T8 %]
+[% IF email_attachment_id || workflow_email_attachment_id %]
+ - [% 'Email Attachment Preview' | $T8 %]
+[% END %]
[%- IF INSTANCE_CONF.get_webdav %]
- [% 'WebDAV' | $T8 %]
[%- END %]
[%- IF id %]
[%- IF INSTANCE_CONF.get_doc_storage %]
- - [% 'Documents' | $T8 %]
- - [% 'Attachments' | $T8 %]
+ - [% 'Documents' | $T8 %]
+ - [% 'Attachments' | $T8 %]
[%- END %]
[%- IF AUTH.assert('record_links', 1) %]
- [% 'Linked Records' | $T8 %]
@@ -54,8 +73,8 @@
| [% 'Customer' | $T8 %] |
- [% P.customer_vendor_picker("customer_id", customer_id, type="customer", style="width: 250px", class="initial_focus", onchange="\$('#update_button').click()") %]
- [% L.button_tag("show_vc_details('customer')", LxERP.t8('Details (one letter abbreviation)')) %]
+ [% P.customer_vendor.picker("customer_id", customer_id, type="customer", style="width: 250px", class="initial_focus",
+ show_details="1") %]
[% L.hidden_tag("previous_customer_id", customer_id) %]
[% L.hidden_tag("customer_pricegroup_id", customer_pricegroup_id) %]
|
@@ -78,6 +97,17 @@
[% L.button_tag("kivi.SalesPurchase.edit_custom_shipto()", LxERP.t8("Custom shipto")) %]
+
+[%- IF customer_obj.additional_billing_addresses.as_list.size %]
+
+ | [% 'Custom Billing Address' | $T8 %] |
+
+ [% L.select_tag('billing_address_id', customer_obj.additional_billing_addresses,
+ with_empty=1, default=billing_address_id, value_key='id', title_key='displayable_id', style='width: 250px') %]
+ |
+
+[%- END %]
+
| [% 'Credit Limit' | $T8 %] |
@@ -123,8 +153,7 @@
|
| [% 'Record in' | $T8 %] |
-
-
+ [% P.chart.picker("AR_chart_id", AR_chart_id, style="width:259px;", type="AR", "data-validate"="required") %]
|
@@ -136,6 +165,14 @@
[%- END %]
+[%- IF ALL_LANGUAGES %]
+
+ | [% 'Language' | $T8 %] |
+
+ [% L.select_tag('language_id', ALL_LANGUAGES, default = language_id, title_key = 'description', with_empty = 1, style = 'width:250px') %]
+ |
+
+[%- END %]
[%- IF ALL_DEPARTMENTS %]
| [% 'Department' | $T8 %] |
@@ -147,7 +184,14 @@
[%- IF currencies %]
| [% 'Currency' | $T8 %] |
- [% currencies %] |
+
+ [%- IF readonly %]
+ [% HTML.escape(currency) %]
+ [% L.hidden_tag("currency", currency) %]
+ [%- ELSE %]
+ [% currencies %]
+ [%- END %]
+ |
[%- END %]
@@ -162,11 +206,13 @@
| [% 'Exchangerate' | $T8 %] |
- [%- IF forex %]
- [% LxERP.format_amount(exchangerate, 2) %]
+ [%- IF readonly %]
+ [% LxERP.format_amount(exchangerate, 5) %]
+ [% L.hidden_tag("exchangerate", LxERP.format_amount(exchangerate, 5)) %]
[%- ELSE %]
[%- END %]
+ [% IF record_forex %][% 'record exchange rate' | $T8 %][%- ELSE %][% 'default exchange rate' | $T8 %][%- END %]
|
[%- END %]
@@ -204,7 +250,16 @@
[%- IF is_type_credit_note %]
| [% 'Credit Note Number' | $T8 %] |
- |
+
+[%- IF INSTANCE_CONF.get_sales_purchase_record_numbers_changeable %]
+ [% L.input_tag("invnumber", invnumber, size="11") %]
+[%- ELSIF id %]
+ [% L.hidden_tag("invnumber", invnumber) %]
+ [% HTML.escape(invnumber) %]
+[%- ELSE %]
+ [% LxERP.t8("will be set upon posting") %]
+[%- END %]
+ |
| [% 'Invoice Number' | $T8 %] |
@@ -217,7 +272,16 @@
[%- ELSE %]
| [% 'Invoice Number' | $T8 %] |
- |
+
+[%- IF INSTANCE_CONF.get_sales_purchase_record_numbers_changeable %]
+ [% L.input_tag("invnumber", invnumber, size="11") %]
+[%- ELSIF id %]
+ [% L.hidden_tag("invnumber", invnumber) %]
+ [% HTML.escape(invnumber) %]
+[%- ELSE %]
+ [% LxERP.t8("will be set upon posting") %]
+[%- END %]
+ |
| [% 'Invoice Date' | $T8 %] |
@@ -230,8 +294,14 @@
[% HTML.escape(duedate) %]
+[%- END %]
+
+ | [% LxERP.t8('Tax point') %] |
+ [% L.date_tag('tax_point', tax_point, id='tax_point') %] |
+
+[%- IF !is_type_credit_note %]
- | [% 'Delivery Order Number' | $T8 %] |
+ [% 'Delivery Order Number' | $T8 %] |
|
[%- END %]
@@ -265,6 +335,18 @@
[%- L.select_tag('globalproject_id', ALL_PROJECTS, title_key = 'projectnumber', default = globalproject_id, with_empty = '1', onChange = "document.getElementById('update_button').click();") %]
+ [%- IF has_qr_reference %]
+
+ | [% 'QR reference' | $T8 %] |
+
+ [%- IF qr_reference %]
+ [% HTML.escape(qr_reference_formatted) %]
+ [%- ELSE %]
+ [% LxERP.t8("will be set upon posting") %]
+ [%- END %]
+ |
+
+ [%- END %]
@@ -276,7 +358,6 @@
-