X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FMANIFEST;h=8fd672653c69cf753a161991911d4849e62ed75e;hp=971fe403ea274de580b3a8cb7948e4cda1f9cb57;hb=2d73473ce78c22160b618e93802a9551c9c77d69;hpb=beba6672fb9c9c5769c81f8029bb88cd2bc910e9 diff --git a/FS/MANIFEST b/FS/MANIFEST index 971fe403e..8fd672653 100644 --- a/FS/MANIFEST +++ b/FS/MANIFEST @@ -2,48 +2,64 @@ Changes MANIFEST MANIFEST.SKIP Makefile.PL -README bin/freeside-addoutsource bin/freeside-addoutsourceuser +bin/freeside-addgroup bin/freeside-adduser bin/freeside-apply-credits -bin/freeside-bill bin/freeside-count-active-customers bin/freeside-daily bin/freeside-deloutsource bin/freeside-deloutsourceuser bin/freeside-deluser bin/freeside-email -bin/freeside-expiration-alerter bin/freeside-queued bin/freeside-radgroup bin/freeside-reexport bin/freeside-selfservice-server +bin/freeside-selfservice-xmlrpcd bin/freeside-setinvoice bin/freeside-setup bin/freeside-sqlradius-radacctd bin/freeside-sqlradius-reset bin/freeside-sqlradius-seconds FS.pm +FS/AccessRight.pm FS/CGI.pm FS/InitHandler.pm FS/ClientAPI.pm FS/ClientAPI_SessionCache.pm +FS/ClientAPI_XMLRPC.pm FS/ClientAPI/passwd.pm +FS/ClientAPI/Agent.pm +FS/ClientAPI/Bulk.pm +FS/ClientAPI/MasonComponent.pm FS/ClientAPI/MyAccount.pm +FS/ClientAPI/PrepaidPhone.pm +FS/ClientAPI/SGNG.pm +FS/ClientAPI/Signup.pm FS/Conf.pm FS/ConfItem.pm +FS/Cron/backup.pm +FS/Cron/bill.pm +FS/Cron/vacuum.pm FS/Daemon.pm +FS/Maestro.pm FS/Misc.pm FS/Record.pm FS/Report.pm +FS/Report/FCC_477.pm FS/Report/Table.pm FS/Report/Table/Monthly.pm FS/SearchCache.pm FS/UI/Web.pm FS/UID.pm +FS/Mason.pm +FS/Mason/Request.pm FS/Msgcat.pm +FS/Pony.pm FS/acct_snarf.pm +FS/addr_block.pm FS/agent.pm FS/agent_type.pm FS/cust_bill.pm @@ -52,6 +68,14 @@ FS/cust_bill_pkg_detail.pm FS/cust_credit.pm FS/cust_credit_bill.pm FS/cust_main.pm +FS/cust_main/Billing.pm +FS/cust_main/Billing_Discount.pm +FS/cust_main/Billing_Realtime.pm +FS/cust_main/Import.pm +FS/cust_main/Packages.pm +FS/cust_main/Search.pm +FS/cust_main/_Marketgear.pm +FS/cust_main_Mixin.pm FS/cust_main_county.pm FS/cust_main_invoice.pm FS/cust_pay.pm @@ -64,7 +88,11 @@ FS/cust_refund.pm FS/cust_credit_refund.pm FS/cust_svc.pm FS/h_Common.pm +FS/h_cust_bill.pm +FS/h_cust_pkg.pm +FS/h_cust_pkg_reason.pm FS/h_cust_svc.pm +FS/h_cust_tax_exempt.pm FS/h_domain_record.pm FS/h_svc_acct.pm FS/h_svc_broadband.pm @@ -73,7 +101,9 @@ FS/h_svc_external.pm FS/h_svc_forward.pm FS/h_svc_www.pm FS/part_bill_event.pm +FS/payinfo_Mixin.pm FS/export_svc.pm +FS/export_device.pm FS/part_export.pm FS/part_export_option.pm FS/part_export/acct_sql.pm @@ -85,12 +115,15 @@ FS/part_export/communigate_pro.pm FS/part_export/communigate_pro_singledomain.pm FS/part_export/cp.pm FS/part_export/cyrus.pm +FS/part_export/dashcs_e911.pm FS/part_export/domain_shellcommands.pm FS/part_export/forward_shellcommands.pm FS/part_export/http.pm FS/part_export/infostreet.pm FS/part_export/ldap.pm FS/part_export/null.pm +FS/part_export/radiator.pm +FS/part_export/router.pm FS/part_export/shellcommands.pm FS/part_export/shellcommands_withdomain.pm FS/part_export/sqlmail.pm @@ -114,12 +147,17 @@ 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_pkg/voip_cdr.pm +FS/part_pkg/base_rate.pm +FS/part_pkg/base_delayed.pm 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/payby.pm +FS/pkg_class.pm FS/pkg_svc.pm FS/rate.pm FS/rate_detail.pm @@ -149,16 +187,22 @@ FS/queue_arg.pm FS/queue_depend.pm FS/msgcat.pm FS/cust_tax_exempt.pm +FS/cust_tax_exempt_pkg.pm FS/clientapi_session.pm FS/clientapi_session_field.pm +t/addr_block.t t/agent.t t/agent_type.t +t/AccessRight.t t/CGI.t t/InitHandler.t t/ClientAPI.t t/ClientAPI_SessionCache.t t/Conf.t t/ConfItem.t +t/Cron-backup.t +t/Cron-bill.t +t/Cron-vacuum.t t/Daemon.t t/Misc.t t/Record.t @@ -177,6 +221,7 @@ t/cust_credit.t t/cust_credit_bill.t t/cust_credit_refund.t t/cust_main.t +t/cust_main_Mixin.t t/cust_main_county.t t/cust_main_invoice.t t/cust_pay.t @@ -185,9 +230,12 @@ t/cust_pay_refund.t t/cust_pkg.t t/cust_refund.t t/cust_svc.t +t/h_cust_bill.t +t/h_cust_pkg.t +t/h_cust_pkg_reason.t t/h_cust_svc.t +t/h_cust_tax_exempt.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 @@ -196,10 +244,12 @@ t/h_svc_external.t t/h_svc_forward.t t/h_svc_www.t t/cust_tax_exempt.t +t/cust_tax_exempt_pkg.t t/domain_record.t t/nas.t t/part_bill_event.t t/export_svc.t +t/export_device.t t/part_export.t t/part_export_option.t t/part_export-acct_sql.t @@ -219,6 +269,7 @@ t/part_export-ldap.t t/part_export-null.t t/part_export-passwdfile.t t/part_export-postfix.t +t/part_export-radiator.t t/part_export-router.t t/part_export-shellcommands.t t/part_export-shellcommands_withdomain.t @@ -243,10 +294,14 @@ 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_pkg-voip_cdr.t t/part_pop_local.t t/part_referral.t t/part_svc.t t/part_svc_column.t +t/payby.t +t/payinfo_Mixin.t +t/pkg_class.t t/pkg_svc.t t/port.t t/prepay_credit.t @@ -257,6 +312,7 @@ t/rate_prefix.t t/radius_usergroup.t t/reg_code.t t/reg_code_pkg.t +t/router.t t/session.t t/svc_acct.t t/svc_acct_pop.t @@ -274,3 +330,213 @@ t/msgcat.t t/raddb.t t/clientapi_session.t t/clientapi_session_field.t +FS/payment_gateway.pm +t/payment_gateway.t +FS/payment_gateway_option.pm +t/payment_gateway_option.t +FS/option_Common.pm +t/option_Common.t +FS/agent_payment_gateway.pm +t/agent_payment_gateway.t +FS/banned_pay.pm +t/banned_pay.t +bin/freeside-prepaidd +FS/cdr.pm +t/cdr.t +FS/cdr_calltype.pm +t/cdr_calltype.t +FS/cdr_type.pm +t/cdr_type.t +FS/cdr_carrier.pm +t/cdr_carrier.t +FS/inventory_class.pm +t/inventory_class.t +FS/inventory_item.pm +t/inventory_item.t +FS/access_user.pm +t/access_user.t +FS/access_user_pref.pm +t/access_user_pref.t +FS/access_group.pm +t/access_group.t +FS/access_usergroup.pm +t/access_usergroup.t +FS/access_groupagent.pm +t/access_groupagent.t +FS/access_right.pm +t/access_right.t +FS/m2m_Common.pm +FS/pay_batch.pm +t/pay_batch.t +FS/ConfDefaults.pm +t/ConfDefaults.t +FS/m2name_Common.pm +FS/CurrentUser.pm +FS/svc_phone.pm +t/svc_phone.t +FS/h_svc_phone.pm +FS/cust_bill_pay_batch.pm +t/cust_bill_pay_batch.t +FS/cust_bill_pay_pkg.pm +t/cust_bill_pay_pkg.t +FS/cust_credit_bill_pkg.pm +t/cust_credit_bill_pkg.t +FS/registrar.pm +t/registrar.t +FS/svc_Domain_Mixin.pm +t/svc_Domain_Mixin.t +FS/svc_External_Common.pm +t/svc_External_Common.t +FS/svc_Parent_Mixin.pm +t/svc_Parent_Mixin.t +FS/cust_main_note.pm +t/cust_main_note.t +FS/cust_pkg_reason.pm +t/cust_pkg_reason.t +FS/reason.pm +t/reason.t +FS/reason_type.pm +t/reason_type.t +FS/pkg_referral.pm +t/pkg_referral.t +FS/part_event_option.pm +t/part_event_option.t +FS/part_event_condition.pm +t/part_event_condition.t +FS/part_event_condition_option.pm +t/part_event_condition_option.t +FS/part_event.pm +t/part_event.t +FS/cust_event.pm +t/cust_event.t +FS/part_event_condition_option_option.pm +t/part_event_condition_option_option.t +FS/cust_pkg_option.pm +t/cust_pkg_option.t +FS/conf.pm +t/conf.t +FS/acct_rt_transaction.pm +t/acct_rt_transaction.t +FS/cust_pay_pending.pm +t/cust_pay_pending.t +FS/part_pkg_taxclass.pm +t/part_pkg_taxclass.t +FS/tax_rate.pm +t/tax_rate.t +FS/tax_class.pm +t/tax_class.t +FS/cust_tax_location.pm +t/cust_tax_location.t +FS/part_pkg_taxproduct.pm +t/part_pkg_taxproduct.t +FS/part_pkg_taxoverride.pm +t/part_pkg_taxoverride.t +FS/part_pkg_taxrate.pm +t/part_pkg_taxrate.t +FS/part_pkg_link.pm +t/part_pkg_link.t +FS/pkg_category.pm +t/pkg_category.t +FS/phone_avail.pm +t/phone_avail.t +FS/Yori.pm +FS/cust_svc_option.pm +t/cust_svc_option.t +FS/usage_class.pm +t/usage_class.t +FS/cust_bill_pkg_display.pm +t/cust_bill_pkg_display.t +FS/cust_pkg_detail.pm +t/cust_pkg_detail.t +FS/cust_location.pm +t/cust_location.t +FS/cust_bill_pkg_tax_location.pm +t/cust_bill_pkg_tax_location.t +FS/tax_rate_location.pm +t/tax_rate_location.t +FS/cust_bill_pkg_tax_rate_location.pm +t/cust_bill_pkg_tax_rate_location.t +FS/cust_recon.pm +t/cust_recon.t +FS/part_pkg_report_option.pm +t/part_pkg_report_option.t +FS/cust_main_exemption.pm +t/cust_main_exemption.t +FS/cust_tax_adjustment.pm +t/cust_tax_adjustment.t +FS/phone_device.pm +t/phone_device.t +FS/part_device.pm +t/part_device.t +FS/cdr_termination.pm +t/cdr_termination.t +FS/cust_attachment.pm +t/cust_attachment.t +FS/cust_statement.pm +t/cust_statement.t +FS/cdr_batch.pm +t/cdr_batch.t +FS/cust_class.pm +t/cust_class.t +FS/cust_category.pm +t/cust_category.t +FS/class_Common.pm +t/class_Common.t +FS/category_Common.pm +t/category_Common.t +FS/contact.pm +t/contact.t +FS/contact_phone.pm +t/contact_phone.t +FS/phone_type.pm +t/phone_type.t +FS/contact_email.pm +t/contact_email.t +FS/prospect_main.pm +t/prospect_main.t +FS/o2m_Common.pm +FS/svc_pbx.pm +t/svc_pbx.t +FS/h_svc_www.pm +t/h_svc_www.t +FS/discount.pm +t/discount.t +FS/cust_pkg_discount.pm +t/cust_pkg_discount.t +FS/cust_bill_pkg_discount.pm +t/cust_bill_pkg_discount.t +FS/location_Mixin.pm +t/location_Mixin.t +FS/svc_mailinglist.pm +t/svc_mailinglist.t +FS/mailinglist.pm +t/mailinglist.t +FS/mailinglistmember.pm +t/mailinglistmember.t +FS/otaker_Mixin.pm +FS/part_event/Action/Mixin/credit_pkg.pm +FS/part_event/Action/pkg_agent_credit.pm +FS/part_event/Action/pkg_agent_credit_pkg.pm +FS/part_event/Action/pkg_employee_credit.pm +FS/part_event/Action/pkg_employee_credit_pkg.pm +FS/Misc/DateTime.pm +FS/cgp_rule.pm +t/cgp_rule.t +FS/cgp_rule_condition.pm +t/cgp_rule_condition.t +FS/cgp_rule_action.pm +t/cgp_rule_action.t +FS/msg_template.pm +t/msg_template.t +FS/cust_tag.pm +t/cust_tag.t +FS/part_tag.pm +t/part_tag.t +FS/svc_CGP_Mixin.pm +FS/svc_CGPRule_Mixin.pm +FS/svc_cert.pm +t/svc_cert.t +FS/part_pkg_discount.pm +t/part_pkg_discount.t +FS/svc_cert.pm +t/svc_cert.t