Bug 5917 : Swapping templates over
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / tools / scheduler.tt
1 [% INCLUDE 'help-top.inc' %]
2 <h1>Task Scheduler</h1>
3 <p>The task scheduler is a way to schedule reports to run whenever
4       you want.</p><p>To schedule a task, visit the Task Scheduler and fill in the
5       form</p>
6       <ul class="itemizedlist" type="disc"><li class="listitem"><p>Current Server Time shows the time on your server (schedule
7           all of your reports to run based on that time - not on your local
8           time)</p></li><li class="listitem"><p>Time should be entered as hh:mm (2 digit hour, 2 digit
9           minute)</p></li><li class="listitem"><p>Date should be entered using the calendar pop up</p></li><li class="listitem"><p>From Report choose the report you want to schedule</p></li><li class="listitem"><p>Choose whether to receive the text of or a link to the
10           results</p></li><li class="listitem"><p>In the Email filed enter the email of the person you want to
11           receive your report</p></li></ul><p>Below the task scheduler form, there is a list of scheduled
12       reports</p>
13       <p>You can also schedule reports directly from the list of saved
14       reports by clicking the 'Schedule' link</p>
15       <h3>Troubleshooting</h3><p>Task scheduler will not work if the user the webserver runs as
16         doesn't have the permission to use it. To find out if the right user
17         has the permissions necessary, check /etc/at.allow to see what users
18         are in it. If you don't have that file, check etc/at.deny. If at.deny
19         exists but is blank, then every user can use it. Talk to your system
20         admin about adding the user to the right place to make the task
21         scheduler work.</p>
22 [% INCLUDE 'help-bottom.inc' %]