X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FMANIFEST;h=c6638c84b057df161131ea633ba7d6e6217c1ed2;hp=ae3e0b0e6d7ea639e0a10e8d97f8ff97c8d3f007;hb=1d4951dbd6af315840a8a633bae5a5739ec5d82c;hpb=244da3a0cb3e83a3cf9888d70e3ecc15dbe10e56 diff --git a/FS/MANIFEST b/FS/MANIFEST index ae3e0b0e6..c6638c84b 100644 --- a/FS/MANIFEST +++ b/FS/MANIFEST @@ -4,12 +4,19 @@ MANIFEST.SKIP Makefile.PL README bin/freeside-bill +bin/freeside-daily bin/freeside-email -bin/freeside-print-batch +bin/freeside-queued +bin/freeside-apply-credits +bin/freeside-adduser +bin/freeside-setinvoice +bin/freeside-overdue FS.pm FS/CGI.pm FS/Conf.pm +FS/ConfItem.pm FS/Record.pm +FS/SearchCache.pm FS/UI/Base.pm FS/UI/CGI.pm FS/UI/Gtk.pm @@ -25,13 +32,16 @@ FS/cust_main.pm FS/cust_main_county.pm FS/cust_main_invoice.pm FS/cust_pay.pm +FS/cust_bill_event.pm FS/cust_bill_pay.pm FS/cust_pay_batch.pm FS/cust_pkg.pm FS/cust_refund.pm FS/cust_credit_refund.pm FS/cust_svc.pm +FS/part_bill_event.pm FS/part_pkg.pm +FS/part_pop_local.pm FS/part_referral.pm FS/part_svc.pm FS/part_svc_column.pm @@ -48,15 +58,18 @@ FS/session.pm FS/domain_record.pm FS/prepay_credit.pm FS/svc_www.pm -FS/CGIwrapper.pm FS/svc_forward.pm FS/raddb.pm +FS/queue.pm +FS/queue_arg.pm t/agent.t t/agent_type.t t/CGI.t t/CGIwrapper.t t/Conf.t +t/ConfItem.t t/cust_bill.t +t/cust_bill_event.t t/cust_bill_pay.t t/cust_bill_pkg.t t/cust_credit.t @@ -72,7 +85,9 @@ t/cust_refund.t t/cust_svc.t t/domain_record.t t/nas.t +t/part_bill_event.t t/part_pkg.t +t/part_pop_local.t t/part_referral.t t/part_svc.t t/part_svc_column.t @@ -89,5 +104,7 @@ t/svc_domain.t t/svc_forward.t t/svc_www.t t/type_pkgs.t +t/queue.t +t/queue_arg.t t/UID.t t/raddb.t