Bug 5917 : Converted templates
[koha.git] / koha-tt / intranet-tmpl / prog / en / modules / help / circ / returns.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Circulation Check In (Returns)</h1>
4
5 <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>
6 <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>
7 <ul>
8 <li>This requires that you have your closings added to the Holidays & Calendar Tool</li>
9 </ul>
10 <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>
11
12 <h2>Check In Warnings</h2>
13 <p>There are several messages that can appear when checking items in:</p>
14 <ul>
15 <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
16 <ul><li>After this item is checked in the status of the item will be changed in the catalog to 'in transit'</li>
17 <li>To mark an item as back at the home branch, check the item in at the home branch
18 <ul><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 receieved by the home branch.</li></ul></li>
19 </li></ul>
20 <li>If you're checking an item in that has a hold on it, you will be prompted to confirm the hold</li>
21 <ul><li>Clicking the Confirm hold button will mark the item as waiting for pickup from the library</li>
22 <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>
23 <li>Ignoring the hold will leave the item on hold, but leave its status as Available (it will not cancel the hold)</li></ul>
24 </li>
25 <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
26 <ul><li>Clicking the Confirm hold and Transfer button will mark the item as in transit to the library where the hold was placed</li>
27 <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>
28 <li>Ignoring the hold will leave the item on hold, but leave its status as Available (it will not cancel the hold)</li></ul></li></ul>
29
30
31 [% INCLUDE 'help-bottom.inc' %]