X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=157fbb6bedf259867e3cfb72fc9e54302a88d59e;hb=959a59186f30a33d167b12e67d3c9cc4ce58a0f5;hp=d2351c00570d809a1c09e396dff15686d504066e;hpb=057ae504915d912bc60df87c9914e11752edf680;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index d2351c005..157fbb6be 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -895,6 +895,14 @@ my $validate_email = sub { $_[0] =~ }, { + 'key' => 'credit-card-surcharge-text', + 'section' => 'billing', + 'description' => 'Text for the credit card surcharge invoice line. If not set, it will default to Credit Card Surcharge.', + 'type' => 'text', + 'per_agent' => 1, + }, + + { 'key' => 'discount-show-always', 'section' => 'billing', 'description' => 'Generate a line item on an invoice even when a package is discounted 100%', @@ -1958,7 +1966,7 @@ and customer address. Include units.', { 'key' => 'passwordmin', 'section' => 'password', - 'description' => 'Minimum password length (default 6)', + 'description' => 'Minimum password length (default 8)', 'type' => 'text', }, @@ -2197,6 +2205,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' => 'billing', 'description' => 'Global override that causes unsuspensions to always adjust the next bill date under any circumstances. This is now controlled on a per-package bases - probably best not to use this option unless you are a legacy installation that requires this behaviour.', @@ -2822,6 +2837,14 @@ and customer address. Include units.', }, { + 'key' => 'processing-fee', + 'section' => 'billing', + 'description' => 'Fee for back end payment processing.', + 'type' => 'text', + 'per_agent' => 1, + }, + + { 'key' => 'payby-default', 'section' => 'UI', 'description' => 'Default payment type. HIDE disables display of billing information and sets customers to BILL.', @@ -3337,6 +3360,13 @@ and customer address. Include units.', }, { + 'key' => 'global_unique-svc_hardware', + 'section' => '', + 'description' => 'Turn on duplicate checking for svc_hardware services. Unique fields are IP address, hardware address, and serial number (per device type).', + 'type' => 'checkbox', + }, + + { 'key' => 'svc_external-skip_manual', 'section' => 'UI', 'description' => 'When provisioning svc_external services, skip manual entry of id and title fields in the UI. Usually used in conjunction with an export that populates these fields (i.e. artera_turbo).', @@ -5504,6 +5534,13 @@ and customer address. Include units.', }, { + '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' => 'UI', 'description' => 'Disable the two-step dropdown for selecting package class and package, and return to the classic single dropdown.',