Language corrections: branch -> library. Changing "Libraries, branches, and groups...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / tools / overduerules.tmpl
1 <!-- TMPL_INCLUDE NAME="help-top.inc" -->
2
3 <h1>Overdue 'Notice/Status Triggers'</h1>
4
5 <p>This tool lets you define triggers for overdue notices. You can send a borrower up to three notices and also tell Koha how many days should pass between the day a book was due and the sending of each of these notices. Koha lets you define a different notice schedule for each branch, and different schedules for each patron type you've defined within those branches. Finally you can set a notice to trigger a 'debar' on the borrower's account during any of the three triggers.</p>
6
7                 <ul>
8                         <li>Go to the 'Tools' module (usually under 'More' in your Global Nav)</li>
9                         <li>Choose 'Overdue notice/status triggers'</li>
10                         <li>'Select a library' to define an overdue schedule for</li>
11                         <li>
12                     <span style="background-color: #ffe599">
13 TIP: If you would like to define one overdue schedule for ALL libraries at once, select 'Default'. This will apply the schedule you define to all the libraries in your system</span></li>
14                 </ul>
15                 <ul>
16                         <li>For each patron type (left most column), enter a number under the columns labeled 'Delay'. The number you enter represents DAYS.<br/>
17                         <ul>
18                                 <li>Each number you enter indicates the days after an issue is due before an action is triggered.</li>
19                         </ul></li>
20                         <li>For each 'Delay' you choose a notice type (or 'letter') that will go to the borrower.<br/>
21                         <ul>
22                                 <li>
23                             <span style="background-color: #ffe599">
24 TIP: You will need to set up your library's notices to populate this pull down</span><br/>
25                                 <ul>
26                                         <li><em>Get there:</em> More &gt; Tools &gt; Notices</li>
27                                 </ul></li>
28                         </ul></li>
29                 </ul>
30                 <ul>
31                         <li>When you are finished, click 'Save changes'</li>
32                 </ul>      
33            <h3>Help! I've gotten an error message!</h3>
34            
35            <p>If the numbers you've entered in a give row beneath the 'delay' columns are logically inconsistent, Koha will give you an alert, and explain the inconsistency.</p>
36 <h3>What happens if I leave the row for an patron type blank? (ie, no 'delays' have been defined)</h3>
37
38 <p>If you want Koha to trigger an action (send a letter or debar member), a delay value is required. No delays means no actions will be performed.</p>
39 <h3>Where do I define overdue schedules? (ie, how many days pass before an item becomes 'overdue')</h3>
40
41 <p>When an item becomes overdue (ie, duration of checkout) is defined in Koha's 'Administration' module:</p>
42                         <ul>
43                                 <li><em>Get there:</em> More &gt; Administration &gt; Circulation Rules (under 'Patrons and Circulation')</li>
44                         </ul>
45 <h3>Where do I define fines?</h3>
46                         <ul>
47                                 <li><em>Get there:</em> More &gt; Administration &gt; Fines Rules (under 'Patrons and Circulation')</li>
48                         </ul>
49 <h3>What type of notice gets sent when a 'trigger' occurs in the 'Notice/Status Triggers' module? Email? Printed Notice?</h3>
50 <p>Koha handles overdue notices in one of two automated ways: by email or by printed labels.
51 If a borrower has an email defined in their patron account, overdue notices automatically get sent to the patron's email account according to the schedule defined in the 'Notice/Status Triggers' Tool.</p>
52
53                     <p style="background-color: #ffe599">
54 TIP: Patrons can alter their notification setting using the Messaging tool on their account.</p>
55 <p>Borrowers that have no email defined will have their notices sent via email to the library for printing.  The email is sent to the branch admin email, or failing that to the address set in the system preference as the 'KohaAdminEmailAddress'. This email is generated by the misc/cronjobs/overdue_notices.pl cron job.  Contact your system administrator for help with this setting.</p>
56                    
57                    <p><strong>IMPORTANT:</strong> The email notice report that is compiled and sent to the admin (for borrowers with no email in Koha) rely on the 'delays' to determine when/how often that email gets sent as well.</p>
58
59 <h3>Where are notices defined? (ie, what information will appear in the notice)</h3>
60                 <ul>
61                         <li><em>Get there: </em>More &gt; Tools &gt; Notices</li>
62                 </ul>
63         </div>  <!-- TMPL_INCLUDE NAME="help-bottom.inc" -->