From 794a4505360fec404e2b9d5c6daf79f750186bfe Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 13 May 2009 22:27:42 +0000 Subject: improved taxproduct tax report RT#4783 --- FS/t/cust_bill_pkg_tax_rate_location.t | 5 +++++ FS/t/tax_rate_location.t | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 FS/t/cust_bill_pkg_tax_rate_location.t create mode 100644 FS/t/tax_rate_location.t (limited to 'FS/t') diff --git a/FS/t/cust_bill_pkg_tax_rate_location.t b/FS/t/cust_bill_pkg_tax_rate_location.t new file mode 100644 index 000000000..3250db9b5 --- /dev/null +++ b/FS/t/cust_bill_pkg_tax_rate_location.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cust_bill_pkg_tax_rate_location; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/tax_rate_location.t b/FS/t/tax_rate_location.t new file mode 100644 index 000000000..f4ee910a0 --- /dev/null +++ b/FS/t/tax_rate_location.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::tax_rate_location; +$loaded=1; +print "ok 1\n"; -- cgit v1.2.1 From 15e57a4859d967a13113602b112c4aa197ca6002 Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 27 May 2009 07:50:40 +0000 Subject: bulk provisioning via ftp and SOAP #5202 --- FS/t/cust_recon.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/cust_recon.t (limited to 'FS/t') diff --git a/FS/t/cust_recon.t b/FS/t/cust_recon.t new file mode 100644 index 000000000..3724736f4 --- /dev/null +++ b/FS/t/cust_recon.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cust_recon; +$loaded=1; +print "ok 1\n"; -- cgit v1.2.1 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/t/cust_main_exemption.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/cust_main_exemption.t (limited to 'FS/t') diff --git a/FS/t/cust_main_exemption.t b/FS/t/cust_main_exemption.t new file mode 100644 index 000000000..fec6d197e --- /dev/null +++ b/FS/t/cust_main_exemption.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cust_main_exemption; +$loaded=1; +print "ok 1\n"; -- 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/t/cust_tax_adjustment.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/cust_tax_adjustment.t (limited to 'FS/t') diff --git a/FS/t/cust_tax_adjustment.t b/FS/t/cust_tax_adjustment.t new file mode 100644 index 000000000..cc5719a8c --- /dev/null +++ b/FS/t/cust_tax_adjustment.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cust_tax_adjustment; +$loaded=1; +print "ok 1\n"; -- 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/t/part_pkg_report_option.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/part_pkg_report_option.t (limited to 'FS/t') diff --git a/FS/t/part_pkg_report_option.t b/FS/t/part_pkg_report_option.t new file mode 100644 index 000000000..622bb3872 --- /dev/null +++ b/FS/t/part_pkg_report_option.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::part_pkg_report_option; +$loaded=1; +print "ok 1\n"; -- 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/t/part_device.t | 5 +++++ FS/t/phone_device.t | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 FS/t/part_device.t create mode 100644 FS/t/phone_device.t (limited to 'FS/t') diff --git a/FS/t/part_device.t b/FS/t/part_device.t new file mode 100644 index 000000000..569686829 --- /dev/null +++ b/FS/t/part_device.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::part_device; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/phone_device.t b/FS/t/phone_device.t new file mode 100644 index 000000000..307031400 --- /dev/null +++ b/FS/t/phone_device.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::phone_device; +$loaded=1; +print "ok 1\n"; -- cgit v1.2.1 From a67fd3bbfeec137ebf494e36eaa920145b8509a1 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 1 Jul 2009 10:28:49 +0000 Subject: start of settlement CDR processing, RT#5495 --- FS/t/cdr_termination.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/cdr_termination.t (limited to 'FS/t') diff --git a/FS/t/cdr_termination.t b/FS/t/cdr_termination.t new file mode 100644 index 000000000..7167bf288 --- /dev/null +++ b/FS/t/cdr_termination.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cdr_termination; +$loaded=1; +print "ok 1\n"; -- 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/t/cdr_upstream_rate.t | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 FS/t/cdr_upstream_rate.t (limited to 'FS/t') diff --git a/FS/t/cdr_upstream_rate.t b/FS/t/cdr_upstream_rate.t deleted file mode 100644 index f9458c527..000000000 --- a/FS/t/cdr_upstream_rate.t +++ /dev/null @@ -1,5 +0,0 @@ -BEGIN { $| = 1; print "1..1\n" } -END {print "not ok 1\n" unless $loaded;} -use FS::cdr_upstream_rate; -$loaded=1; -print "ok 1\n"; -- 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/t/cust_statement.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/cust_statement.t (limited to 'FS/t') diff --git a/FS/t/cust_statement.t b/FS/t/cust_statement.t new file mode 100644 index 000000000..c57d94c40 --- /dev/null +++ b/FS/t/cust_statement.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cust_statement; +$loaded=1; +print "ok 1\n"; -- cgit v1.2.1 From 505d7cbfbaf382a9477e8e754a0b89676c23f5d1 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 29 Sep 2009 06:17:50 +0000 Subject: forgot --- FS/t/cust_attachment.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/cust_attachment.t (limited to 'FS/t') diff --git a/FS/t/cust_attachment.t b/FS/t/cust_attachment.t new file mode 100644 index 000000000..59862040c --- /dev/null +++ b/FS/t/cust_attachment.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cust_attachment; +$loaded=1; +print "ok 1\n"; -- cgit v1.2.1