]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/modules/circulation/pages/circulating_items_web_client.adoc
LP2063980: remove long-commented code
[Evergreen.git] / docs / modules / circulation / pages / circulating_items_web_client.adoc
1 = Circulating Items =
2 :toc:
3
4 == Check Out ==
5
6 === Regular Items ===
7
8 1) To check out an item click *Check Out Items* from the Circulation and Patrons toolbar, or select *Circulation* -> *Check Out*.
9
10 image::media/checkout_menu_web_client.png[]
11
12 2) Scan or enter patron's barcode and click *Submit* if entering barcode manually. If scanning, number is submitted automatically.
13
14 image::media/retrieve_patron_web_client.png[]
15
16 3) Scan or enter item barcode manually, clicking *Submit* if manual.
17
18 image::media/checkout_item_barcode_web_client.png[] 
19
20 4) Due date is now displayed.
21
22 image::media/due_date_display_web_client.png[]
23  
24 5) When all items are scanned, click the *Done* button to generate slip receipt or to exit patron record if not printing slip receipts. 
25
26 === Pre-cataloged Items ===
27
28 1) Go to patron's *Check Out* screen by clicking *Circulation* -> *Check Out Items*.
29
30 2) Scan the item barcode.
31
32 3) At prompt, enter the required information click *Precat Checkout*. 
33
34 image::media/precat_web_client.png[]
35  
36 [TIP]
37 On check-in, Evergreen will prompt staff to re-route the item to cataloging.
38
39 [NOTE]
40 This screen does not respond to the enter key or carriage return provided
41 by a barcode scanner when the cursor is in the ISBN field.  This behavior
42 prevents pre-cataloged items from being checked out before you are done
43 entering all the desired information.
44
45 [NOTE]
46 This requires the _CREATE_PRECAT_ permission.  All form elements in the
47 dialog other than the Cancel button will be disabled if the current user
48 lacks the CREATE_PRECAT permission.
49
50 === Due Dates ===
51
52 Circulation periods are pre-set. When items are checked out, due dates are automatically calculated and inserted into circulation records if the *Specific Due Date* checkbox is not selected on the Check Out screen. The *Specific Due Date* checkbox allows you to set a different due date to override the pre-set loan period.
53
54 Before you scan the item, select the *Specific Due Date* checkbox. Enter the date in yyyy-mm-dd format. This date applies to all items until you change the date, de-select the *Specific Due Date* checkbox, or quit the patron record.
55
56 image::media/specify_due_date1_web_client.png[]
57
58 === Strict Barcode ===
59
60 The 'Strict Barcode' checkbox can appear next to barcode inputs on the checkout, checkin, renewal, and offline circulation pages.
61
62 If checked, it will examine the barcode value to see if it contains only digits and meets the "Mod10" checkdigit algorithm. This checkdigit algorithm is often used by library barcodes that use the "Codabar" symbology.
63
64 If the barcode does not meet the conditions, a "bad barcode" alert will be displayed. Staff are given the option to accept and continue using the barcode as input.
65 "Strict Barcode" is only useful for libraries whose barcodes use the Mod10 checkdigit algorithm. However, several other checkdigit algorithms and symbologies are in use by libraries.
66
67 image::circulating_items_web_client/strict_barcode.png[Example of Strict Barcode Checkbox]
68
69 === Email Checkout Receipts ===
70
71 This feature allows patrons to receive checkout receipts through email at the circulation desk and in the Evergreen self-checkout interface.  Patrons need to opt in to receive email receipts by default and must have an email address associated with their account.  Opt in can be staff mediated at the time of account creation or in existing accounts.  Patrons can also opt in directly in their OPAC account or through patron self-registration.  This feature does not affect the behavior of checkouts from SIP2 devices.
72
73 ==== Staff Client Check Out ====
74
75 When a patron has opted to receive email checkout receipts by default, an envelope icon representing email will appear next to the receipt options in the Check Out screen.  A printer icon representing a physical receipt appears if the patron has not opted in to the default email receipts.
76
77 image::media/ereceipts5_web_client.PNG[]
78
79 Staff can click *Quick Receipt* and the default checkout receipt option will be triggered—an email will be sent or the receipt will print out.  The Quick Receipt option allows staff to stay in the patron account after completing the transaction.  Alternatively, staff can click *Done* to trigger the default checkout receipt and close out the patron account.  By clicking on the arrow next to the Quick Receipt or Done buttons, staff can select which receipt option to use, regardless of the selected default.  The email receipt option will be disabled if the patron account does not have an email address.
80
81 ==== Self Checkout ====
82
83 In the Self Checkout interface, patrons will have the option to select a print or email checkout receipt, or no receipt.  The radio button for the patron's default receipt option will be selected automatically in the interface.  Patrons can select a different receipt option if desired.  The email receipt radio button will be disabled if there is no email address associated with the patron's account.
84
85 image::media/ereceipts6_web_client.PNG[]
86
87 ==== Opt In ====
88
89 *Staff Mediated Opt In At Registration*
90
91 Patrons can be opted in to receive email checkout receipts by default by library staff upon the creation of their library account.  Within the patron registration form, there is a new option below the Email Address field to select _Email checkout receipts by default?_.  Select this option if the patron wants email checkout receipts to be their default.  Save any changes.
92
93 image::media/ereceipts1_web_client.PNG[]
94
95 *Staff Mediated Opt In After Registration*
96
97 Staff can also select email checkout receipts as the default option in a patron account after initial registration.  Within the patron account go to *Edit* and select _Email checkout receipts by default?_.  Make sure the patron also has an email address associated with their account.  Save any changes.
98
99 image::media/ereceipts2_web_client.PNG[]
100
101 *Patron Opt In – Self-Registration Form*
102
103 If your library offers patrons the ability to request a library card through the patron self-registration form, they can select email checkout receipts by default in the initial self-registration form:
104
105 image::media/ereceipts3_web_client.PNG[]
106
107 *Patron Opt In - OPAC Account*
108
109 Patrons can also opt in to receive email checkout receipts by default directly in their OPAC account.  After logging in, patrons can go to *Account Preferences->Notification Preferences* and enable _Email checkout receipts by default?_ and click *Save*.
110
111 image::media/ereceipts4_web_client.PNG[]
112
113
114 ==== Email Checkout Receipt Configuration ====
115
116 Email checkout receipts will be sent out through a Notifications/Action Trigger called Email Checkout Receipt.  The email template and action trigger can be customized by going to *Administration->Local Administration->Notifications/Action Trigger->Email Checkout Receipt*.
117
118
119 == Check In ==
120
121 === Regular check in ===
122
123 1) To check in an item click *Check In Items* from the Circulation and Patrons toolbar, or select *Circulation* -> *Check In*.
124
125 image::media/check_in_menu_web_client.png[]
126
127 2) Scan item barcode or enter manually and click *Submit*.
128
129 image::media/checkin_barcode_web_client.png[]
130  
131 3) If there is an overdue fine associated with the checkin, an alert will appear at the top of the screen with a fine tally for the current checkin session. To immediately handle fine payment, click the alert to jump to the patron's bill record.
132
133 image::media/overdue_checkin_web_client.png[]
134
135 4) If the checkin is an item that can fill a hold, a pop-up box will appear with patron contact information or routing information for the hold.
136
137 5) Print out the hold or transit slip and place the item on the hold shelf or route it to the proper library.
138
139 6) If the item is not in a state acceptable for hold/transit (for instance, it is damaged), select the line of the item, and choose *Actions* -> *Cancel Transit*.  The item will then have a status of _Canceled Transit_ rather than _In Transit_.
140
141 image::media/Check_In-Cancel_Transit.png[Actions Menu - Cancel Transit]
142
143 === Backdated check in ===
144
145 This is useful for clearing a book drop.
146
147 1) To change effective check-in date, select *Circulation* -> *Check In Items*. In *Effective Date* field enter the date in yyyy-mm-dd format.
148
149 image::media/backdate_checkin_web_client.png[]
150
151 2) The new effective date is now displayed in the red bar above the Barcode field.
152
153 image::media/backdate_red_web_client.png[]
154
155 3) Move the cursor to the *Barcode* field. Scan the items. When finishing backdated check-in, change the *Effective Date* back to today's date.
156
157 === Backdate Post-Checkin ===
158
159 After an item has been checked in, you may use the Backdate Post-Checkin function to backdate the check-in date.
160
161 1) Select the item on the Check In screen, click *Actions* -> *Backdate Post-Checkin*.
162
163 image::media/backdate_post_checkin_web_client.png[]
164
165 2) In *Effective Date* field enter the date in yyyy-mm-dd format.  The check-in date will be adjusted according to the new effective check-in date.
166
167 image::media/backdate_post_date_web_client.png[]
168
169 [#checkin_modifiers]
170 .Checkin Modifiers
171 [TIP]
172 ===================================================
173 At the right bottom corner there is a *Checkin Modifiers* pop-up list. The options are:
174
175 - *Ignore Pre-cat Items*: No prompt when checking in a pre-cat item. Item will be routed to Cataloguing with Cataloguing status.
176
177 - *Suppress Holds and Transit*: Item will not be used to fill holds or sent in transit. Item has Reshelving status.
178
179 - *Amnesty Mode/Forgive Fines*: Overdue fines will be voided if already created or not be inserted if not yet created (e.g. hourly loans).
180
181 - *Auto-Print Hold and Transit Slips*: Slips will be automatically printed without prompt for confirmation.
182
183 - *Clear Holds Shelf*: Checking in hold-shelf-expired items will clear the items from the hold shelf (holds to be cancelled).
184
185 - *Retarget Local Holds*: When checking in in process items that are owned by the library, attempt to find a local hold to retarget. This is intended to help with proper targeting of newly-catalogued items.
186
187 - *Retarget All Statuses*: Similar to Retarget Local Holds, this modifier will attempt to find a local hold to retarget, regardless of the status of the item being checked in. This modifier must be used in conjunction with the Retarget Local Holds modifier.
188
189 - *Capture Local Holds as Transits*: With this checkin modifier, any local holds will be given an in transit status instead of on holds shelf. The intent is to stop the system from sending holds notifications before the item is ready to be placed on the holds shelf and item will have a status of in-transit until checked in again. If you wish to simply delay notification and allow time for staff to process item to holds shelf, you may wish to use the Hold Shelf Status Delay setting in Library Settings Editor instead. See Local Administration section for more information.
190
191 - *Manual Floating Active*: Floating Groups must be configured for this modifier to function. The manual flag in Floating Groups dictates whether or not the "Manual Floating Active" checkin modifier needs to be active for a copy to float. This allows for greater control over when items float. 
192
193 - *Update Inventory*: When this checkin modifier is selected, scanned barcodes will have the current date/time added as the inventory date while the item is checked in. 
194
195 These options may be selected simultaneously. The selected option is displayed in the header area.
196
197 image::media/checkinmodifiers-with-inventory2.png[Web client check-in modifiers]
198 ===================================================
199   
200 == Renewal and Editing the Item's Due Date ==
201
202 Checked-out items can be renewed if your library's policy allows it. The new due date is calculated from the renewal date. Existing loans can also be extended to a specific date by editing the due date or renewing with a specific due date.
203
204 === Renewing via a Patron's Account ===
205
206 1) Retrieve the patron record and go to the *Items Out* screen.
207
208 image::media/items_out_click_web_client.png[]
209
210 2) Select the item you want to renew. Click on *Actions* -> *Renew*. If you want to renew all items in the account, click *Renew All* instead.
211
212 image::media/renew_action_web_client.png[]
213
214 3) If you want to specify the due date, click *Renew with Specific Due Date*. You will be prompted to select a due date. Once done, click *Apply*.
215
216 //image::media/renew_specific_date_web_client.png[]
217  
218
219 === Renewing by Item Barcode ===
220 1) To renew items by barcode, select *Circulation* -> *Renew Items*.
221
222 2) Scan or manually entire the item barcode.
223
224 image::media/renew_item_web_client.png[]
225
226 3) If you want to specify the due date, click *Specific Due Date* and enter a new due date in yyyy-mm-dd format.
227
228 image::media/renew_item_calendar_web_client.png[]
229
230 === Editing Due Date ===
231
232 1) Retrieve the patron record and go to the *Items Out* screen.
233
234 2) Select the item you want to renew. Click on *Actions* -> *Edit Due Date*.
235
236 image::media/edit_due_date_action_web_client.png[]
237
238 3) Enter a new due date in yyyy-mm-dd format in the pop-up window, then click *OK*.
239
240 [NOTE]
241 Editing a due date is not included in the renewal count.
242
243 [[override_actions_items_out]]
244 === Overriding Errors in Items Out ===
245
246 As of 3.8, there is new work which streamlines handling of overridable events encountered in the Patron Items Out interface of the staff client. The main user-visible part of this work is a new Action Override modal which is presented to the staff user when an overridable action is encountered.
247
248 The primary target of the work is for actions from the Items Out part of the Patron interface, but due to code sharing the Checkout interface benefits as well.
249
250 There are two kinds of overrides addressed in this work, both in the Patron interface:
251
252 * **Action Override** - this is when a staff user attempts to make an action (i.e. Renew) succeed after the system had alerted the user to exceptions (i.e. Patron Max Fines).  
253 * **Permission Override** - this is when a staff user attempts an action but encounters a permission-denied alert, and thus needs temporary credentials (i.e. a supervisor’s login) to re-attempt the action.
254
255 In the case of both overrides, this work attempts to minimize the number of times a staff user has to click through an error. Specifically, if a staff member overrides an exception, they will in most cases be able to instruct Evergreen to “remember” this override for as long as the staff member is working on a specific patron record. 
256
257 Similarly, if a supervisor enters a permissions override for a specific permission-denied alert, Evergreen will “remember” this override for as long as the staff member is working on a specific patron record. 
258
259 Both action overrides and permission overrides will be “forgotten” once the patron record is closed and/or the staff user navigates away from that patron record.
260
261 The Override modal has been changed to include new actions as well as a new checkbox for “Automatically override for subsequent items?” 
262
263 There are three possible actions in the new Override modal:
264
265 * **Force Action** - this will attempt to override the exception(s). If the box next to “Automatically override for subsequent items?” is checked, Evergreen will remember this and auto-override those specific exception(s) for the rest of the time the staff user is working in this patron record. 
266 * **Skip** - this button tells Evergreen to ignore the current item (i.e., skip the renewal action), but if the box next to “Automatically override for subsequent items?” is checked, Evergreen will still remember future overrides on this exception.
267 * **Cancel** - this will close the modal and abort the action. It will not roll back any actions (i.e., if two items are renewed and the modal shows on the third item, clicking cancel will not roll back the renewals that have already completed).
268
269 An example of the new Override modal is shown below. In this example, the `PATRON_EXCEEDS_FINES` exception has been set to automatically override for subsequent items. This means that the next time Evergreen encounters this exception in this specific patron session, Evergreen will automatically attempt to override it. The `MAX_RENEWALS_REACHED` exception has NOT been set to automatically override for subsequent items. This means that the next time Evergreen encounters this exception in this specific patron session, it will ask again about an override.
270
271 image::media/new_override_modal.png[New Override Modal]
272
273 In stock Evergreen, the following states will present an exception (i.e. ask for an override) on checkout and/or renew:
274
275 * Shelving Locations with _Can Circulate?_ set to false
276 * Item Statuses of Bindery, Claimed Returned, Long Overdue, Lost, Lost and Paid, Missing, On Holds Shelf [for another patron]
277 * Item-level data: Certain statuses (above), certain shelving locations (above), deposit = true, reference = true
278
279 Certain events are not able to be batch-overridden, such as when an item with an existing open circulation is presented at checkout. Other events are not able to be overridden at all, including `ACTOR_USER_NOT_FOUND` and `ASSET_COPY_NOT_FOUND`.
280
281 Stock penalty codes (`STAFF_C`, `STAFF_CH`, `STAFF_CHR`, `STAFF_H`, `STAFF_HR`, `STAFF_R`) that can be encountered as events are auto-overrideable by default, and may present an Action Override modal.
282
283
284 == Mark Items ==
285
286 Items can have their status changed via the _Mark_ functions on the Actions menus. 
287
288 === Claims Never Checked Out ===
289
290
291 If a patron believes an item was erroneously checked out on their account and staff cannot locate it 
292 to check it in the item can be marked as claims never checked out.
293
294 . Go to the _Items Out_ tab in the patron account.
295 . Select the item and click *Actions -> Mark Claims Never Checked Out*.
296 +
297 image::circulating_items_web_client/mark-claims-never-checked-out-1.png[]
298 +
299 . A pop-up appears where staff can confirm that they wish to mark the item by clicking *OK/Continue*.
300 . The item is checked in and set to _Missing_. The item is no longer associated with the patron's account.
301
302 [NOTE]
303 ====
304 Libraries may wish to routinely run reports on items with the status of _Missing_ so they can be searched for
305 and replaced/deleted as appropriate.
306 ====
307
308 === Claims Returned ===
309
310
311 If a patron believes an item out on their account was returned and staff cannot locate it to check it in
312 the item can be marked as claims returned. 
313
314 . Go to the _Items Out_ tab in the patron account.
315 . Select the item and click *Actions -> Mark Claims Returned*.
316 +
317 image::circulating_items_web_client/mark-claims-returned-1.png[]
318 +
319 . Enter the date on which the patron claims they returned the item and click *Submit*.  If the chosen date is 
320 in the past any overdue fines will be adjusted accordingly.
321 +
322 image::circulating_items_web_client/mark-claims-returned-2.png[]
323 +
324 . The item's status is updated to _Claimed Returned_. It remains associated with the patron's account and 
325 is now displayed on the _Other/Special Circulations_ tab. The value in the *Claims-returned Count* field 
326 in the patron record is automatically increased.
327 +
328 [NOTE]
329 ======
330 Some libraries prefer to use the status _Missing_.  This can be set using the library setting 
331 _Claim Return: Mark copy as missing_.
332 ====== 
333 +
334 image::circulating_items_web_client/mark-claims-returned-3.png[]
335 +
336 . The patron's *Claims-returned Count* is automatically increased. This can be viewed in the patron summary
337 and the _Edit_ tab.
338 +
339 [NOTE]
340 ======
341 Libraries can use the library setting _Max Patron Claims Returned Count_ to set a maximum number of items
342 a patron can claim as returned before a staff override is required.
343 ====== 
344
345 A claimed returned items is resolved when it is checked in or when the status is updated to _Missing_ or _Lost_
346 following local library policy.  An alert displays on check in to let staff know a claimed returned
347 item has been found. If there is an outstanding bill associated with it, the item will not disappear 
348 from the *Items Out* screen. It will disappear when the outstanding bills are resolved. When an 
349 item is located staff may wish to adjust the patron's *Claims-returned Count* accordingly on the _Edit_ tab.
350
351 === Damaged ===
352
353 If a patron damages an item it can be marked as damaged at check in, via the Item Status interface, or
354 from within a patron's account.
355
356 . On the appropriate interface select the item and click *Actions -> Mark Damaged*
357 +
358 image::circulating_items_web_client/mark-damaged-1.png[]
359 +
360 . A pop-up appears indicating that the item will be marked damaged.  Click *Submit*.
361 . If your library has the library setting _Charge item price when marked damaged_ set to True a second
362 pop-up will appear.
363 .. If needed, adjust the amount being billed.  The processing fee from the library setting 
364 _Charge processing fee for damaged items_ is included in the total. 
365 .. Select the bill type from the drop down menu.
366 .. If needed, add a note.
367 .. If you are not charging the patron in this particular case, click *No Charge*.
368 .. Click *Submit*.
369 +
370 image::circulating_items_web_client/mark-damaged-2.png[]
371 +
372 . The item's status is updated to _Damaged_ and removed from the patron's account. If the patron has 
373 been billed for the damage the bill will display in the _Bills_ tab.  The bill displays as a single charge
374 which includes the processing fee. 
375
376 A damaged item is resolved when it is checked in to return it to circulation, when the status is updated to 
377 _Discard/Weed_, or when the item is deleted.  An alert displays on check in to let staff know a damaged
378 item has been checked in.
379
380 [NOTE]
381 ======
382 Checking in a damaged item does not affect any bills that were generated when the item was set to _Damaged_.
383 ======
384
385 === Discard/Weed ===
386
387 If an item is slated to be removed from the collection it can be marked as discard/weed at check in
388 or via the Item Status interface.  Libraries may wish to use the _Discard/Weed_ status when items to be
389 discarded need to be reviewed before being deleted.
390
391 . On the appropriate interface select the item and click *Actions -> Mark as Discard/Weed*.
392 +
393 image::circulating_items_web_client/mark-discard-1.png[]
394 +
395 . A pop-up appears where staff can confirm that they wish to mark the item by clicking *OK/Continue*.
396 . The item is set to _Discard/Weed_.
397
398 A discarded item is resolved when it is checked in to return it to circulation or deleted from Evergreen.
399
400 [NOTE]
401 ======
402 Staff may wish to put discarded items into item buckets to make it easier for subsequent staff to view
403 and work with the items. 
404 ======
405
406 === Missing ===
407
408
409 If an item cannot be located it can be marked as missing via the Item Status interface or from within a 
410 patron's account.
411
412 . On the appropriate interface select the item and click *Actions -> Mark Missing*
413 +
414 image::circulating_items_web_client/mark-missing-1.png[]
415 +
416 . A pop-up appears where staff can confirm that they wish to mark the item by clicking *OK/Continue*.
417 . If the item is currently checked out a second pop-up will ask staff to confirm that they wish to check
418 in the item.
419 . The item is set to _Missing_ and, if previously checked out, is no longer associated with the patron's
420 account.
421
422 A missing item is resolved when it is found and checked in or when it is deleted from Evergreen.
423
424 === Missing Pieces ===
425
426
427 If an item is returned with pieces missing it can be marked as missing pieces from Check In or
428 the Scan Item as Missing Pieces interface. The feature currently functions slightly different depending
429 on which interface it is accessed through.
430
431 ==== Mark Missing Pieces via Check In ====
432
433
434 . Go to *Circulation -> Check In*.
435 . Check the item in.
436 . Select the item and click *Actions -> Mark Missing Pieces*.
437 +
438 image::circulating_items_web_client/mark-missing-pieces-1.png[]
439 +
440 . A pop-up appears where staff can confirm that they wish to mark the item by clicking *OK/Continue*.
441 +
442 . A print dialog will appear.  Staff can print the slip to keep with the item.
443 . The _Create Note_ pop-up will appear.  Use the pop-up to create a note, 
444 alert, or block on the patron's account.  This note can be set as patron visible so it displays to the 
445 patron in My Account.
446 . Click *OK*.
447 . The note is applied to the last borrower's account and the item is set to _Damaged_ and checked back out
448 to the patron's account.
449 +
450 [NOTE]
451 ======
452 This method of setting an item as missing pieces is missing the letter that is generated at the end of the 
453 process.  If that letter is important to your workflow you should always mark items missing pieces
454 via the Scan Item as Missing Pieces interface.
455 ======
456
457 ==== Scan Item as Missing Pieces ====
458
459 . Go to *Circulation -> Scan Item as Missing Pieces*.
460 . Scan the item's barcode.
461 . Click *Mark Item as Missing Pieces?*.
462 +
463 image::circulating_items_web_client/mark-missing-pieces-2.png[]
464 +
465 . A print dialog will appear.  Staff can print the slip to keep with the item.
466 . The _Create Note_ pop-up will appear.  Use the pop-up to create a note, 
467 alert, or block on the patron's account.  
468 +
469 [NOTE]
470 ======
471 This pop-up is the old Notes pop-up and is missing the functionality that allows staff to select the display
472 depth and set a note as patron visible so it displays to the patron in My Account.
473 ======
474 +
475 . Click *OK*.
476 +
477 image::circulating_items_web_client/mark-missing-pieces-3.png[]
478 +
479 . The note is applied to the last borrower's account and the item is set to _Damaged_ and renewed on the
480 patron's account, if there are remaining renewals.
481 . A letter is generated that can be edited and then printed and mailed to the patron.
482
483 A missing pieces item is resolved when the pieces are returned and the item is checked in or the pieces 
484 are never returned and the item is deleted.  Notes related to the item must be manually removed from
485 the patron's account.
486
487 [NOTE]
488 ======
489 Libraries can choose to use a different item status for missing pieces instead of _Damaged_.  The 
490 library setting _Item Status for Missing Pieces_ is used to set this.
491 ======
492
493 === Lost Items ===
494 1) To mark items Lost, retrieve patron record and click *Items Out*.
495
496 2) Select the item. Click on *Actions* -> *Mark Lost (by Patron)*.
497
498 image::media/mark_lost_web_client.png[]
499
500 3) The lost item now displays as lost in the *Items Checked Out* section of the patron record.
501
502 image::media/lost_section_web_client.png[]
503
504 4) The lost item also adds to the count of *Lost* items in the patron summary on the left (or top) of the screen. 
505
506 image::media/patron_summary_checkouts_web_client.png[]
507
508 [NOTE]
509 Lost Item Billing
510 ========================
511 - Marking an item Lost will automatically bill the patron the replacement cost of the item as recorded in the price field in the item record, and a processing fee as determined by your local policy. If the lost item has overdue charges, the overdue charges may be voided or retained based on local policy.
512 - A lost-then-returned item will disappear from the Items Out screen only when all bills linked to this particular circulation have been resolved. Bills may include replacement charges, processing fees, and manual charges added to the existing bills. 
513 - The replacement fee and processing fee for lost-then-returned items may be voided if set by local policy. Overdue fines may be reinstated on lost-then-returned items if set by local policy.
514 ========================
515
516 === Refunds for Lost Items ===
517
518 If an item is returned after a lost bill has been paid and the library's policy is to void the replacement fee for lost-then-returned items, there will be a negative balance in the bill. A refund needs to be made to close the bill and the circulation record. Once the outstanding amount has been refunded, the bill and circulation record will be closed and the item will disappear from the Items Out screen.
519
520 If you need to balance a bill with a negative amount, you need to add two dummy bills to the existing bills. The first one can be of any amount (e.g. $0.01), while the second should be of the absolute value of the negative amount. Then you need to void the first dummy bill. The reason for using a dummy bill is that Evergreen will check and close the circulation record only when payment is applied or bills are voided.
521
522
523 == In-house Use (F6) ==
524 1) To record in-house use, select *Circulation* -> *Record-In House Use*, click *Check Out* -> *Record In-House Use* on the circulation toolbar , or press *F6*. 
525  
526 image::media/record_in_house_action_web_client.png[]
527  
528 2) To record in-house use for cataloged items, enter number of uses, scan 
529  barcode or type barcode and click *Submit*.
530  
531 image::media/in_house_use_web_client.png[]
532  
533 [NOTE]
534 ====================================
535 There are two independent library settings that will allow copy alerts to display when scanned in In-house Use:
536 *Display copy alert for in-house-use* set to true will cause an alert message to appear, if it has one, when recording in-house-use for the copy.
537 *Display copy location check in alert for in-house-use* set to true will cause an alert message indicating that the item needs to be routed to its location if the location has check in alert set to true.
538 ====================================
539  
540 3) To record in-house use for non-cataloged items, enter number of uses, choose non-cataloged type from drop-down menu, and click *Submit*.
541
542 image::media/in_house_use_non_cat.png[]
543  
544 [NOTE] 
545 The statistics of in-house use are separated from circulation statistics. The in-house use count of cataloged items is not included in the items' total use count.
546
547 [[itemstatus_web_client]]
548
549 == How Item Statuses Work ==
550
551 This section goes over all item statuses and their relationship to the system.
552
553 === List of Item Statuses ===
554
555 -*Available*: Item is available for checkout.
556
557 -*Checked out*: Item is checked out to a patron account.  This status does not indicate whether or not the item is overdue.
558
559 -*Claims Returned*: item has been claimed as returned by the patron. This option as an item status is controlled by a library setting.
560
561 -*Bindery*: Manually set for items that are being sent out to be re-bound.
562
563 -*Lost*: Item has been checked out past a due date threshold or is no longer in a patron’s possession while they’re still responsible for the item. Can be automated based on due date, or manually set by staff.
564
565 -*Missing*: Item cannot be found on the shelves - either manually set, or applied upon “claims returned” (as well as claims never checked out?)
566
567 -*In process*: An item is newly cataloged and waiting to be checked in.
568
569 -*In transit*: Item has been checked in and is being sent to a different library, whether as a return to its home library, or to fulfill a hold.
570
571 -*Reshelving*: A transitional status for items that have been checked in, and need reshelving.
572
573 -*On holds shelf*: Item is captured for a hold of a patron at their pickup location and waiting to be checked out.
574
575 -*On order*: A title has been ordered, but the physical copy has not yet been processed and added to the catalog. Can allow patrons to discover forthcoming acquisitions, and to place holds prior to the library receiving the item in question.
576
577 -*ILL*: Inter-library loan.
578
579 -*Cataloging*: An item has been pulled to be edited by a cataloger.
580
581 -*Reserves*: In reserves collection.
582
583 -*Discard/Weed*: Item has been manually flagged for removal from the collection, but has not yet been deleted.
584
585 -*Damaged*: Item is damaged and the patron was billed.
586
587 -*On reservation shelf*: Used with room/booking module. When an item has been booked/reserved, it is placed in a unique location, ready for pick-up.
588
589 -*Long Overdue*: Item has been checked out past a due date threshold.
590
591 -*Lost and Paid*: Item was marked lost and the patron paid the replacement cost.
592
593 -*Canceled Transit*: Item that was in transit status but was then canceled.
594
595 === Actions that Change Item Statuses ===
596
597 -*Available*: checking in an item that isn’t eligible for a hold
598
599 -*Claims Returned*: item is marked as claimed returned via the patron account
600
601 -*In Transit*: item is captured for a transit to another location at check in
602
603 -*On reservation shelf*: Item is captured for reservation through the Booking module.
604
605 -*On order*: Items is created via activating a purchase order in Acquisitions.
606
607 -*In process*: An item is newly cataloged and waiting to be checked in. Also, item is received in acquisitions.
608
609 -*Damaged*: Marked Damaged needs to be executed on a screen 
610
611 == Item Status Properties ==
612
613 |===
614 |Name |Holdable? |OPAC Visible? |Sets copy active? |Is available? |Assignable?
615
616 |Available
617 |Yes
618 |Yes
619 |Yes
620 |Yes
621 |System controller
622
623 |Bindery
624 |No
625 |No
626 |No
627 |No
628 |Yes
629
630 |Canceled Transit
631 |Yes
632 |Yes
633 |No
634 |No
635 |System controlled
636
637 |Cataloging
638 |No
639 |No
640 |No
641 |No
642 |Yes
643
644 |Checked out
645 |Yes
646 |Yes
647 |Yes
648 |No
649 |System controlled
650
651 |Damaged
652 |No
653 |No
654 |No
655 |No
656 |Yes
657
658 |Discard/weed
659 |No
660 |No
661 |No
662 |No
663 |Yes
664
665 |ILL
666 |No
667 |No
668 |Yes
669 |No
670 |Yes
671
672 |In process
673 |Yes
674 |Yes
675 |No
676 |No
677 |Yes
678
679 |In receiving
680 |Yes
681 |Yes
682 |No
683 |No
684 |System controlled
685
686 |In transit
687 |Yes
688 |Yes
689 |No
690 |No
691 |System controlled
692
693 |Long Overdue
694 |No
695 |No
696 |No
697 |No
698 |System controlled
699
700 |Long Overdue (Legacy)
701 |No
702 |No
703 |No
704 |No
705 |Yes
706
707 |Lost
708 |No
709 |No
710 |No
711 |No
712 |Yes
713
714 |Lost and paid
715 |No
716 |No
717 |No
718 |No
719 |Yes
720
721 |Missing
722 |No
723 |No
724 |No
725 |No
726 |Yes
727
728 |On holds shelf
729 |Yes
730 |Yes
731 |Yes
732 |No
733 |System controlled
734
735 |On order
736 |No
737 |No
738 |No
739 |No
740 |Yes
741
742 |On reservation shelf
743 |No
744 |No
745 |Yes
746 |No
747 |Yes
748
749 |Reserves
750 |No
751 |No
752 |Yes
753 |No
754 |Yes
755
756 |Reshelving
757 |Yes
758 |Yes
759 |Yes
760 |Yes
761 |System controlled
762
763 |Temporarily unavailable
764 |No
765 |No
766 |No
767 |No
768 |Yes
769 |===
770
771 The following properties can be set for each status:
772
773 -*Holdable* - If checked, users can place holds on copies in this status, provided nothing else prevents holds. If unchecked, users cannot place holds on copies in this status.
774
775 -*OPAC Visible* - If checked, copies in this status will be visible in the public catalog. If unchecked, copies in this status will Not be visible in the public catalog, but they will be visible when using the catalog in the staff client.
776 Sets copy active - If checked, moving a copy that does not yet have an active date to this status will set the active date. If the copy already has an active date, then no changes will be made to the active date. If “No”, this status will never set the copy’s active date.
777
778 -*Is Available* - If checked, copies with this status will appear in catalog searches where “limit to available” is selected as a search filter. Also, copies with this status will check out without status warnings. By default, the “Available” and “Reshelving” statuses have the “Is Available” flag set as true/yes.
779
780 -*Hopeless Holds* (as of ver. 3.6): _need info_
781
782 Default Evergreen statuses have a further property:
783
784 -*Assignable* – Status is system controlled and editing to either assign or change in the Holdings editor is not always possible.
785
786 == Item Status ==
787
788 The Item Status screen is very useful. Many actions can be taken by either circulation staff or catalogers on this screen. Here we will cover some circulation-related functions, namely checking item status, viewing past circulations, inserting item alert messages, marking items missing or damaged, etc.
789
790 === Checking item status ===
791
792 1) To check the status of an item, select *Search* -> *Search for copies by Barcode*.
793
794 image::media/item_status_menu_web_client.png[]
795
796 2) Scan the barcode or type it and click *Submit*. The current status of the item is displayed with selected other fields. You can use the column picker to select more fields to view.
797
798 image::media/item_status_barcode_web_client.png[]
799
800 3) Click the *Detail View* button and the item summary and circulation history will be displayed.
801
802 image::media/item_status_altview_web_client.png[]
803
804 4) Click *List View* to go back.
805
806 image::media/item_status_list_view_web_client.png[]
807
808 [NOTE]
809 If the item's status is "Available", the displayed due date refers to the previous circulation's due date.
810
811 [TIP]
812 Upload From File allows you to load multiple items saved in a file on your local computer. The file contains a list of the barcodes in text format. To ensure smooth uploading and further processing on the items, it is recommended that the list contains no more than 100 items.
813
814 === Viewing past circulations ===
815 1) To view past circulations, retrieve the item on the *Item Status* screen as described above.
816
817 2) Select *Detail view*.
818
819 image::media/last_few_circs_action_web_client.png[]
820
821 3) Choose *Recent Circ History*.  The item’s recent circulation history is displayed.
822
823 image::media/last_few_circs_display_web_client.png[]
824
825 4) To retrieve the patron(s) of the last circulations, click on the name of the patron.  The patron record will be displayed.
826
827 [TIP]
828 The number of items that displays in the circulation history can be set in Local *Administration* -> *Library Settings Editor*.
829
830 [NOTE]
831 You can also retrieve the past circulations on the patron's Items Out screen and from the Check In screen.
832
833 === Marking items damaged or missing and other functions ===
834 1) To mark items damaged or missing, retrieve the item on the *Item Status* screen.
835
836 2) Select the item. Click on *Actions for Selected Items* -> *Mark Item Damaged* or *Mark Item Missing*.
837
838 // image::media/mark_missing_damaged_web_client.png[]
839
840 [NOTE]
841 Depending on the library's policy, when marking an item damaged, bills (cost and/or processing fee) may be inserted into the last borrower's account. 
842
843 3) Following the above procedure, you can check in and renew items by using the *Check in Items* and *Renew Items* on the dropdown menu.
844
845 === Item alerts ===
846
847 The *Edit Item Attributes* function on the *Actions for Selected Items* dropdown list allows you to edit item records. Here, we will show you how to insert item alert messages by this function. See cataloging instructions for more information on item editing.
848 1) Retrieve record on *Item Status* screen.
849
850 2) Once item is displayed, highlight it and select *Actions for Selected Items* -> *Edit Item Attributes*.
851
852 3) The item record is displayed in the *Copy Editor*.
853
854 //image::media/copy_edit_alert_web_client.png[]
855
856 4) Click *Alert Message* in the *Miscellaneous* column. The background color of the box changes. Type in the message then click *Apply*. 
857
858 //image::media/copy_alert_message_web_client.png[]
859
860 5) Click *Modify Copies*, then confirm the action.
861
862 == Long Overdue Items ==
863
864 *Items Marked Long Overdue*
865
866 Once an item has been overdue for a configurable amount of time, Evergreen will mark the item long overdue in the borrowing patron’s account.  This will be done automatically through a Notification/Action Trigger.   When the item is marked long overdue, several actions will take place:
867
868 . The item will go into the status of “Long Overdue” 
869
870 . The accrual of overdue fines will be stopped
871
872 Optionally the patron can be billed for the item price, a long overdue
873 processing fee, and any overdue fines can be voided from the account.  Patrons
874 can also be sent a notification that the item was marked long overdue. And
875 long-overdue items can be included on the "Items Checked Out" or "Other/Special
876 Circulations" tabs of the "Items Out" view of a patron's record. These are all
877 controlled by <<longoverdue_library_settings,library settings>>.
878  
879 image::media/long_overdue1.png[Patron Account-Long Overdue]
880
881
882 *Checking in a Long Overdue item*
883
884 If an item that has been marked long overdue is checked in, an alert will appear on the screen informing the staff member that the item was long overdue.  Once checked in, the item will go into the status of “In process”.  Optionally, the item price and long overdue processing fee can be voided and overdue fines can be reinstated on the patron’s account.  If the item is checked in at a library other than its home library, a library setting controls whether the item can immediately fill a hold or circulate, or if it needs to be sent to its home library for processing.
885  
886 image::media/long_overdue2.png[Long Overdue Checkin]
887  
888 *Notification/Action Triggers*
889
890 Evergreen has two sample Notification/Action Triggers that are related to marking items long overdue.  The sample triggers are configured for 6 months.  These triggers can be configured for any amount of time according to library policy and will need to be activated for use.
891
892 * Sample Triggers
893
894 ** 6 Month Auto Mark Long-Overdue—will mark an item long overdue after the configured period of time
895
896 ** 6 Month Long Overdue Notice—will send patron notification that an item has been marked long overdue on their account
897
898 [[longoverdue_library_settings]]
899 *Library Settings* 
900
901 The following Library Settings enable you to set preferences related to long overdue items:
902
903 * *Circulation: Long-Overdue Check-In Interval Uses Last Activity Date* —Use the
904   long-overdue last-activity date instead of the due_date to determine whether
905   the item has been checked out too long to perform long-overdue check-in
906   processing. If set, the system will first check the last payment time,
907   followed by the last billing time, followed by the due date. See also the
908   "Long-Overdue Max Return Interval" setting.
909
910 * *Circulation: Long-Overdue Items Usable on Checkin* —Long-overdue items are usable on checkin instead of going "home" first
911
912 * *Circulation: Long-Overdue Max Return Interval* —Long-overdue check-in processing (voiding fees, re-instating overdues, etc.) will not take place for items that have been overdue for (or have last activity older than) this amount of time 
913
914 * *Circulation: Restore Overdues on Long-Overdue Item Return*
915
916 * *Circulation: Void Long-Overdue item Billing When Returned*
917
918 * *Circulation: Void Processing Fee on Long-Overdue Item Return*
919
920 * *Finances: Leave transaction open when long overdue balance equals zero* —Leave transaction open when long-overdue balance equals zero. This leaves the lost copy on the patron record when it is paid
921
922 * *Finances: Long-Overdue Materials Processing Fee*
923
924 * *Finances: Void Overdue Fines When Items are Marked Long-Overdue*
925
926 * *GUI: Items Out Long-Overdue display setting*
927
928 [TIP]
929 Learn more about these settings in the chapter about the
930 Library Settings Editor.
931
932 *Permissions to use this Feature*
933
934 The following permissions are related to this feature:
935
936 * COPY_STATUS_LONG_OVERDUE.override
937
938 ** Allows the user to check-in long-overdue items thus removing the long-overdue status on the item
939
940
941