X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fclient_config%2F_posting_configuration.html;h=0235cc3e1b831337c9252a39f9f246f6a1bdf2de;hb=079c91d5a281f1bbf4c93681e3ccab4208271a0e;hp=73583eb5f4480618aad1164f8e0bd9c36f64eed3;hpb=39bdd9e00b88bd6a32276b1a25dfb158a6f382c2;p=kivitendo-erp.git diff --git a/templates/webpages/client_config/_posting_configuration.html b/templates/webpages/client_config/_posting_configuration.html index 73583eb5f..0235cc3e1 100644 --- a/templates/webpages/client_config/_posting_configuration.html +++ b/templates/webpages/client_config/_posting_configuration.html @@ -33,6 +33,11 @@ [% L.select_tag('defaults.payments_changeable', SELF.payment_options, value_key = 'value', title_key = 'title', default = SELF.defaults.payments_changeable) %] [% LxERP.t8('Should payments be and when should they be changeable after posting?') %] + + [% LxERP.t8('Record numbers changeable') %] + [% L.yes_no_tag('defaults.sales_purchase_record_numbers_changeable', SELF.defaults.sales_purchase_record_numbers_changeable) %] + [% LxERP.t8('If disabled, record numbers for sales records & purchase records produced by our side will always be auto-generated and cannot be changed later.') %] + @@ -45,7 +50,7 @@ [% LxERP.t8('Add document for AR transactions') %] [% L.yes_no_tag('defaults.ar_add_doc', SELF.posting_options, value_key = 'value', title_key = 'title', default = SELF.defaults.ar_add_doc) %] - [% LxERP.t8('Show document tab after posting?') %] + [% LxERP.t8('Do not leave booking form?') %] [% LxERP.t8('Add document for AP transactions') %]