summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-06-20 16:32:00 -0700
committerIvan Kohler <ivan@freeside.biz>2017-06-20 16:32:00 -0700
commite5b2660aefd03bc4b32386e1c38c53814c002c8d (patch)
tree412e33d23e7003b949b06ee9d2cf349f2caf14c6 /FS/FS/Conf.pm
parentb992d86235de93c9e3149b99d0f75c193b50e32f (diff)
Compliance Solutions <http://csilongwood.com/> integration, RT#75262
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm16
1 files changed, 15 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index a53fedb..5ba6fce 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -2468,7 +2468,7 @@ and customer address. Include units.',
'section' => 'taxation',
'description' => 'Tax data vendor you are using.',
'type' => 'select',
- 'select_enum' => [ '', 'cch', 'billsoft', 'avalara', 'suretax' ],
+ 'select_enum' => [ '', 'cch', 'billsoft', 'avalara', 'suretax', 'compliance_solutions' ],
},
{
@@ -2541,6 +2541,20 @@ and customer address. Include units.',
'per_agent' => 1,
},
+ {
+ 'key' => 'compliance_solutions-access_code',
+ 'section' => 'taxation',
+ 'description' => 'Access code for <a href="http://csilongwood.com/">Compliance Solutions</a> tax rating service',
+ 'type' => 'text',
+ },
+ {
+ 'key' => 'compliance_solutions-regulatory_code',
+ 'section' => 'taxation',
+ 'description' => 'Compliance Solutions regulatory status.',
+ 'type' => 'select',
+ 'select_enum' => [ '', 'ILEC', 'IXC', 'CLEC', 'VOIP', 'ISP', 'Wireless' ],
+ 'per_agent' => 1,
+ },
{
'key' => 'welcome_msgnum',