X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2Fbin%2Ffreeside-monthly;h=431fbd86f2c9d1126f6d0822e796c2f1deba19a2;hb=fbdaf36fb33a44a453e23bc2dc8d18637b40dae9;hp=0d6ea14a2c504ebad24756bc5f4ec6001ec633de;hpb=708b7bd0a10a5bf6be81ce21d946e05e046a00ed;p=freeside.git diff --git a/FS/bin/freeside-monthly b/FS/bin/freeside-monthly index 0d6ea14a2..431fbd86f 100755 --- a/FS/bin/freeside-monthly +++ b/FS/bin/freeside-monthly @@ -7,7 +7,7 @@ use FS::UID qw(adminsuidsetup); &untaint_argv; #what it sounds like (eww) #use vars qw($opt_d $opt_v $opt_p $opt_a $opt_s $opt_y); use vars qw(%opt); -getopts("p:a:d:vsy:", \%opt); +getopts("p:a:d:vsy:m", \%opt); my $user = shift or die &usage; adminsuidsetup $user; @@ -72,7 +72,9 @@ the bill and collect methods of a cust_main object. See L. -v: enable debugging -user: From the mapsecrets file - see config.html from the base documentation + -m: Experimental multi-process mode (delay upload jobs until billing jobs complete) + +user: Typically "fs_daily" custnum: if one or more customer numbers are specified, only bills those customers. Otherwise, bills all customers.