X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2Fbin%2Ffreeside-daily;h=f0ec9f041fa0ad59d293f0e3893ffa47b7946f57;hp=d5748d6b9e42aa6c371d4cf5cb6ae972ac86e012;hb=eb4ff7f73c5d4bdf74a3472448b5a195598ff4cd;hpb=32b5d3a31f112a381f0a15ac5e3a2204242f3405 diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily index d5748d6b9..f0ec9f041 100755 --- a/FS/bin/freeside-daily +++ b/FS/bin/freeside-daily @@ -6,7 +6,7 @@ use FS::UID qw(adminsuidsetup); &untaint_argv; #what it sounds like (eww) use vars qw(%opt); -getopts("p:a:d:vsy:n", \%opt); +getopts("p:a:d:vl:sy:n", \%opt); my $user = shift or die &usage; adminsuidsetup $user; @@ -14,9 +14,14 @@ adminsuidsetup $user; use FS::Cron::bill qw(bill); bill(%opt); +#what to do about the below when using -m? that is the question. + use FS::Cron::notify qw(notify_flat_delay); notify_flat_delay(%opt); +use FS::Cron::expire_user_pref qw(expire_user_pref); +expire_user_pref(); + use FS::Cron::vacuum qw(vacuum); vacuum(); @@ -50,7 +55,7 @@ freeside-daily - Run daily billing and invoice collection events. =head1 SYNOPSIS - freeside-daily [ -d 'date' ] [ -y days ] [ -p 'payby' ] [ -a agentnum ] [ -s ] [ -v ] user [ custnum custnum ... ] + freeside-daily [ -d 'date' ] [ -y days ] [ -p 'payby' ] [ -a agentnum ] [ -s ] [ -v ] [ -l level ] user [ custnum custnum ... ] =head1 DESCRIPTION @@ -80,6 +85,10 @@ the bill and collect methods of a cust_main object. See L. -v: enable debugging + -l: debugging level + + -m: Experimental multi-process mode uses the job queue for multi-process and/or multi-machine billing. + user: From the mapsecrets file - see config.html from the base documentation custnum: if one or more customer numbers are specified, only bills those