]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/client_config/_posting_configuration.html
Merge branch 'b-3.6.1' into mebil
[mfinanz.git] / templates / webpages / client_config / _posting_configuration.html
index 557ee13205773ee52bdbe9fea6b74acf9431e6d8..0235cc3e1b831337c9252a39f9f246f6a1bdf2de 100644 (file)
    <td>[% L.select_tag('defaults.payments_changeable', SELF.payment_options, value_key = 'value', title_key = 'title', default = SELF.defaults.payments_changeable) %]</td>
    <td>[% LxERP.t8('Should payments be and when should they be changeable after posting?') %]</td>
   </tr>
+  <tr>
+   <td align="right">[% LxERP.t8('Record numbers changeable') %]</td>
+   <td>[% L.yes_no_tag('defaults.sales_purchase_record_numbers_changeable', SELF.defaults.sales_purchase_record_numbers_changeable) %]</td>
+   <td>[% 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.') %]</td>
+  </tr>
 
   <tr> </tr>
   <tr> </tr>
 
   <tr>
-   <td align="right">[% LxERP.t8(' Add document for Purchase invoices') %]</td>
+   <td align="right">[% LxERP.t8('Add document for Purchase invoices') %]</td>
    <td>[% L.yes_no_tag('defaults.ir_add_doc', SELF.posting_options, value_key = 'value', title_key = 'title', default = SELF.defaults.ir_add_doc) %]</td>
    <td>[% LxERP.t8('Show document tab after posting?') %]</td>
   </tr>
   <tr>
-   <td align="right">[% LxERP.t8(' Add document for AR transactions') %]</td>
+   <td align="right">[% LxERP.t8('Add document for AR transactions') %]</td>
    <td>[% L.yes_no_tag('defaults.ar_add_doc', SELF.posting_options, value_key = 'value', title_key = 'title', default = SELF.defaults.ar_add_doc) %]</td>
-   <td>[% LxERP.t8('Show document tab after posting?') %]</td>
+   <td>[% LxERP.t8('Do not leave booking form?') %]</td>
   </tr>
   <tr>
-   <td align="right">[% LxERP.t8(' Add document for AP transactions') %]</td>
+   <td align="right">[% LxERP.t8('Add document for AP transactions') %]</td>
    <td>[% L.yes_no_tag('defaults.ap_add_doc', SELF.posting_options, value_key = 'value', title_key = 'title', default = SELF.defaults.ap_add_doc) %]</td>
    <td>[% LxERP.t8('Show document tab after posting?') %]</td>
   </tr>
   <tr>
-   <td align="right">[% LxERP.t8(' Add document for GL transactions') %]</td>
+   <td align="right">[% LxERP.t8('Add document for GL transactions') %]</td>
    <td>[% L.yes_no_tag('defaults.gl_add_doc', SELF.posting_options, value_key = 'value', title_key = 'title', default = SELF.defaults.gl_add_doc) %]</td>
    <td>[% LxERP.t8('Show document tab after posting?') %]</td>
   </tr>