]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/client_config/_posting_configuration.html
Kreditorenbuchungen: Zahlungsbedingungen laden/speichern
[mfinanz.git] / templates / webpages / client_config / _posting_configuration.html
index 333ae485e5a1b7c4f2ebe7577208aa288ec7ef8f..824c9393c843137e3ff2079a6e2a81a17198474f 100644 (file)
@@ -1,7 +1,5 @@
 [%- USE L -%][%- USE LxERP -%]
 <div id="posting_configuration">
- <div class="listheading">[% LxERP.t8('Posting Configuration') %]</div>
-
  <table>
   <tr>
    <td align="right">[% LxERP.t8('Sales invoices changeable') %]</td>
    <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>
+  <tr>
+   <td align="right">[% LxERP.t8('Sales Quotation valid interval') %]</td>
+   <td>[% L.input_tag('defaults.reqdate_interval', LxERP.format_amount(SELF.defaults.reqdate_interval, 0), style=style) %]</td>
+   <td>[% LxERP.t8('Usually the sales quotation is valid until the next working day. If a value is set here then the quotation will be valid for at least that many days. The resulting date will be adjusted to the next working day if it ends up on a weekend.') %]</td>
+  </tr>
+  <tr>
+   <td align="right">[% LxERP.t8('Sales Order delivery date interval') %]</td>
+   <td>[% L.input_tag('defaults.delivery_date_interval', LxERP.format_amount(SELF.defaults.delivery_date_interval, 0), style=style) %]</td>
+   <td>[% LxERP.t8('Usually the delivery date of an order is the next working day. If a value is set here this value will be added to the delivery date of the sales order. The resulting date will be adjusted to the next working day if it ends up on a weekend.') %]</td>
+  </tr>
  </table>
 </div>