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

[% title | html %]

[% 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' %] - - - - - - - - - - - - - - - - - - - - - - - -
[% 'Posting Configuration' | $T8 %]
[% 'Payments Changeable' | $T8 %][% L.select_tag('payments_changeable', SELF.payment_options, value_key => 'value', title_key => 'title', default => SELF.payments_changeable) %][% 'Should payments be and when should they be changeable after posting?' | $T8 %]
[% '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 %] -
- -
- -[%- 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')) %] +