X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3af1ae3c0e590feebb2f4c0f1fc0a5bd6dfbd4a2..bcc996e65643:/templates/webpages/client_config/_features.html
diff --git a/templates/webpages/client_config/_features.html b/templates/webpages/client_config/_features.html
index 1b685bd3a..4729d8c31 100644
--- a/templates/webpages/client_config/_features.html
+++ b/templates/webpages/client_config/_features.html
@@ -302,12 +302,26 @@
[% 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) %] |
-
+
+ | [% LxERP.t8('Set the invoice duedate as the default execution date for SEPA export.') %] |
+ [% L.yes_no_tag('defaults.sepa_set_duedate_as_default_exec_date', SELF.defaults.sepa_set_duedate_as_default_exec_date) %] |
+
+
+ | [% LxERP.t8('Set the invoice skonto date (if exists) as the default execution date for SEPA export.') %] |
+ [% L.yes_no_tag('defaults.sepa_set_skonto_date_as_default_exec_date', SELF.defaults.sepa_set_skonto_date_as_default_exec_date) %] |
+
+
+ | [% LxERP.t8('In addition to the above date functions, subtract the following amount of days from the calculated date as a buffer.') %] |
+ [% L.input_tag('defaults.sepa_set_skonto_date_buffer_in_days', LxERP.format_amount(SELF.defaults.sepa_set_skonto_date_buffer_in_days, 0), style=style) %] |
+
| [% LxERP.t8("Experimental Features") %] |
- | [% LxERP.t8('Enable experimental features') %] |
- [% L.yes_no_tag('defaults.feature_experimental', SELF.defaults.feature_experimental) %] |
- [% LxERP.t8('Experimental features are:') %] [% LxERP.t8('new order controller') %], [% LxERP.t8('Assortment') %] |
+ [% LxERP.t8('new order controller') %] |
+ [% L.yes_no_tag('defaults.feature_experimental_order', SELF.defaults.feature_experimental_order) %] |
+
+
+ | [% LxERP.t8('Assortment') %] |
+ [% L.yes_no_tag('defaults.feature_experimental_assortment', SELF.defaults.feature_experimental_assortment) %] |
| [% LxERP.t8("Shipped Quantity Algorithm") %] |