[%- USE LxERP -%][%- USE L -%]
[% 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.') %]