X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fclient_config%2F_posting_configuration.html;h=0235cc3e1b831337c9252a39f9f246f6a1bdf2de;hb=549f187d3a2b1d15f96c4556714666ed954447bb;hp=557ee13205773ee52bdbe9fea6b74acf9431e6d8;hpb=fc1e67b429bb959ab60bd50d144c0a51fbc4b292;p=kivitendo-erp.git diff --git a/templates/webpages/client_config/_posting_configuration.html b/templates/webpages/client_config/_posting_configuration.html index 557ee1320..0235cc3e1 100644 --- a/templates/webpages/client_config/_posting_configuration.html +++ b/templates/webpages/client_config/_posting_configuration.html @@ -33,27 +33,32 @@ [% 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.') %] + - [% LxERP.t8(' Add document for Purchase invoices') %] + [% LxERP.t8('Add document for Purchase invoices') %] [% L.yes_no_tag('defaults.ir_add_doc', SELF.posting_options, value_key = 'value', title_key = 'title', default = SELF.defaults.ir_add_doc) %] [% LxERP.t8('Show document tab after posting?') %] - [% LxERP.t8(' Add document for AR transactions') %] + [% 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') %] + [% LxERP.t8('Add document for AP transactions') %] [% L.yes_no_tag('defaults.ap_add_doc', SELF.posting_options, value_key = 'value', title_key = 'title', default = SELF.defaults.ap_add_doc) %] [% LxERP.t8('Show document tab after posting?') %] - [% LxERP.t8(' Add document for GL transactions') %] + [% LxERP.t8('Add document for GL transactions') %] [% L.yes_no_tag('defaults.gl_add_doc', SELF.posting_options, value_key = 'value', title_key = 'title', default = SELF.defaults.gl_add_doc) %] [% LxERP.t8('Show document tab after posting?') %]