diff options
Diffstat (limited to 'FS/MANIFEST')
-rw-r--r-- | FS/MANIFEST | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/FS/MANIFEST b/FS/MANIFEST index 675429e04..3d12a4051 100644 --- a/FS/MANIFEST +++ b/FS/MANIFEST @@ -8,13 +8,16 @@ bin/freeside-addoutsourceuser bin/freeside-adduser bin/freeside-apply-credits bin/freeside-bill +bin/freeside-cc-receipts-report bin/freeside-count-active-customers +bin/freeside-credit-report bin/freeside-daily bin/freeside-deloutsource bin/freeside-deloutsourceuser bin/freeside-deluser bin/freeside-email bin/freeside-expiration-alerter +bin/freeside-overdue bin/freeside-queued bin/freeside-radgroup bin/freeside-reexport @@ -35,9 +38,6 @@ FS/Conf.pm FS/ConfItem.pm FS/Misc.pm FS/Record.pm -FS/Report.pm -FS/Report/Table.pm -FS/Report/Table/Monthly.pm FS/SearchCache.pm FS/UI/Base.pm FS/UI/CGI.pm @@ -50,7 +50,6 @@ FS/agent.pm FS/agent_type.pm FS/cust_bill.pm FS/cust_bill_pkg.pm -FS/cust_bill_pkg_detail.pm FS/cust_credit.pm FS/cust_credit_bill.pm FS/cust_main.pm @@ -95,16 +94,12 @@ FS/part_pop_local.pm FS/part_referral.pm FS/part_svc.pm FS/part_svc_column.pm -FS/part_svc_router.pm -FS/part_virtual_field.pm FS/pkg_svc.pm FS/svc_Common.pm FS/svc_acct.pm FS/svc_acct_pop.pm -FS/svc_broadband.pm +FS/svc_acct_sm.pm FS/svc_domain.pm -FS/svc_external.pm -FS/router.pm FS/type_pkgs.pm FS/nas.pm FS/port.pm @@ -129,9 +124,6 @@ t/Conf.t t/ConfItem.t t/Misc.t t/Record.t -t/Report.t -t/Report-Table.t -t/Report-Table-Monthly.t t/UID.t t/Msgcat.t t/SearchCache.t @@ -139,7 +131,6 @@ t/cust_bill.t t/cust_bill_event.t t/cust_bill_pay.t t/cust_bill_pkg.t -t/cust_bill_pkg_detail.t t/cust_credit.t t/cust_credit_bill.t t/cust_credit_refund.t @@ -173,7 +164,6 @@ t/part_export-ldap.t t/part_export-null.t t/part_export-passwdfile.t t/part_export-postfix.t -t/part_export-router.t t/part_export-shellcommands.t t/part_export-shellcommands_withdomain.t t/part_export-sqlmail.t @@ -194,10 +184,9 @@ t/radius_usergroup.t t/session.t t/svc_acct.t t/svc_acct_pop.t -t/svc_broadband.t +t/svc_acct_sm.t t/svc_Common.t t/svc_domain.t -t/svc_external.t t/svc_forward.t t/svc_www.t t/type_pkgs.t |