X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=0f774d16c4e6b6909b7b2ba364c2797dae182928;hb=5b0df166c22e13eba83fabee858846ead6a54141;hp=302bae72c605a6b7b3fe23ee9ae37c27a349f795;hpb=7ecaf988ed810746534bf85abde34022f2b5d6b2;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 302bae72c..0f774d16c 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1479,6 +1479,18 @@ and customer address. Include units.', 'per_agent' => 1, }, + { + 'key' => 'invoice_latexcouponlocation', + 'section' => 'invoicing', + 'description' => 'Location of the remittance coupon.Either top or bottom of page, defaults to bottom.', + 'type' => 'select', + 'select_hash' => [ + 'bottom' => 'Bottom of page (default)', + 'top' => 'Top of page', + ], + 'per_agent' => 1, + }, + { 'key' => 'invoice_latexsmallfooter', 'section' => 'invoice_templates', @@ -1693,6 +1705,15 @@ and customer address. Include units.', 'type' => 'checkbox', }, + { + 'key' => 'allow_payment_receipt_noemail', + 'section' => 'notification', + 'description' => 'Add option on customer edit/view page to disable emailing of payment receipts. If this option is set to NO it will override customer specific option, so when set to NO system will not check for payment_receipt_noemail option at customer level.', + 'type' => 'checkbox', + 'per_agent' => 1, + 'agent_bool' => 1, + }, + { 'key' => 'payment_receipt', 'section' => 'notification', @@ -1814,7 +1835,7 @@ and customer address. Include units.', { 'key' => 'passwordmin', 'section' => 'password', - 'description' => 'Minimum password length (default 6)', + 'description' => 'Minimum password length (default 8)', 'type' => 'text', }, @@ -2046,6 +2067,13 @@ and customer address. Include units.', ], }, + { + 'key' => 'unsuspend_reason_type', + 'section' => 'suspension', + 'description' => 'If set, limits automatic unsuspension to packages which were suspended for this reason type.', + reason_type_options('S'), + }, + { 'key' => 'unsuspend-always_adjust_next_bill_date', 'section' => 'suspension', @@ -2646,6 +2674,14 @@ and customer address. Include units.', 'select_enum' => [ qw(CARD DCRD CHEK DCHK) ], #BILL CASH WEST MCRD MCHK PPAL) ], }, + { + 'key' => 'processing-fee', + 'section' => 'payments', + 'description' => 'Fee for back end payment processing.', + 'type' => 'text', + 'per_agent' => 1, + }, + { 'key' => 'banned_pay-pad', 'section' => 'credit_cards', @@ -5204,6 +5240,13 @@ and customer address. Include units.', 'type' => 'checkbox', }, + { + 'key' => 'cdr-max_duration', + 'section' => 'telephony', + 'description' => 'If set, defines a global maximum billsec/duration for (prefix-based) call rating, in seconds. Used with questionable/dirty CDR data that may contain bad records with long billsecs/durations.', + 'type' => 'text', + }, + { 'key' => 'disable-cust-pkg_class', 'section' => 'packages', @@ -5954,11 +5997,18 @@ and customer address. Include units.', { 'key' => 'agent-disable_counts', - 'section' => 'scalability', + 'section' => 'deprecated', 'description' => 'On the agent browse page, disable the customer and package counts. Typically used for very large installs when this page takes too long to render.', 'type' => 'checkbox', }, + { + 'key' => 'config-disable_counts', + 'section' => 'scalability', + 'description' => 'Disable the customer and package counts on the Agents, Packages, and Services pages. Use for very large installs where these pages take too long to render.', + 'type' => 'checkbox', + }, + { 'key' => 'tollfree-country', 'section' => 'telephony',