Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/overduerules.tt
Jonathan Druart 572c586793 Bug 11238: contruct links to the appropriate manual version dynamically
This patch uses the version number of the Koha database to
dynamically generate links from help to the appropriate version
of the manual.

Test plan (for 3.15 branch):
- Open a help page
- Verify the manual link is correct (point to 3.14 manual)
- change the version in mysql:
update systempreferences set value="3.1600000" where variable="version";
- Verify the manual link now points to the future 3.16 manual.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Work as described. No koha-qa errors

Tested on top of Bug 10671
On master (BD version 3.13.xxx) help links point to 3.12 manual
Changing version to 3.14/15 points to 3.14 manual
Changing version to 3.16 points to the future :)

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2013-11-23 19:30:16 +00:00

47 lines
2.2 KiB
Text

[% INCLUDE 'help-top.inc' %]
<h1>Overdue Notice/Status Triggers</h1>
<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>
<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>
<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>
<ul>
<li>Delay is the number of days after an issue is due before an action is triggered.
<ul>
<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>
</ul>
</li>
<li>To send additional notices, click on the tabs for 'Second' and 'Third' notice</li>
<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.</li>
<li>See a Sample Overdue Notice</li>
</ul>
<h3>Sample Overdue Notice</h3>
<p>Nicole Engard
<br>410 Library Rd.
<br>Philadelphia, PA 19107</p>
<p>Dear Nicole Engard (23529000035726),</p>
<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>
<p>If you have registered a password with the library, you may use it with your library card number to renew online.</p>
<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>
<p>The following item(s) are currently overdue:</p>
<p>07/08/2008 Creating drug-free schools and communities : 502326000054 Fox, C. Lynn.</p>
<p>06/27/2008 Eating fractions / 502326000022 McMillan, Bruce.</p>
<p>Sincerely, Library Staff</p>
<p><strong>See the full documentation for the Overdue Notice/Status Triggers in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/noticetriggers.html">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]