X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=50cd14ef5aed6e0b48ba1d7bba74b8b1a80beb8b;hb=180ffda0e895cafc60d1fee899196cdd6c898d5e;hp=34e465dda391b56b23937b5b3c255dd4f6cfb3a8;hpb=31e2411af8f9b34986942a6264e8229d9f60b923;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 34e465dda..50cd14ef5 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1506,6 +1506,13 @@ and customer address. Include units.', }, { + 'key' => 'quotation_disable_after_days', + 'section' => 'quotations', + 'description' => 'The number of days, if set, after which a non-converted quotation will be automatically disabled.', + 'type' => 'text' + }, + + { 'key' => 'invoice_print_pdf', 'section' => 'printing', 'description' => 'For all invoice print operations, store postal invoices for download in PDF format rather than printing them directly.', @@ -1551,6 +1558,14 @@ and customer address. Include units.', }, { + 'key' => 'invoice_pay_by_msg', + 'section' => 'invoice_balances', + 'description' => 'Test of the "Please pay by (date)" message. Include [_1] to indicate the date, for example: "Please pay by [_1]"', + 'type' => 'text', + 'per_agent' => 1, + }, + + { 'key' => 'invoice_sections', 'section' => 'invoicing', 'description' => 'Split invoice into sections and label according to package category when enabled.',