X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fclient_config%2F_posting_configuration.html;h=2d4733dc7d368871f8538d01b290fd3e45323423;hb=209100ca065acebaff1294b0c1d2853529773413;hp=d85fd79b3f3d7d4f071a1c2c5ae4794de74986d3;hpb=ce8306e07de8e24ffab52feeeb311468f81e1d70;p=kivitendo-erp.git diff --git a/templates/webpages/client_config/_posting_configuration.html b/templates/webpages/client_config/_posting_configuration.html index d85fd79b3..2d4733dc7 100644 --- a/templates/webpages/client_config/_posting_configuration.html +++ b/templates/webpages/client_config/_posting_configuration.html @@ -81,5 +81,15 @@ [% L.select_tag('defaults.profit_determination', SELF.profit_options, value_key = 'value', title_key = 'title', default = SELF.defaults.profit_determination) %] [% LxERP.t8('This option controls the method used for profit determination.') %] + + [% LxERP.t8('Balance startdate method') %] + [% L.select_tag('defaults.balance_startdate_method', SELF.balance_startdate_method_options, value_key = 'value', title_key = 'title', default = SELF.defaults.balance_startdate_method) %] + [% LxERP.t8('This option controls the method used for determining the startdate for the balance report.') %] + + + [% LxERP.t8('Sales Quotation valid interval') %] + [% L.input_tag('defaults.reqdate_interval', LxERP.format_amount(SELF.defaults.reqdate_interval, 0), style=style) %] + [% LxERP.t8('Usally the sales quotation is valid until the next working day. This entry will be added to this date (i.e. 14, 28).') %] +