X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fclient_config%2Fform.html;h=0f85512b3a14820a691b2d36d8a212ebc5ae63bf;hb=efb9a24f2252104ab4af5c25334119d7c5c70a8c;hp=416d66d0be3c07ada0df99a3578df9b040bb4ff7;hpb=3424bf80214aede7a8318c39b754290738e4aea0;p=kivitendo-erp.git diff --git a/templates/webpages/client_config/form.html b/templates/webpages/client_config/form.html index 416d66d0b..0f85512b3 100644 --- a/templates/webpages/client_config/form.html +++ b/templates/webpages/client_config/form.html @@ -1,84 +1,81 @@ -[%- USE T8 %][%- USE L %][% USE LxERP %] +[%- USE L %][% USE LxERP %][% USE HTML %][%- USE JavaScript -%] + + +

[% title | html %]

- - [% 'Warehouse' | $T8 %] - - - [% 'Show Bestbefore' | $T8 %] - - [% L.yes_no_tag('show_bestbefore', SELF.show_bestbefore) %] - - - [% 'Show fields used for the best before date?' | $T8 %]
- [% 'ATTENTION! If you enabled this feature you can not simply turn it off again without taking care that best_before fields are emptied in the database.' | $T8 %]
- [% 'This can be done with the following query:' | $T8 %]
-
- UPDATE inventory SET bestbefore = NULL;
-
- [% 'Any stock contents containing a best before date will be impossible to stock out otherwise.' | $T8 %] - - +[% PROCESS 'common/flash.html' %] - +
+
+ -
+[% PROCESS 'client_config/_ranges_of_numbers.html' %] +[% PROCESS 'client_config/_default_accounts.html' %] +[% PROCESS 'client_config/_posting_configuration.html' %] +[% PROCESS 'client_config/_datev_check_configuration.html' %] +[% PROCESS 'client_config/_orders_deleteable.html' %] +[% PROCESS 'client_config/_warehouse.html' %] +[% PROCESS 'client_config/_features.html' %] +[% PROCESS 'client_config/_miscellaneous.html' %] -[%- L.hidden_tag('action', 'ClientConfig/dispatch') %] -[%- L.submit_tag('action_save', LxERP.t8('Save')) %] +
+ [%- L.hidden_tag('action', 'ClientConfig/dispatch') %] + [%- L.submit_tag('action_save', LxERP.t8('Save')) %] +