X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=c4b214845bbdf644c437a7af43d4479da09c4f64;hp=e69a15622ff60f8c01fd672b6397f44cdba1086a;hb=4ae85517a9c3a8a2f61e87bc27a74eb616e396a4;hpb=e975ed0585280f4cbb90b02f57114dedc43f58be diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index e69a15622..c4b214845 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -542,12 +542,19 @@ httemplate/docs/config.html { 'key' => 'invoice_send_receipts', - 'section' => 'billing', - 'description' => 'Send receipts for payments and credits.', + 'section' => 'deprecated',q + 'description' => 'DEPRECATED, this used to send an invoice copy on payments and credits. See the payment_receipt_email and XXXX instead.', 'type' => 'checkbox', }, { + 'key' => 'payment_receipt_email', + 'section' => 'billing', + 'description' => 'Template file for payment receipts.', + 'type' => 'textarea', + }, + + { 'key' => 'lpr', 'section' => 'required', 'description' => 'Print command for paper invoices, for example `lpr -h\'', @@ -658,8 +665,8 @@ httemplate/docs/config.html { 'key' => 'report_template', - 'section' => 'required', - 'description' => 'Required template file for reports. See the billing documentation for details.', + 'section' => 'deprecated', + 'description' => 'Deprecated template file for reports.', 'type' => 'textarea', }, @@ -1178,6 +1185,13 @@ httemplate/docs/config.html }, { + 'key' => 'dump-pgpid', + 'section' => '', + 'description' => "Optional PGP public key user or key id for database dumps. The public key should exist on the freeside user's public keyring, and the gpg binary and GnuPG perl module should be installed.", + 'type' => 'text', + }, + + { 'key' => 'users-allow_comp', 'section' => '', 'description' => 'Usernames (Freeside users, created with freeside-adduser) which can create complimentary customers, one per line. If no usernames are entered, all users can create complimentary accounts.', @@ -1248,6 +1262,20 @@ httemplate/docs/config.html 'type' => 'textarea', }, + { + 'key' => 'selfservice_server-primary_only', + 'section' => '', + 'description' => 'Only allow primary accounts to access self-service functionality.', + 'type' => 'checkbox', + }, + + { + 'key' => 'card_refund-days', + 'section' => 'billing', + 'description' => 'After a payment, the number of days a refund link will be available for that payment. Defaults to 120.', + 'type' => 'text', + }, + ); 1;