[%- USE LxERP -%][%- USE L -%][%- USE P -%]
[% LxERP.t8("WebDAV") %]
[% LxERP.t8('WebDAV') %] [% L.yes_no_tag('defaults.webdav', SELF.defaults.webdav) %] [% LxERP.t8('Use WebDAV Repository') %]
[% LxERP.t8('WebDAV save documents') %] [% L.yes_no_tag('defaults.webdav_documents', SELF.defaults.webdav_documents) %] [% LxERP.t8('Save document in WebDAV repository') %]
[% LxERP.t8("Customer Master Data") %]
[% LxERP.t8('Representative') %] [% L.yes_no_tag('defaults.vertreter', SELF.defaults.vertreter) %] [% LxERP.t8('Representative for Customer') %]
[% LxERP.t8('Normalize Customer / Vendor names') %] [% L.yes_no_tag('defaults.normalize_vc_names', SELF.defaults.normalize_vc_names) %] [% LxERP.t8('Automatic deletion of leading, trailing and excessive (repetitive) spaces in customer or vendor names') %]
[% LxERP.t8('Hourly Rate') %] [% L.input_tag('defaults.customer_hourly_rate', LxERP.format_amount(SELF.defaults.customer_hourly_rate, 2), style=style) %] [% LxERP.t8('Default hourly rate for new customers') %]
[% LxERP.t8("Parts Master Data") %]
[% LxERP.t8('Pictures for parts') %] [% L.yes_no_tag('defaults.parts_show_image', SELF.defaults.parts_show_image) %] [% LxERP.t8('Show the picture in the part form') %]
[% LxERP.t8('Pictures for search parts') %] [% L.yes_no_tag('defaults.parts_listing_image', SELF.defaults.parts_listing_image) %] [% LxERP.t8('Show the pictures in the result for search parts') %]
[% LxERP.t8('CSS style for pictures') %] [% L.input_tag('defaults.parts_image_css', SELF.defaults.parts_image_css, style=style) %] [% LxERP.t8('Style the picture with the following CSS code') %]
[% LxERP.t8('Normalize part description and part notes') %] [% L.yes_no_tag('defaults.normalize_part_descriptions', SELF.defaults.normalize_part_descriptions) %] [% LxERP.t8('Automatic deletion of leading, trailing and excessive (repetitive) spaces in part description and part notes. Affects the CSV import as well.') %]
[% LxERP.t8("Purchasing & Sales") %]
[% LxERP.t8('Require a transaction description in purchase and sales records') %] [% L.yes_no_tag('defaults.require_transaction_description_ps', SELF.defaults.require_transaction_description_ps) %] [% LxERP.t8('If enabled purchase and sales records cannot be saved if no transaction description has been entered.') %]
[% LxERP.t8("Only list customer's projects in sales records") %] [% L.yes_no_tag("defaults.customer_projects_only_in_sales", SELF.defaults.customer_projects_only_in_sales) %] [% LxERP.t8("If enabled only those projects that are assigned to the currently selected customer are offered for selection in sales records.") %]
[% LxERP.t8('Allow conversion from sales quotations to sales invoices') %] [% L.yes_no_tag('defaults.allow_sales_invoice_from_sales_quotation', SELF.defaults.allow_sales_invoice_from_sales_quotation) %] [% LxERP.t8('If disabled sales quotations cannot be converted into sales invoices directly.') %]
[% LxERP.t8('Allow conversion from sales orders to sales invoices') %] [% L.yes_no_tag('defaults.allow_sales_invoice_from_sales_order', SELF.defaults.allow_sales_invoice_from_sales_order) %] [% LxERP.t8('If disabled sales orders cannot be converted into sales invoices directly.') %]
[% LxERP.t8('Allow direct creation of new purchase delivery orders') %] [% L.yes_no_tag('defaults.allow_new_purchase_delivery_order', SELF.defaults.allow_new_purchase_delivery_order) %] [% LxERP.t8('If disabled purchase delivery orders can only be created by conversion from existing requests for quotations and purchase orders.') %]
[% LxERP.t8('Allow direct creation of new purchase invoices') %] [% L.yes_no_tag('defaults.allow_new_purchase_invoice', SELF.defaults.allow_new_purchase_invoice) %] [% LxERP.t8('If disabled purchase invoices can only be created by conversion from existing requests for quotations, purchase orders and purchase delivery orders.') %]
[% LxERP.t8("Requirement Specs") %]
[% LxERP.t8('Default article for converting into quotations and orders') %] [% IF SELF.h_unit_name %] [% P.part_picker('defaults.requirement_spec_section_order_part_id', SELF.defaults.requirement_spec_section_order_part_id, convertible_unit=SELF.h_unit_name, style=style) %] [% ELSE %] [% LxERP.t8("Error: this feature requires that articles with a time-based unit (e.g. 'h' or 'min') exist.") %] [% END %] [% LxERP.t8('When converting a requirement spec into a quotation or an oder each section gets converted into a line position in the new record. This is the article used by default for this conversion.') %]
[% LxERP.t8('Transport and service costs reminder') %]
[% LxERP.t8('Default transport article number') %] [% L.input_tag('defaults.transport_cost_reminder_article_number', SELF.defaults.transport_cost_reminder_article_number, style=style) %] [% LxERP.t8('Before saving a sales order, this article will be checked and a warning is generated.') %]