Startdatum in Bilanz in Mandantenkonfiguration konfigurierbar gemacht
[kivitendo-erp.git] / templates / webpages / client_config / _posting_configuration.html
1 [%- USE L -%][%- USE LxERP -%]
2 <div id="posting_configuration">
3  <table>
4   <tr>
5    <td align="right">[% LxERP.t8('Sales invoices changeable') %]</td>
6    <td>[% L.select_tag('defaults.is_changeable', SELF.posting_options, value_key = 'value', title_key = 'title', default = SELF.defaults.is_changeable) %]</td>
7    <td>[% LxERP.t8('Should sales invoices be and when should they be changeable or deleteable after posting?') %]</td>
8   </tr>
9   <tr>
10    <td align="right">[% LxERP.t8('Purchase invoices changeable') %]</td>
11    <td>[% L.select_tag('defaults.ir_changeable', SELF.posting_options, value_key = 'value', title_key = 'title', default = SELF.defaults.ir_changeable) %]</td>
12    <td>[% LxERP.t8('Should purchase invoices be and when should they be deleteable after posting?') %]</td>
13   </tr>
14   <tr>
15    <td align="right">[% LxERP.t8('AR transactions changeable') %]</td>
16    <td>[% L.select_tag('defaults.ar_changeable', SELF.posting_options, value_key = 'value', title_key = 'title', default = SELF.defaults.ar_changeable) %]</td>
17    <td>[% LxERP.t8('Should ar transactions be and when should they be changeable or deleteable after posting?') %]</td>
18   </tr>
19   <tr>
20    <td align="right">[% LxERP.t8('AP transactions changeable') %]</td>
21    <td>[% L.select_tag('defaults.ap_changeable', SELF.posting_options, value_key = 'value', title_key = 'title', default = SELF.defaults.ap_changeable) %]</td>
22    <td>[% LxERP.t8('Should ap transactions be and when should they be changeable or deleteable after posting?') %]</td>
23   </tr>
24   <tr>
25    <td align="right">[% LxERP.t8('GL transactions changeable') %]</td>
26    <td>[% L.select_tag('defaults.gl_changeable', SELF.posting_options, value_key = 'value', title_key = 'title', default = SELF.defaults.gl_changeable) %]</td>
27    <td>[% LxERP.t8('Should gl transactions be and when should they be changeable or deleteable after posting?') %]</td>
28   </tr>
29
30   <tr> </tr>
31   <tr> </tr>
32
33   <tr>
34    <td align="right">[% LxERP.t8('Payments Changeable') %]</td>
35    <td>[% L.select_tag('defaults.payments_changeable', SELF.payment_options, value_key = 'value', title_key = 'title', default = SELF.defaults.payments_changeable) %]</td>
36    <td>[% LxERP.t8('Should payments be and when should they be changeable after posting?') %]</td>
37   </tr>
38
39   <tr> </tr>
40   <tr> </tr>
41
42   <tr>
43    <td align="right">[% LxERP.t8('Show "mark as paid" in sales invoices') %]</td>
44    <td>[% L.yes_no_tag('defaults.is_show_mark_as_paid', SELF.defaults.is_show_mark_as_paid) %]</td>
45    <td>[% LxERP.t8('Should the "mark as paid" button showed on sales invoices?') %]</td>
46   </tr>
47   <tr>
48    <td align="right">[% LxERP.t8('Show "mark as paid" in purchase invoices') %]</td>
49    <td>[% L.yes_no_tag('defaults.ir_show_mark_as_paid', SELF.defaults.ir_show_mark_as_paid) %]</td>
50    <td>[% LxERP.t8('Should the "mark as paid" button showed in purchase invoices?') %]</td>
51   </tr>
52   <tr>
53    <td align="right">[% LxERP.t8('Show "mark as paid" in ar transactions') %]</td>
54    <td>[% L.yes_no_tag('defaults.ar_show_mark_as_paid', SELF.defaults.ar_show_mark_as_paid) %]</td>
55    <td>[% LxERP.t8('Should the "mark as paid" button showed in ar transactions?') %]</td>
56   </tr>
57   <tr>
58    <td align="right">[% LxERP.t8('Show "mark as paid" in ap transactions') %]</td>
59    <td>[% L.yes_no_tag('defaults.ap_show_mark_as_paid', SELF.defaults.ap_show_mark_as_paid) %]</td>
60    <td>[% LxERP.t8('Should the "mark as paid" button showed in ap transactions?') %]</td>
61   </tr>
62
63   <tr> </tr>
64   <tr> </tr>
65
66   <tr>
67    <td align="right">[% LxERP.t8('Accounting method') %]</td>
68    <td>[% L.select_tag('defaults.accounting_method', SELF.accounting_options, value_key = 'value', title_key = 'title', default = SELF.defaults.accounting_method) %]</td>
69    <td>[% LxERP.t8('This option controls the posting and calculation behavior for the accounting method.') %]</td>
70   </tr>
71   <tr>
72    <td align="right">[% LxERP.t8('Inventory system') %]</td>
73    <td>[% L.select_tag('defaults.inventory_system', SELF.inventory_options, value_key = 'value', title_key = 'title', default = SELF.defaults.inventory_system) %]</td>
74    <td>
75     [% LxERP.t8('This option controls the inventory system.') %]<br>
76     [% LxERP.t8('ATTENTION! You can not simply change it from periodic to perpetual once you started posting.') %]
77    </td>
78   </tr>
79   <tr>
80    <td align="right">[% LxERP.t8('Profit determination') %]</td>
81    <td>[% L.select_tag('defaults.profit_determination', SELF.profit_options, value_key = 'value', title_key = 'title', default = SELF.defaults.profit_determination) %]</td>
82    <td>[% LxERP.t8('This option controls the method used for profit determination.') %]</td>
83   </tr>
84   <tr>
85    <td align="right">[% LxERP.t8('Balance startdate method') %]</td>
86    <td>[% L.select_tag('defaults.balance_startdate_method', SELF.balance_startdate_method_options, value_key = 'value', title_key = 'title', default = SELF.defaults.balance_startdate_method) %]</td>
87    <td>[% LxERP.t8('This option controls the method used for determining the startdate for the balance report.') %]</td>
88   </tr>
89  </table>
90 </div>