X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fclient_config%2F_posting_configuration.html;h=4f2d31dfc6dda56261b1571c4a6d02cef73b9512;hb=c19956a7fe5d98df3535adc2e1a0786832497d2e;hp=8096c87748561428aadb3d4c06d486eae5c889d3;hpb=dfcefa49d0da88facf307cf40e25ee1a1e39be0c;p=kivitendo-erp.git diff --git a/templates/webpages/client_config/_posting_configuration.html b/templates/webpages/client_config/_posting_configuration.html index 8096c8774..4f2d31dfc 100644 --- a/templates/webpages/client_config/_posting_configuration.html +++ b/templates/webpages/client_config/_posting_configuration.html @@ -86,5 +86,10 @@ [% 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('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.') %] +