X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=bfef62807de2a05a150cf38be609f87bacf6ef40;hp=6f7b2d6d89ae60104e4306d25cb03ff66a37e9ae;hb=918bbc9ce36a3dc5943f521e26751ea94a5a5539;hpb=edf90a3eb4219f72c8962ad86caacf409b896e8f diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 6f7b2d6d8..bfef62807 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\'', @@ -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.', @@ -1223,7 +1237,7 @@ httemplate/docs/config.html { 'key' => 'cust_pkg-change_svcpart', 'section' => '', - 'description' => "When changing packages, move services even if svcparts don't match between old and new pacakge definitions. Use with caution! No provision is made for export differences between the old and new service definitions. Probably only should be used when your exports for all service definitions of a given svcdb are identical.", + 'description' => "When changing packages, move services even if svcparts don't match between old and new pacakge definitions.", 'type' => 'checkbox', }, @@ -1255,7 +1269,12 @@ httemplate/docs/config.html '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', + }, );