X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FMANIFEST;h=9916fedd3f1cf674207823f80e831f190620747d;hb=f77aadd8221dd05fa0e3ac4be21efe490d5e4e66;hp=b2a301a89094e107b236c925fa40e7694d0beb54;hpb=5fc8c5edf574ab024d4646914b6432d458e2ffbd;p=freeside.git diff --git a/FS/MANIFEST b/FS/MANIFEST index b2a301a89..9916fedd3 100644 --- a/FS/MANIFEST +++ b/FS/MANIFEST @@ -28,6 +28,7 @@ FS.pm FS/CGI.pm FS/InitHandler.pm FS/ClientAPI.pm +FS/ClientAPI_SessionCache.pm FS/ClientAPI/passwd.pm FS/ClientAPI/MyAccount.pm FS/Conf.pm @@ -38,10 +39,7 @@ FS/Report.pm FS/Report/Table.pm FS/Report/Table/Monthly.pm FS/SearchCache.pm -FS/UI/Base.pm -FS/UI/CGI.pm -FS/UI/Gtk.pm -FS/UI/agent.pm +FS/UI/Web.pm FS/UID.pm FS/Msgcat.pm FS/acct_snarf.pm @@ -64,6 +62,15 @@ FS/cust_pkg.pm FS/cust_refund.pm FS/cust_credit_refund.pm FS/cust_svc.pm +FS/h_Common.pm +FS/h_cust_svc.pm +FS/h_domain_record.pm +FS/h_svc_acct.pm +FS/h_svc_broadband.pm +FS/h_svc_domain.pm +FS/h_svc_external.pm +FS/h_svc_forward.pm +FS/h_svc_www.pm FS/part_bill_event.pm FS/export_svc.pm FS/part_export.pm @@ -105,6 +112,7 @@ FS/part_pkg/sql_external.pm FS/part_pkg/sql_generic.pm FS/part_pkg/sqlradacct_hour.pm FS/part_pkg/subscription.pm +FS/part_pkg/voip_sqlradacct.pm FS/part_pop_local.pm FS/part_referral.pm FS/part_svc.pm @@ -112,6 +120,12 @@ FS/part_svc_column.pm FS/part_svc_router.pm FS/part_virtual_field.pm FS/pkg_svc.pm +FS/rate.pm +FS/rate_detail.pm +FS/rate_region.pm +FS/rate_prefix.pm +FS/reg_code.pm +FS/reg_code_pkg.pm FS/svc_Common.pm FS/svc_acct.pm FS/svc_acct_pop.pm @@ -134,11 +148,14 @@ FS/queue_arg.pm FS/queue_depend.pm FS/msgcat.pm FS/cust_tax_exempt.pm +FS/clientapi_session.pm +FS/clientapi_session_field.pm t/agent.t t/agent_type.t t/CGI.t t/InitHandler.t t/ClientAPI.t +t/ClientAPI_SessionCache.t t/Conf.t t/ConfItem.t t/Misc.t @@ -166,6 +183,16 @@ t/cust_pay_refund.t t/cust_pkg.t t/cust_refund.t t/cust_svc.t +t/h_cust_svc.t +t/h_Common.t +t/h_cust_svc.t +t/h_domain_record.t +t/h_svc_acct.t +t/h_svc_broadband.t +t/h_svc_domain.t +t/h_svc_external.t +t/h_svc_forward.t +t/h_svc_www.t t/cust_tax_exempt.t t/domain_record.t t/nas.t @@ -213,6 +240,7 @@ t/part_pkg-sql_external.t t/part_pkg-sql_generic.t t/part_pkg-sqlradacct_hour.t t/part_pkg-subscription.t +t/part_pkg-voip_sqlradacct.t t/part_pop_local.t t/part_referral.t t/part_svc.t @@ -220,7 +248,13 @@ t/part_svc_column.t t/pkg_svc.t t/port.t t/prepay_credit.t +t/rate.t +t/rate_detail.t +t/rate_region.t +t/rate_prefix.t t/radius_usergroup.t +t/reg_code.t +t/reg_code_pkg.t t/session.t t/svc_acct.t t/svc_acct_pop.t @@ -236,3 +270,5 @@ t/queue_arg.t t/queue_depend.t t/msgcat.t t/raddb.t +t/clientapi_session.t +t/clientapi_session_field.t