X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=5cd4356ffdcbfec1090c21839b0bcaa71716dc6c;hb=9813252ec987e72242efa564c7a927b111f9222a;hp=8e07c72bb255aecee0c11edab9215d6543299e1d;hpb=932a41248987b59d271994a209545280ef38498e;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 8e07c72bb..5cd4356ff 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3104,6 +3104,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.', @@ -4179,6 +4186,13 @@ and customer address. Include units.', }, { + 'key' => 'cust_main_note-require_class', + 'section' => 'UI', + 'description' => 'Require customer note classes for customer notes', + 'type' => 'checkbox', + }, + + { 'key' => 'cust_main-ticket_statuses', 'section' => 'UI', 'description' => 'Show tickets with these statuses on the customer view page.', @@ -4721,7 +4735,7 @@ and customer address. Include units.', { 'key' => 'tax_district_method', - 'section' => 'UI', + 'section' => 'billing', # 'UI', #??? 'description' => 'The method to use to look up tax district codes.', 'type' => 'select', #'select_hash' => [ FS::Misc::Geo::get_district_methods() ], @@ -4733,6 +4747,13 @@ and customer address. Include units.', }, { + 'key' => 'tax_district_taxname', + 'section' => 'billing', + 'description' => 'The tax name to display on the invoice for district sales taxes. Defaults to "Tax".', + 'type' => 'text', + }, + + { 'key' => 'company_latitude', 'section' => 'UI', 'description' => 'Your company latitude (-90 through 90)', @@ -5744,10 +5765,14 @@ and customer address. Include units.', { 'key' => 'note-classes', - 'section' => 'UI', - 'description' => 'Use customer note classes', + 'section' => 'deprecated', + 'description' => 'Use customer note classes (now automatically used if classes are defined)', 'type' => 'select', - 'select_enum' => [ '', 'Enabled', 'Required' ], + 'select_hash' => [ + 0 => 'Disabled', + 1 => 'Enabled', + 2 => 'Enabled, with tabs', + ], }, {