summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-11-30 22:40:30 -0800
committerMark Wells <mark@freeside.biz>2016-11-30 22:40:30 -0800
commit85d0dbbdb844857f17192c5f0740f63c9681b9e6 (patch)
tree0ed8b1e09c63c28690cd9949b6df01f2881b34ba /FS/FS/Conf.pm
parentfb4d406cbc74ea6abac58770f81570b4f20d6cb9 (diff)
rework Billsoft interface for new Avalara data format, fix many things, #73063
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm9
1 files changed, 8 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 1b6deec..50df3dd 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -2449,11 +2449,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).',