X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fclient_config%2Fform.html;h=df0780d37e98330620cd3037da51c969eea48ec6;hb=d3ae6850565e55743af3b9aadfb12f308a30ac94;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..df0780d37 100644 --- a/templates/webpages/client_config/form.html +++ b/templates/webpages/client_config/form.html @@ -1,49 +1,111 @@ -[%- USE T8 %][%- USE L %][% USE LxERP %] +[%- USE L %][% USE LxERP %][% USE HTML %][%- USE JavaScript -%] + +

[% title | html %]

-[% PROCESS 'common/flash.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')) %] +[% INCLUDE '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' %] +[%- IF INSTANCE_CONF.get_doc_storage %] +[% PROCESS 'client_config/_attachments.html' %] +[%- END %] +[% PROCESS 'client_config/_warehouse.html' %] +[% PROCESS 'client_config/_features.html' %] +[% PROCESS 'client_config/_miscellaneous.html' %]