Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course-reserves.tt
Katrin Fischer 6c1092396a Bug 20706: Adds en language code to the links to the manual
As we don't have a fix yet to link to the right translated manual,
this adds /en to the links from the help files to the manual to
make them work again.

Check with both patches applied, that the links work.
You will have to change 17.11 to 18.05.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2018-05-16 11:31:14 -03:00

21 lines
1.1 KiB
Text

[% INCLUDE 'help-top.inc' %]
<h1>Course reserves</h1>
<p>The course reserves module in Koha allows you to temporarily move items to 'reserve' and assign different circulation rules to these items while they are being used for a specific course.</p>
<h2>Course Reserves Setup</h2>
<p>Before using Course Reserves you will need to do some set up.</p>
<p>First you will need to enable course reserves by setting the UseCourseReserves preference to 'Use'.</p>
<p>Next you will need to have all of your course instructors added as patrons.</p>
<p>Next you will want to add a couple of new authorized values for Departments and Terms.</p>
<p>You may also want to create new item types, collection codes and/or shelving locations to make it clear that the items are on reserve to your patrons. You will also want to be sure to confirm that your circulation and fine rules are right for your new item types (whether they be hourly or daily loans).</p>
<p><strong>See the full documentation for Course reserves in the <a href="http://koha-community.org/manual/[% helpVersion %]/en/html/course_reserves.html">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]