Bug 20706: Fixes the links to the manual to reflect chanced chapter file names
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / reserve / request.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Holds</h1>
4
5 <h2>Placing Holds in Staff Client</h2>
6
7 <p>There are several ways to place holds from the staff client. The most obvious is using the 'Place Hold' button at the top of any bibliographic record.</p>
8
9 <p>You can also click the smaller 'Place Hold' link found at the top of your catalog search results, or the 'Holds' link found below each result.</p>
10
11 <p>You will be asked to search for a patron by barcode or any part of their name to start the hold process.</p>
12
13 <p>If you'd like to search for the patron first and then the bib record for the hold, you can open the patron record and click on the 'Search to Hold' button at the top of the patron record.</p>
14
15 <p>After clicking the button you will be brought to the catalog search page where you can find the book(s) you want to place a hold on. Under each title on the results you'll see an option to 'Hold for Patron Name.'</p>
16
17 <p>If you want to place a hold on multiple items, simply check the boxes to the left of them and click the arrow to the right of the 'Place Hold' button.</p>
18
19 <p>Depending on how many items you choose to place a hold on at once you will see a different place hold form. If you are placing a hold on one bibliographic record you will see a list of all of the items you can place a hold on.</p>
20
21 <ul>
22         <li>Enter any notes that might apply to this hold</li>
23         <li>Choose the library where the patron will pick up the item</li>
24         <li>If the patron wants the hold to start on a date other than today, enter that in the 'Hold starts on date' field
25 <ul>
26         <li>This option will only appear if the AllowHoldDateInFuture system preference is set to 'Allow'</li>
27 </ul>
28 </li>
29         <li>If the patron has specified that they don't want the item after a certain date, or if you have limits on hold lengths, you can enter an expiration date for the hold in the 'Hold expires on date'
30 <ul>
31     <li>To have expired holds cancelled automatically you will need to have the Expired Holds cron job set to run on a regular basis.</li>
32 </ul>
33 </li>
34         <li>Next choose if you want to place a hold on the next available item or a specific item by clicking the radio button next to an individual item.</li>
35 </ul>
36
37 <p>If you're placing a hold on multiple items you will be presented with the next available option for all titles. If no items are available for hold it will say so on the confirmation screen.</p>
38
39 <p>Once your hold is placed, if you'd like to have Koha forget that you used the 'Search to Hold' function, you can choose to have Koha 'forget' the patron's name by clicking the arrow to the right of the 'Place Hold' button on the search results and choosing the 'Forget' option.</p>
40
41 <h2>Managing Holds</h2>
42
43 <p>Holds can be altered and cancelled from the Holds tab found on the left of the bibliographic record.</p>
44
45 <p>From the list of holds you can change the order of the holds, the pickup location and/or cancel the hold.</p>
46
47 <p><strong>Note</strong> If you have your AutoResumeSuspendedHolds preference set to "Don't allow" then you will not have the option to put an end date on the hold suspension</p>
48
49 <p><strong>Note</strong> Depending on how you have your HidePatronName system preference set the list may show card numbers instead of names in the Patron column like in the image above.</p>
50
51 <p>To rearrange or delete holds, simply make a selection from the 'Priority' pull down or click the arrows to the right of the priority pull down.</p>
52
53 <p>To delete or cancel a hold, choose 'del' from the menu or click the red 'X' to the right of the hold line.</p>
54
55 <p>If you use the priority pull down to rearrange or delete holds you will need to click the 'Update hold(s)' button to save your changes.</p>
56
57 <p>Clicking the down arrow to the right of the hold will stick the hold at the bottom of the list even if more requests are made.</p>
58
59 <p>For example, your library has home-bound patrons that are allowed to keep books out for months at a time. It would not be fair to other patrons if a home-bound patron were able to check out a brand new book and keep it for months. For this reason, the home-bound patron's hold request would stay at the bottom of the queue until everyone else who wanted to read that book has already done so.</p>
60
61 <p>If a patron asks to have their hold suspended you can do so by clicking the Suspend button to far right. If the patron gives you a date for the items to become unsuspended you can enter that in the date box and click the 'Update hold(s)' button to save your changes.</p>
62
63 <p><strong>See the full documentation for Holds in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/circulation.html#holds">manual</a> (online).</strong></p>
64
65 [% INCLUDE 'help-bottom.inc' %]