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