X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=393f068e95ef92dc5b57d3751f62f21914ce855a;hb=acb5db886076201922167d39d76fd9b3e9e54c9c;hp=302bae72c605a6b7b3fe23ee9ae37c27a349f795;hpb=ee3fc5b946e538ac7b51a6c92ea8eac205b9fda3;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 302bae72c..393f068e9 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',