From 5c48396fab6b19e33dbeac6f807860441465fa3b Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 31 Jul 2012 23:05:06 -0700 Subject: invoice voiding, RT#18677 --- FS/MANIFEST | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'FS/MANIFEST') diff --git a/FS/MANIFEST b/FS/MANIFEST index 590874d46..01dab2092 100644 --- a/FS/MANIFEST +++ b/FS/MANIFEST @@ -649,3 +649,17 @@ FS/quotation_pkg_discount.pm t/quotation_pkg_discount.t FS/Quotable_Mixin.pm t/Quotable_Mixin.t +FS/cust_bill_void.pm +t/cust_bill_void.t +FS/cust_bill_pkg_void.pm +t/cust_bill_pkg_void.t +FS/cust_bill_pkg_detail_void.pm +t/cust_bill_pkg_detail_void.t +FS/cust_bill_pkg_display_void.pm +t/cust_bill_pkg_display_void.t +FS/cust_bill_pkg_tax_location_void.pm +t/cust_bill_pkg_tax_location_void.t +FS/cust_bill_pkg_tax_rate_location_void.pm +t/cust_bill_pkg_tax_rate_location_void.t +FS/cust_tax_exempt_pkg_void.pm +t/cust_tax_exempt_pkg_void.t -- cgit v1.2.1 From 4d6c465f4b32a49f8bce091f6cb5abb209123ec2 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 1 Aug 2012 14:04:50 -0700 Subject: invoice voiding, RT#18677 --- FS/MANIFEST | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FS/MANIFEST') diff --git a/FS/MANIFEST b/FS/MANIFEST index 01dab2092..2163a2324 100644 --- a/FS/MANIFEST +++ b/FS/MANIFEST @@ -663,3 +663,5 @@ FS/cust_bill_pkg_tax_rate_location_void.pm t/cust_bill_pkg_tax_rate_location_void.t FS/cust_tax_exempt_pkg_void.pm t/cust_tax_exempt_pkg_void.t +FS/cust_bill_pkg_discount_void.pm +t/cust_bill_pkg_discount_void.t -- cgit v1.2.1 From aa59ea407bdb0368f0dcb36d48b69cdabf44da41 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 2 Aug 2012 20:53:12 -0700 Subject: request tracing, RT#18719 --- FS/MANIFEST | 1 + 1 file changed, 1 insertion(+) (limited to 'FS/MANIFEST') diff --git a/FS/MANIFEST b/FS/MANIFEST index 2163a2324..e8b676028 100644 --- a/FS/MANIFEST +++ b/FS/MANIFEST @@ -665,3 +665,4 @@ FS/cust_tax_exempt_pkg_void.pm t/cust_tax_exempt_pkg_void.t FS/cust_bill_pkg_discount_void.pm t/cust_bill_pkg_discount_void.t +FS/Trace.pm -- cgit v1.2.1 From 966ef9f5a09505f18f2f7c6ca0da9246d88470bb Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 30 Aug 2012 00:48:43 -0700 Subject: commissions per agent and package class, RT#18232 --- FS/MANIFEST | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FS/MANIFEST') diff --git a/FS/MANIFEST b/FS/MANIFEST index e8b676028..bb10fb7b1 100644 --- a/FS/MANIFEST +++ b/FS/MANIFEST @@ -666,3 +666,5 @@ t/cust_tax_exempt_pkg_void.t FS/cust_bill_pkg_discount_void.pm t/cust_bill_pkg_discount_void.t FS/Trace.pm +FS/agent_pkg_class.pm +t/agent_pkg_class.t -- cgit v1.2.1 From 1ad547a47f16b4230762e752fbe48d460ed997e1 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 18 Sep 2012 02:18:04 -0700 Subject: export host selection per service, RT#17914 --- FS/MANIFEST | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'FS/MANIFEST') diff --git a/FS/MANIFEST b/FS/MANIFEST index bb10fb7b1..479dcad60 100644 --- a/FS/MANIFEST +++ b/FS/MANIFEST @@ -668,3 +668,7 @@ t/cust_bill_pkg_discount_void.t FS/Trace.pm FS/agent_pkg_class.pm t/agent_pkg_class.t +FS/part_export_machine.pm +t/part_export_machine.t +FS/svc_export_machine.pm +t/svc_export_machine.t -- cgit v1.2.1 From 82d8565fbeaebd69177a3a14d833685ecb86a545 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Wed, 26 Sep 2012 00:53:05 -0700 Subject: tax calculation and reporting for new customer locations, #940 --- FS/MANIFEST | 1 + 1 file changed, 1 insertion(+) (limited to 'FS/MANIFEST') diff --git a/FS/MANIFEST b/FS/MANIFEST index 479dcad60..b5ee87e93 100644 --- a/FS/MANIFEST +++ b/FS/MANIFEST @@ -94,6 +94,7 @@ FS/h_cust_pkg_reason.pm FS/h_cust_svc.pm FS/h_cust_tax_exempt.pm FS/h_domain_record.pm +FS/h_part_pkg.pm FS/h_svc_acct.pm FS/h_svc_broadband.pm FS/h_svc_domain.pm -- cgit v1.2.1