X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fclient_config%2F_features.html;h=c0ba2f0ef76f5684adcda2e50c5c5d2c1c6fc4c8;hb=b42a86ead32ac2a4cefcc972f35b3e723f21d6bc;hp=c260ce8640f0cc8ef77b580098d3aae94eebfc58;hpb=6452e03d2ff7913dd645b9e8fefa22dfcc2ca2f9;p=kivitendo-erp.git diff --git a/templates/webpages/client_config/_features.html b/templates/webpages/client_config/_features.html index c260ce864..c0ba2f0ef 100644 --- a/templates/webpages/client_config/_features.html +++ b/templates/webpages/client_config/_features.html @@ -21,6 +21,11 @@ [% 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("Parts Master Data") %] @@ -39,5 +44,11 @@ [% 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.') %] + +