X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=50df3dde6b5673a573b0b7f8970aba8bbaf24082;hp=1b6deec1650964c2d7af66b9fd56a795c82a35db;hb=85d0dbbdb844857f17192c5f0740f63c9681b9e6;hpb=fb4d406cbc74ea6abac58770f81570b4f20d6cb9 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 1b6deec16..50df3dde6 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).',