X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9ea55a4e0dceba7470a477744cf29deb95eb09a8..a9d122f7ebf215d8b310ea598af11f8aff85807e:/templates/webpages/client_config/_features.html
diff --git a/templates/webpages/client_config/_features.html b/templates/webpages/client_config/_features.html
index fe22a7d3c..ce754c9ca 100644
--- a/templates/webpages/client_config/_features.html
+++ b/templates/webpages/client_config/_features.html
@@ -249,18 +249,26 @@
[% 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("Warn before saving sales orders with missing customer order number (new controller only)") %] |
+ [% L.yes_no_tag("defaults.order_warn_no_cusordnumber", SELF.defaults.order_warn_no_cusordnumber) %] |
+ [% LxERP.t8("If enabled a warning will be shown in sales delivery orders if the customer order number is missing.") %] |
+
| [% LxERP.t8("For sales delivery orders, warn on workflow to invoice if not stocked out") %] |
[% L.yes_no_tag("defaults.sales_delivery_order_check_stocked", SELF.defaults.sales_delivery_order_check_stocked) %] |
[% LxERP.t8("If enabled a warning will be shown in sales delivery orders on workflow to invoices if positions are not stocked out.") %] |
-
| [% LxERP.t8("For purchase delivery orders, warn on workflow to invoice if not stocked in") %] |
[% L.yes_no_tag("defaults.purchase_delivery_order_check_stocked", SELF.defaults.purchase_delivery_order_check_stocked) %] |
[% LxERP.t8("If enabled a warning will be shown in purchase delivery orders on workflow to invoices if positions are not stocked in.") %] |
+ | [% LxERP.t8("For sales invoices, warn if invoice has no delivery order as a predecessor") %] |
+ [% L.yes_no_tag("defaults.warn_no_delivery_order_for_invoice", SELF.defaults.warn_no_delivery_order_for_invoice ) %] |
+ [% LxERP.t8("If enabled a warning will be shown if a sales invoices is created without having a sales delivery order as a predecessor.") %] |
+
| [% LxERP.t8("Create sales invoices with Factur-X/ZUGFeRD data") %] |
[% L.select_tag("defaults.create_zugferd_invoices", SELF.zugferd_settings, default=SELF.defaults.create_zugferd_invoices) %] |
@@ -269,6 +277,13 @@
[% LxERP.t8("If the test mode is enabled, the Factur-X/ZUGFeRD invoices will be flagged so that they're only fit to be used for testing purposes.") %]
+
+ | [% 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.") %] |
+
| [% LxERP.t8("E-mail") %] |