Bug 5917 : Converted templates
[koha.git] / koha-tt / intranet-tmpl / prog / en / modules / help / circ / circulation.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Check Out (Issues)</h1>
4
5 <p>To check an item out to a patron, first search for that patron using one of the many options.</p>
6
7 <p>At the top of the Check Out screen is a box for you to type or scan the item's barcode into.</p>
8 <ul>
9 <li style="color: #990000">IMPORTANT: Many modern barcode scanners will send a 'return' to the browser, making it so that the 'Check Out' button is automatically clicked</li>
10 </ul>
11 <p>Below the box for the barcode there may be options for you to override the default due date for the item.</p>
12 <ul>
13 <li>This option will only appear if you have set the SpecifyDueDate system preference to allow staff to override the due date</li>
14 </ul>
15 <p>At the bottom of the page there is a summary of the patron's current checked out items along with the due date and the list of items the patron has on hold</p>
16 <p>Once you have checked out all of the items for the patron you can print them a receipt by clicking the Print buton at the top of the screen and choosing 'Print Slip'</p>
17 <p>If there are notes on the patron record these will appear to the right of the checkout box</p>
18 <p>If the patron has a hold waiting at the library that too will appear to the right of the check out box making it easy for the circulation librarian to see that there is another item to give the patron</p>
19
20 <h2>Check Out Warnings</h2>
21 <p>There are times when Koha will prevent the librarian from being able to check out items to a patron. When this happens a warning will appear notifying the librarian of why the patron cannot check items out.</p>
22 <ul>
23 <li>Patron owes too much in fines
24 <ul><li>You can set the amount at which patron checkouts are blocked with the noissuescharge system preference</li></ul>
25 </li>
26 <li>Patron has been barred from the library
27 <ul><li>This can be set by the librarian editing a patron record and adding a flag or by the Overdue/Notice Status Triggers</li></ul>
28 </li>
29 <li>Patron needs to confirm their address
30 <ul><li>This can be set by the librarian editing a patron record and adding a flag</li></ul>
31 </li>
32 <li>Patron has lost their library card
33 <ul><li>This can be set by the librarian editing a patron record and adding a flag</li></ul>
34 </li>
35 </ul>
36
37 <h2>Circulation Messages</h2>
38 <p>Circulation messages are short messages that librarians can leave for their patrons or their colleagues that will appear at the time of circulation.</p>
39 <p>Circulation messages are set up as Authorized Values. To add or edit Circulation Messages you want to work with the BOR_NOTES value.</p>
40 <p>To add a message, visit the patron's record.  When on the patron's check out tab you will see a link to 'Add a new message' to the right of the check out box.</p>
41 <p>When you click 'Add a new message' you will be asked to choose if the message is for the librarians or the patron and the message you would like to leave.</p>
42 <p>Circulation messages meant for the staff will appear on the patron's checkout screen.</p>
43 <p>Circulation messages meant for the patron will appear when they log into the OPAC.</p>
44
45
46 [% INCLUDE 'help-bottom.inc' %]