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 / overduerules.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Overdue Notice/Status Triggers</h1>
4
5 <p>In order to send the overdue notices that you defined using the Notices tool, you need to first set the triggers to have these messages.</p>
6
7 <p style="color: #990000;">Important: In order to have overdue notices sent to your patrons, you need to set that patron category to require overdue notices.</p>
8
9 <p>The Overdue Notice/Status Triggers tool gives the librarian the power to send up to three notices to each patron type notifying them of overdue items</p>
10
11 <ul>
12     <li>Delay is the number of days after an issue is due before an action is triggered.
13 <ul>
14     <li style="color: #990000;">Important: If you want Koha to trigger an action (send a letter or restrict member), a delay value is required.</li>
15 </ul>
16 </li>
17     <li>To send additional notices, click on the tabs for 'Second' and 'Third' notice</li>
18     <li>If you would like to prevent a patron from checking items out because of their overdue items, check the 'Restrict' box, this will put a notice on the patron's record at checkout informing the librarian that the patron cannot check out due to overdue items.
19     <ul>
20     <li>    If you choose to restrict a patron in this way you can also have Koha automatically remove that restriction with the AutoRemoveOverduesRestrictions preference.</li>
21     </ul></li>
22     <li>Next you can choose the delivery method for the overdue notice. You can choose from Email, Feed, Phone (if you are using the iTiva Talking Tech service), Print and SMS (if you have set your SMSSendDriver). </li>
23     <li>See a Sample Overdue Notice</li>
24 </ul>
25
26 <h3>Sample Overdue Notice</h3>
27
28 <p>Nicole Engard
29 <br>410 Library Rd.
30 <br>Philadelphia, PA 19107</p>
31
32 <p>Dear Nicole Engard (23529000035726),</p>
33
34 <p>According to our records, at the time of this notice, you have items that are overdue. Please return or renew them as soon as possible to avoid increasing late fines.</p>
35
36 <p>If you have registered a password with the library, you may use it with your library card number to renew online.</p>
37
38 <p>If you believe you have returned the items below please call at and library staff will be happy to help resolve the issue.</p>
39
40 <p>The following item(s) are currently overdue:</p>
41
42 <p>07/08/2008 Creating drug-free schools and communities : 502326000054 Fox, C. Lynn.</p>
43
44 <p>06/27/2008 Eating fractions / 502326000022 McMillan, Bruce.</p>
45
46 <p>Sincerely, Library Staff</p>
47
48 <p><strong>See the full documentation for the Overdue Notice/Status Triggers in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/tools.html#overdue-notice-status-triggers">manual</a> (online).</strong></p>
49
50 [% INCLUDE 'help-bottom.inc' %]