X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fclient_config%2F_features.html;h=476ed16b66e7e52e7c4b995e63f4b5ae1200a792;hb=ab0103527f959128c88217c9b1c96dd873e597eb;hp=46d8a37e91be403437cb8599f3cf40ed3694ea82;hpb=079c91d5a281f1bbf4c93681e3ccab4208271a0e;p=kivitendo-erp.git diff --git a/templates/webpages/client_config/_features.html b/templates/webpages/client_config/_features.html index 46d8a37e9..476ed16b6 100644 --- a/templates/webpages/client_config/_features.html +++ b/templates/webpages/client_config/_features.html @@ -194,6 +194,11 @@ [% 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('Partsgroup is required for parts') %] + [% L.yes_no_tag('defaults.partsgroup_required', SELF.defaults.partsgroup_required) %] + [% LxERP.t8('If enabled, when saving parts the partsgroup must be not be empty.') %] + [% LxERP.t8("Purchasing & Sales") %] @@ -278,8 +283,10 @@ - [% LxERP.t8("Create sales invoices with Swiss QR-Bill") %] - [% L.yes_no_tag("defaults.create_qrbill_invoices", SELF.defaults.create_qrbill_invoices) %] + [% LxERP.t8("Create sales invoices with Swiss QR-bill") %] + + [% L.select_tag("defaults.create_qrbill_invoices", [ [ 0, LxERP.t8('Do not create QR-bill invoices') ], [ 1, LxERP.t8('Create variant QR-IBAN with QR reference') ], [ 2, LxERP.t8('Create variant IBAN without reference') ] ], default=SELF.defaults.create_qrbill_invoices) %] + [% LxERP.t8("If enabled sales invoices created using OpenDocument/OASIS format will include data for Swiss QR-Bill creation.") %]