X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/bcc18db1e4de520a6d6d1ce0378516b2c390ee81..52f5223a1dcf:/templates/webpages/client_config/_features.html
diff --git a/templates/webpages/client_config/_features.html b/templates/webpages/client_config/_features.html
index 09c807512..c86857157 100644
--- a/templates/webpages/client_config/_features.html
+++ b/templates/webpages/client_config/_features.html
@@ -223,6 +223,15 @@
[% L.yes_no_tag("defaults.order_warn_no_deliverydate", SELF.defaults.order_warn_no_deliverydate) %] |
[% LxERP.t8("If enabled a warning will be shown in sales and purchase orders if there the delivery date is empty.") %] |
+
+ | [% LxERP.t8("Create sales invoices with ZUGFeRD data") %] |
+ [% 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") %] |