X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2FConf.pm;h=8d83f92d27e4b17c291377cce3fda11d0783b1d8;hb=247a72232486b809bd0f0d88f3506dc0a1e79d93;hp=4bc7404b4de3726ff613287f8030bf8689414862;hpb=ea1f12bb5c5764f784e884fa8d7c37e5cd0b28e0;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 4bc7404b4..8d83f92d2 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -621,8 +621,8 @@ logo.eps '', 'Payable upon receipt', 'Net 0', 'Net 3', 'Net 5', 'Net 7', 'Net 9', 'Net 10', 'Net 14', - 'Net 15', 'Net 18', 'Net 20', 'Net 21', 'Net 25', 'Net 30', 'Net 45', - 'Net 60', 'Net 90' + 'Net 15', 'Net 18', 'Net 20', 'Net 21', 'Net 25', 'End of Month', 'Net 30', + 'Net 45', 'Net 60', 'Net 90' ); my %msg_template_options = ( @@ -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.', @@ -5885,6 +5892,14 @@ and customer address. Include units.', 'type' => 'text', }, + { + 'key' => 'selfservice-db_profile', + 'section' => 'development', + 'description' => 'Enable collection and logging of database profiling information for self-service servers. This has significant overhead, do not leave enabled in production beyond that necessary to collect profiling data.', + 'type' => 'checkbox', + }, + + # for internal use only; test databases should declare this option and # everyone else should pretend it doesn't exist #{