View | Details | Raw Unified | Return to bug 13771
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/circulation.tt (-6 / +18 lines)
Lines 2-8 Link Here
2
2
3
<h1>Checking out (Issuing)</h1>
3
<h1>Checking out (Issuing)</h1>
4
4
5
<p>To check an item out to a patron, first search for that patron using one of the many options listed above.</p>
5
<p>To check an item out to a patron, first search for that patron using one of the many options listed above. You will then be presented with the checkout screen.</p>
6
7
<p>If you have chosen to 'Always show checkouts immediately' then you will see the list of checkouts below the check out box.</p>
6
8
7
<p>At the top of the Check Out screen is a box for you to type or scan the item's barcode into.
9
<p>At the top of the Check Out screen is a box for you to type or scan the item's barcode into.
8
10
Lines 11-28 Link Here
11
</ul>
13
</ul>
12
<ul>
14
<ul>
13
	<li>If the barcode is not found you will be prompted to use fast cataloging to add the item. Learn more about fast cataloging later in this manual.</li>
15
	<li>If the barcode is not found you will be prompted to use fast cataloging to add the item. Learn more about fast cataloging later in this manual.</li>
16
	<li>If you have itemBarcodeFallbackSearch set to 'Enable' then you can enter a keyword search in this box instead of just a barcode (this will make it possible to check out using title and/or call number).</li>
14
</ul>
17
</ul>
15
18
16
<p>Below the box for the barcode there may be options for you to override the default due date for the item.
19
<p>Below the box for the barcode you will see a checkbox for 'Automatic renewal'. This will allow this item to automatically renew if the appropriate cron job is running and there are no holds on the item.</p>
20
21
<p>Below the box for the barcode there may be options for you to override the default due date for the item.</p>
17
22
18
<ul>
23
<ul>
19
	<li>This option will only appear if you have set the SpecifyDueDate system preference to allow staff to override the due date</li>
24
	<li>This option will only appear if you have set the SpecifyDueDate system preference to allow staff to override the due date</li>
20
</ul>
25
</ul>
21
26
27
<p>If you're allowing the checkout of items on site to patrons (these are usually items that are not for loan that you would like to check for in library use) then you will see the 'On-site checkout' checkbox.</p>
28
22
<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 time if the item is an hourly loan), items checked out today will appear at the top.</p>
29
<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 time if the item is an hourly loan), items checked out today will appear at the top.</p>
23
30
24
<p style="background-color: #ffe599"><strong>Tip</strong> If the checked out time is listed as 00:00 then the item is a daily loan item. The due time for daily checkouts will show 23:59 which is the last minute of the day.</p>
31
<p style="background-color: #ffe599"><strong>Tip</strong> If the checked out time is listed as 00:00 then the item is a daily loan item. The due time for daily checkouts will show 23:59 which is the last minute of the day.</p>
25
32
33
<p>If you checked out an item for on site use you will see that highlighted in red in the checkout summary.</p>
34
26
<p>If you have set your ExportWithCsvProfile preference, you will also see the option to export the patron's current checkout information using a CSV Profile or ISO2709 (MARC21) format.</p>
35
<p>If you have set your ExportWithCsvProfile preference, you will also see the option to export the patron's current checkout information using a CSV Profile or ISO2709 (MARC21) format.</p>
27
36
28
<p>Also at the bottom of the page is the list of items the patron has on hold</p>
37
<p>Also at the bottom of the page is the list of items the patron has on hold</p>
Lines 35-40 Link Here
35
44
36
<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>
45
<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>
37
46
47
<p>The details of the checkouts will appear on the bib detail page in the staff client as well.</p>
48
38
<h3>Printing Receipts</h3>
49
<h3>Printing Receipts</h3>
39
50
40
<p>Once you have checked out all of the items for the patron you can print them a receipt by choosing one of two methods.</p>
51
<p>Once you have checked out all of the items for the patron you can print them a receipt by choosing one of two methods.</p>
Lines 65-73 Link Here
65
	<li>You can set the amount at which patron checkouts are blocked with the noissuescharge system preference</li>
76
	<li>You can set the amount at which patron checkouts are blocked with the noissuescharge system preference</li>
66
</ul>
77
</ul>
67
</li>
78
</li>
68
	<li>Patron has been barred from the library
79
	<li>Patron has a restriction on their account
69
<ul>
80
<ul>
70
    <li>This can be set by the librarian editing a patron record and adding a flag or by the Overdue/Notice Status Triggers</li>
81
    <li>This can be set by the librarian editing a patron record and adding a restriction or by the Overdue/Notice Status Triggers</li>
82
83
    <li>If the staff member has the right permission they can override the restriction temporarily</li>
71
</ul>
84
</ul>
72
</li>
85
</li>
73
	<li>Patron needs to confirm their address
86
	<li>Patron needs to confirm their address
Lines 101-107 Link Here
101
</li>
114
</li>
102
    <li>Barcode not found
115
    <li>Barcode not found
103
<ul>
116
<ul>
104
    <li>Learn more about fast cataloging later in this manual.</li>
117
    <li>Learn more about fast cataloging later in this file.</li>
105
</ul>
118
</ul>
106
</li>
119
</li>
107
    <li>Item being checked out is marked as 'lost'
120
    <li>Item being checked out is marked as 'lost'
108
- 

Return to bug 13771