X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/bb8edc8e935cc8d4699e071f645d511f6262d03b..aae306cda6274d:/templates/webpages/client_config/_features.html diff --git a/templates/webpages/client_config/_features.html b/templates/webpages/client_config/_features.html index c95c6e5db..a06f1e090 100644 --- a/templates/webpages/client_config/_features.html +++ b/templates/webpages/client_config/_features.html @@ -84,6 +84,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('If item not found, allow creation of new item') %] + [% L.yes_no_tag('defaults.create_part_if_not_found', SELF.defaults.create_part_if_not_found) %] + [% LxERP.t8('If searching a part from a document and no part is found then offer to create a new part.') %] + [% LxERP.t8('Normalize part description and part notes') %] [% L.yes_no_tag('defaults.normalize_part_descriptions', SELF.defaults.normalize_part_descriptions) %] @@ -218,6 +223,10 @@ - + [% LxERP.t8("SEPA") %] + + [% LxERP.t8('Add Customer/Vendor Number as a reference add-on for SEPA export.') %] + [% L.yes_no_tag('defaults.sepa_reference_add_vc_vc_id', SELF.defaults.sepa_reference_add_vc_vc_id) %] +