Bug 6966: Circulation Help Files
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / circ / returns.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Checking in (Returning)</h1>
4
5 <p>Checking in items can be performed from various different locations</p>
6
7 <ul>
8         <li>The check in box on main staff client</li>
9         <li>The check in option on the quick search bar on the Circulation page</li>
10         <li>The check in link on the patron's checkout summary (and on the checkout summary page)</li>
11 </ul>
12
13 <h2>Checking Items In</h2>
14
15 <p>To check an item in scan the barcode for the item into the box provided. A summary of all items checked in will appear below the checkin box</p>
16
17 <p>If you are checking items in that were put in the dropbox while the library was closed you can check the 'Dropbox mode' box before scanning items. This will effectively roll back the returned date to the last date the library was open.</p>
18
19 <ul>
20         <li>This requires that you have your closings added to the Holidays &amp; Calendar Tool</li>
21 </ul>
22
23 <p>You can also choose to forgive all overdue charges for items you are checking in by checking the 'Forgive overdue charges' box before scanning items.</p>
24
25 <h2>Check In Messages</h2>
26
27 <p>There are several messages that can appear when checking items in:</p>
28
29 <ul>
30         <li>If you are checking an item in at a library other than the home branch, a message will appear asking you to transfer the book to the home library
31 <ul>
32         <li>After this item is checked in the status of the item will be changed in the catalog to 'in transit'</li>
33         <li>To mark an item as back at the home branch, check the item in at the home branch
34 <ul>
35         <li>A message will appear tell you that the item is not checked out, but the status will now say available in the catalog. This step is necessary to mark items as received by the home branch.</li>
36 </ul>
37 </li>
38 </ul>
39 </li>
40         <li>If you're checking an item in that has a hold on it, you will be prompted to confirm the hold
41 <ul>
42         <li>Clicking the Confirm hold button will mark the item as waiting for pickup from the library</li>
43         <li>Clicking the Print Slip and Confirm button will mark the item as waiting for pickup at the library and present the library with a receipt to print and place on the book with the patron's information</li>
44         <li>Ignoring the hold will leave the item on hold, but leave its status as Available (it will not cancel the hold)</li>
45 </ul>
46 </li>
47         <li>If you're checking in an item that has a hold on it at another branch you will be prompted to confirm and transfer the item
48 <ul>
49         <li>Clicking the Confirm hold and Transfer button will mark the item as in transit to the library where the hold was placed</li>
50         <li>Clicking the Print Slip, Transfer and Confirm button will mark the item as in transit to the library where the hold was placed and present the library with a receipt to print and place on the book with the patron's information</li>
51         <li>Ignoring the hold will leave the item on hold, but leave its status as Available (it will not cancel the hold)</li>
52 </ul>
53 </li>
54 </ul>
55
56 <p><strong>See the full documentation for Checking In in the <a href="http://manual.koha-community.org/3.6/en/checkingin.html">manual</a> (online).</strong></p>
57
58 [% INCLUDE 'help-bottom.inc' %]