]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/client_config/_posting_configuration.html
Startdatum in Bilanz in Mandantenkonfiguration konfigurierbar gemacht
[mfinanz.git] / templates / webpages / client_config / _posting_configuration.html
index d85fd79b3f3d7d4f071a1c2c5ae4794de74986d3..8096c87748561428aadb3d4c06d486eae5c889d3 100644 (file)
    <td>[% L.select_tag('defaults.profit_determination', SELF.profit_options, value_key = 'value', title_key = 'title', default = SELF.defaults.profit_determination) %]</td>
    <td>[% LxERP.t8('This option controls the method used for profit determination.') %]</td>
   </tr>
+  <tr>
+   <td align="right">[% LxERP.t8('Balance startdate method') %]</td>
+   <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>
+   <td>[% LxERP.t8('This option controls the method used for determining the startdate for the balance report.') %]</td>
+  </tr>
  </table>
 </div>