X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fclient_config%2F_posting_configuration.html;h=0235cc3e1b831337c9252a39f9f246f6a1bdf2de;hb=e3dfdb7a78f6e0bc8ac1075fedc36f8247c6fd92;hp=91b42579995800e0b5d89b96da7184e3d2996527;hpb=bee7d33fe47d29afeb4432b222fb1bf90c19e517;p=kivitendo-erp.git diff --git a/templates/webpages/client_config/_posting_configuration.html b/templates/webpages/client_config/_posting_configuration.html index 91b425799..0235cc3e1 100644 --- a/templates/webpages/client_config/_posting_configuration.html +++ b/templates/webpages/client_config/_posting_configuration.html @@ -26,15 +26,42 @@ [% L.select_tag('defaults.gl_changeable', SELF.posting_options, value_key = 'value', title_key = 'title', default = SELF.defaults.gl_changeable) %] [% LxERP.t8('Should gl transactions be and when should they be changeable or deleteable after posting?') %] - - [% LxERP.t8('Payments Changeable') %] [% 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') %] + [% 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') %] + [% 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('Do not leave booking form?') %] + + + [% 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') %] + [% 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?') %] +