On 2 September 2011 05:37, Cab Vinton <[email protected]> wrote: > In whatever version of Koha we're running, it appears that the Task > Scheduler can not be used to schedule tasks on a recurring basis, > e.g., once a week, every 14 days, etc. (I'm thinking of running > Reports periodically, in particular.) > > Is this accurate? > Hi Cab
Yes this is accurate, the task scheduler uses at to schedule one off jobs. If you want to run reports regularly, there is a script to do that using cron. The scripts name is misc/cronjobs/runreport.pl Here is how to use it http://perldoc.koha-community.org/misc/cronjobs/runreport.html So you can set up entries in your crontab to run reports at whatever intervals you may like. This is for Koha, so your mileage may vary. Chris _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

