X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=dad12aabb702650317edb182cab3f42b24bf81cf;hb=09af85fc0e7a48392c930c9672a99448cf9630d4;hp=00042bd41f581dd6b693ac45c6c04112a63a5b40;hpb=06c85c354d546ca68320c8c2a4fb3dbc34750e0a;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 00042bd41..dad12aabb 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -669,6 +669,7 @@ my %batch_gateway_options = ( ); map { $_->gatewaynum, $_->label } @gateways; }, + 'per_agent' => 1, ); my %invoice_mode_options = ( @@ -1542,6 +1543,14 @@ and customer address. Include units.', }, { + 'key' => 'invoice_omit_due_date', + 'section' => 'invoice_balances', + 'description' => 'Omit the "Please pay by (date)" from invoices.', + 'type' => 'checkbox', + 'per_agent' => 1, + }, + + { 'key' => 'invoice_sections', 'section' => 'invoicing', 'description' => 'Split invoice into sections and label according to package category when enabled.', @@ -2185,8 +2194,8 @@ and customer address. Include units.', { 'key' => 'selfservice-payment_gateway', - 'section' => 'self-service', - 'description' => 'Force the use of this payment gateway for self-service.', + 'section' => 'deprecated', + 'description' => '(no longer supported) Force the use of this payment gateway for self-service.', %payment_gateway_options, }, @@ -2449,11 +2458,18 @@ and customer address. Include units.', { 'key' => 'billsoft-company_code', 'section' => 'taxation', - 'description' => 'Billsoft tax service company code (3 letters)', + 'description' => 'Billsoft (AvaTax for Communications) tax service company code (3 letters)', 'type' => 'text', }, { + 'key' => 'billsoft-taxconfig', + 'section' => 'taxation', + 'description' => 'Billsoft tax configuration flags. Four lines: Facilities, Franchise, Regulated, Business Class. See the Avalara documentation for instructions on setting these flags.', + 'type' => 'textarea', + }, + + { 'key' => 'avalara-taxconfig', 'section' => 'taxation', 'description' => 'Avalara tax service configuration. Four lines: company code, account number, license key, test mode (1 to enable).', @@ -2886,6 +2902,13 @@ and customer address. Include units.', }, { + 'key' => 'selfservice-password_reset_hours', + 'section' => 'self-service', + 'description' => 'Numbers of hours an email password reset is valid. Defaults to 24.', + 'type' => 'text', + }, + + { 'key' => 'selfservice-password_reset_msgnum', 'section' => 'self-service', 'description' => 'Template to use for password reset emails.', @@ -5547,14 +5570,6 @@ and customer address. Include units.', }, { - 'key' => 'ie-compatibility_mode', - 'section' => 'deprecated', - 'description' => "Compatibility mode META tag for Internet Explorer, used on the customer view page. Not necessary in normal operation unless custom content (notes, cust_main-custom_link) is included on customer view that is incompatibile with newer IE verisons.", - 'type' => 'select', - 'select_enum' => [ '', '7', 'EmulateIE7', '8', 'EmulateIE8' ], - }, - - { 'key' => 'disable_payauto_default', 'section' => 'payments', 'description' => 'Disable the "Charge future payments to this (card|check) automatically" checkbox from defaulting to checked.',