Mandantenkonfiguration vereinfacht & in mehrere Dateien gespalten und in Tab-Dialog...
[kivitendo-erp.git] / templates / webpages / client_config / _datev_check_configuration.html
1 [%- USE LxERP -%][%- USE L -%]
2 <div id="datev_check_configuration">
3  <div class='listheading'>[% LxERP.t8('DATEV check configuration') %]</div>
4
5  <table>
6   <tr>
7    <td colspan="3">[% LxERP.t8('It is possible to make a quick DATEV export everytime you post a record to ensure things work nicely with their data requirements. This will result in a slight overhead though you can enable this for each type of record independantly.') %]</td>
8   </tr>
9   <tr>
10    <td align="right">[% LxERP.t8('Check on sales invoice') %]</td>
11    <td>[% L.yes_no_tag('defaults.datev_check_on_sales_invoice', SELF.defaults.datev_check_on_sales_invoice) %]</td>
12    <td>[% LxERP.t8('Perform check when a sales invoice or a payment for a sales invoice is posted?') %]</td>
13   </tr>
14   <tr>
15    <td align="right">[% LxERP.t8('Check on purchase invoice') %]</td>
16    <td>[% L.yes_no_tag('defaults.datev_check_on_purchase_invoice', SELF.defaults.datev_check_on_purchase_invoice) %]</td>
17    <td>[% LxERP.t8('Perform check when a purchase invoice or a payment for a purchase invoice is posted?') %]</td>
18   </tr>
19   <tr>
20    <td align="right">[% LxERP.t8('Check on ar transaction') %]</td>
21    <td>[% L.yes_no_tag('defaults.datev_check_on_ar_transaction', SELF.defaults.datev_check_on_ar_transaction) %]</td>
22    <td>[% LxERP.t8('Perform check when an ar transaction is posted?') %]</td>
23   </tr>
24   <tr>
25    <td align="right">[% LxERP.t8('Check on ap transaction') %]</td>
26    <td>[% L.yes_no_tag('defaults.datev_check_on_ap_transaction', SELF.defaults.datev_check_on_ap_transaction) %]</td>
27    <td>[% LxERP.t8('Perform check when an ap transaction is posted?') %]</td>
28   </tr>
29   <tr>
30    <td align="right">[% LxERP.t8('Check on gl transaction') %]</td>
31    <td>[% L.yes_no_tag('defaults.datev_check_on_gl_transaction', SELF.defaults.datev_check_on_gl_transaction) %]</td>
32    <td>[% LxERP.t8('Perform check when a gl transaction is posted?') %]</td>
33   </tr>
34  </table>
35 </div>