X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/dc78c22510c618deef355808393ecc7bcde319a3..761f4a3f4efbe238058efe99939698c0624d3181:/templates/webpages/client_config/_features.html diff --git a/templates/webpages/client_config/_features.html b/templates/webpages/client_config/_features.html index 349ada093..cd11a848e 100644 --- a/templates/webpages/client_config/_features.html +++ b/templates/webpages/client_config/_features.html @@ -129,11 +129,16 @@ [% 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('Use text field for greetings') %] + [% L.yes_no_tag('defaults.vc_greetings_use_textfield', SELF.defaults.vc_greetings_use_textfield) %] + [% LxERP.t8('Use a text field to enter (new) greetings if enabled. Otherwise, only a drop down box is offered.') %] + [% LxERP.t8('Hourly Rate') %] @@ -225,8 +230,12 @@ [% LxERP.t8("Create sales invoices with ZUGFeRD data") %] - [% L.yes_no_tag("defaults.create_zugferd_invoices", SELF.defaults.create_zugferd_invoices) %] - [% LxERP.t8("If enabled ZUGFeRD-conformant sales invoice PDFs will be create.") %] + [% L.select_tag("defaults.create_zugferd_invoices", [ [ 0, LxERP.t8('Do not create ZUGFeRD invoices') ], [ 1, LxERP.t8('Create ZUGFeRD invoices') ], [ 2, LxERP.t8('Create ZUGFeRD invoices in test mode') ] ], + default=SELF.defaults.create_zugferd_invoices) %] + + [% LxERP.t8("If enabled ZUGFeRD-conformant sales invoice PDFs will be created.") %] + [% LxERP.t8("If the test mode is enabled, the ZUGFeRD invoices will be flagged so that they're only fit to be used for testing purposes.") %] + [% LxERP.t8("E-mail") %]