From 73e382b838f031512684138fedb7d813684ddd28 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 22 Jun 2009 07:50:18 +0000 Subject: tax exemption by tax name, RT#5127 --- FS/FS.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FS/FS.pm') diff --git a/FS/FS.pm b/FS/FS.pm index c4be977f1..e34b45db6 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -228,6 +228,8 @@ L - Mixin class for records that contain fields from cust_m L - Invoice destination class +L - Customer tax exemption class + L - Customer note class L - Banned payment information class -- cgit v1.2.1 From fa19c2c557f7abd72f94357373290b99dd3297bf Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 25 Jun 2009 01:28:53 +0000 Subject: tax adjustments, RT#5595 --- FS/FS.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FS/FS.pm') diff --git a/FS/FS.pm b/FS/FS.pm index e34b45db6..1477e985f 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -102,6 +102,8 @@ L - Locale (tax rate) class L - Tax exemption record class +L - Tax adjustment record class + L - Line-item specific tax exemption record class L - Service base class -- cgit v1.2.1 From 55f003404af6a2416571138356d11c5ad3755e58 Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 29 Jun 2009 13:53:25 +0000 Subject: FCC form 477 reporting #4912 --- FS/FS.pm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'FS/FS.pm') diff --git a/FS/FS.pm b/FS/FS.pm index 1477e985f..c3148735b 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -167,9 +167,9 @@ L - External provisioning export class L - Export option class -L - Package category class +L - Package category class (invoice oriented) -L - Package class class +L - Package class class (tax oriented) L - Package definition class @@ -179,6 +179,8 @@ L - Tax class class L - Package definition option class +L - Package reporting classification class + L - Class linking package definitions (see L) with service definitions (see L) -- cgit v1.2.1 From 665067cef48a5516e0bfb2dd79d99b8495e25ee5 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 30 Jun 2009 01:42:56 +0000 Subject: phone devices (for netsapiens integration), RT#5226 --- FS/FS.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'FS/FS.pm') diff --git a/FS/FS.pm b/FS/FS.pm index c3148735b..e9efcc1cf 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -138,6 +138,10 @@ L - Broadband virtual field class L - Phone service class +L - Phone device class + +L - Device definition class + L - Phone number availability cache L - Call Detail Record class -- cgit v1.2.1 From 891171bfdf53febbfd295e3264521c587f4ba406 Mon Sep 17 00:00:00 2001 From: jeff Date: Tue, 30 Jun 2009 20:18:39 +0000 Subject: documentation corrections --- FS/FS.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FS/FS.pm') diff --git a/FS/FS.pm b/FS/FS.pm index e9efcc1cf..00286d477 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -173,7 +173,7 @@ L - Export option class L - Package category class (invoice oriented) -L - Package class class (tax oriented) +L - Package class class L - Package definition class -- cgit v1.2.1 From 2b7f02dec42a7b63cb66f6521eaddd2ea54f9b57 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 17 Jul 2009 00:10:34 +0000 Subject: get rid of cdr_upstream_rate table and some other old convergent cruft --- FS/FS.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'FS/FS.pm') diff --git a/FS/FS.pm b/FS/FS.pm index 00286d477..09ef298e7 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -150,8 +150,6 @@ L - CDR calltype class L - CDR carrier class -L - CDR upstream rate class - L - CDR type class L - Externally tracked service class. -- cgit v1.2.1 From 5c35f5323f1cdcf7eabe6632d0352ea417d3047e Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 20 Aug 2009 04:03:35 +0000 Subject: Emailing statements of accounts, RT#4860 --- FS/FS.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FS/FS.pm') diff --git a/FS/FS.pm b/FS/FS.pm index 09ef298e7..7ce97414c 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -242,6 +242,8 @@ L - Banned payment information class L - Invoice class +L - Informational statement class + L - Invoice line item class L - Invoice line item detail class -- cgit v1.2.1