dd93fcb657bfa366e3dc498d32aea35142d3edac
[evergreen-equinox.git] / docs / modules / circulation / pages / circulation_patron_records_web_client.adoc
1 = Circulation - Patron Record = 
2 :toc:
3
4 [[searching_patrons]] 
5 == Searching Patrons ==
6
7 indexterm:[patrons, searching for]
8
9 To search for a patron, select _Search -> Search for Patrons_ from the menu bar.
10
11 The Patron Search screen will display. It will contain options to search on the 
12 following fields:
13
14 * Last Name 
15 * First Name 
16 * Middle Name 
17
18 image::media/circulation_patron_records-1a_web_client.png[circulation_patron_records 1a]
19
20
21 Next to the _Clear Form_ button there is a button with an arrow pointing down that will display the following additional search fields:
22    
23 * Barcode 
24 * Alias 
25 * Username
26 * Email 
27 * Identification
28 * database ID
29 * Phone
30 * Street 1 
31 * Street 2 
32 * City 
33 * State 
34 * Postal Code
35 * Profile Group
36 * Home Library 
37 * DOB (date of birth) year
38 * DOB month
39 * DOB day
40
41 To include patrons marked ``inactive'', click on the _Include Inactive?_ checkbox.
42
43
44 image::media/circulation_patron_records-1b_web_client.png[circulation_patron_records 1b]
45
46 .Tips for searching 
47 [TIP] 
48 =================== 
49 * Search one field or combine fields for more precise results.  
50 * Truncate search terms for more search results.
51 * Search ignores punctuation such as diacritics, apostrophes, hyphens and commas.
52 * Searching by Date of Birth: Year searches are "contains" searches. E.g. year
53   "15" matches 2015, 1915, 1599, etc. For exact matches use the full 4-digit
54   year. Day and month values are exact matches. E.g. month "1" (or "01") matches
55   January, "12" matches December.
56 ===================
57
58 Once you have located the desired patron, click on the entry row for this patron in
59 the results screen.  A summary for this patron will display on the left hand side.  
60
61 image::media/circulation_patron_records-2_web_client.png[circulation_patron_records 2]
62
63 The _Patron Search_ button on the upper right may be used to resume searching for patrons.
64
65 == Retrieve Recent Patrons ==
66
67 indexterm:[patrons, retrieving recent]
68
69 === Setting up Retrieve Recent Patrons ===
70
71 * This feature must be configured in the _Library Settings Editor_
72 (_Administration -> Local Administration -> Library Settings Editor_). The
73 library setting is called "Number of Retrievable Recent Patrons" and is located
74 in the Circulation settings group.
75 ** A value of zero (0) means no recent patrons can be retrieved.
76 ** A value greater than 1 means staff will be able to retrieve multiple recent
77 patrons via a new _Circulation -> Retrieve Recent Patrons_ menu entry.
78 ** The default value is 1 for backwards compatibility. (The _Circulation ->
79 Retrieve Last Patron_ menu entry will be available.)
80
81 === Retrieving Recent Patrons ===
82 * Once the library setting has been configured to a number greater than 1, the
83 option Retrieve Recent Patrons will appear below the Retrieve Last patron
84 option in the Circulation drop-down from the Menu Bar (_Circulation ->
85 Retrieve Recent Patrons_).
86
87 * When selected, a grid will appear listing patrons accessed by that workstation
88 in the current session. The length of the list will be limited by the value
89 configured in the _Library Settings Editor_. If no patrons have been accessed,
90 the grid will display "No Items To Display."
91
92
93 == Registering New Patrons == 
94
95 indexterm:[patrons, registering]
96
97 To register a new patron, select _Circulation -> Register Patron_ from the menu bar. The Patron
98 Registration form will display. 
99
100 image::media/circulation_patron_records-4.JPG[Patron registration form]
101
102 Mandatory fields display in yellow.
103
104 image::media/circulation_patron_records-5.JPG[circulation_patron_records 5]
105
106 The _Show: Required Fields_ and _Show: Suggested Fields_ links may be used to limit
107 the options on this page.
108
109 image::media/circulation_patron_records-6.JPG[circulation_patron_records 6]
110
111 When finished entering the necessary information, select _Save_ to save the new
112 patron record or _Save & Clone_ to register a patron with the same address.
113 When _Save & Clone_ is selected, the address information is copied into the
114 resulting patron registration screen.  It is linked to the original patron.
115 Address information may only be edited through the original record.
116
117 image::media/circulation_patron_records-8.JPG[circulation_patron_records 8]
118
119 [TIP]
120 ============================================================================
121 * Requested fields may be configured in the _Library Settings Editor_
122 (_Administration -> Local Administration -> Library Settings Editor_).
123 * Statistical categories may be created for information tracked by your library 
124 that is not in the default patron record.
125 * These may be configured in the _Statistical Categories Editor_
126 (_Administration -> Local Administration -> Statistical Categories Editor_).
127 * Staff accounts may also function as patron accounts.
128 * You must select a _Main (Profile) Permission Group_ before the _Update Expire
129 Date_ button will work, since the permission group determines the expiration date.
130 ============================================================================
131
132 === Photo URL field ===
133
134 As of 3.8, a staff user with the `UPDATE_USER_PHOTO_URL` permission can add or edit a URL that will pull in a patron photo image from an external server. Only https links are supported in this field.
135
136 Location of Photo URL field in the Patron Editor:
137
138 image::media/patron_photo_url.png[Patron URL field]
139
140 Enter the URL in that field and click **Save** at the top of the Patron Editor. The image indicated by the URL will display in the Patron Sidebar:
141
142 image::media/patron_photo_sidebar.png[Patron Photo in Sidebar]
143
144 === Email field ===
145
146 indexterm:[patrons,email addresses]
147 indexterm:[email]
148
149 It's possible for administrators to set up the email field to allow or disallow
150 multiple email addresses for a single patron (usually separated by a comma).
151 If you'd like to make changes to whether multiple email addresses
152 are allowed here or not, ask your system administrator to change the
153 `ui.patron.edit.au.email.regex` library setting.
154
155
156 == Patron Self-Registration ==
157 *Abstract*
158
159 Patron Self-Registration allows patrons to initiate registration for a library account through the OPAC.  Patrons can fill out a web-based form with basic information that will be stored as a “pending patron” in Evergreen.  Library staff can review pending patrons in the staff-client and use the pre-loaded account information to create a full patron account.  Pending patron accounts that are not approved within a configurable amount of time will be automatically deleted.  
160
161 *Patron Self-Registration*
162
163 . In the OPAC, click on the link to *Request Library Card*
164
165 . Fill out the self-registration form to request a library card, and click *Submit Registration*.
166
167 . Patrons will see a confirmation message: “Registration successful!  Please see library staff to complete your registration.”
168
169 image::media/patron_self_registration2.jpg[Patron Self-Registration form]
170
171 *Managing Pending Patrons*
172
173 . In the staff client select *Circulation* -> *Pending Patrons*.
174
175 . Select the patron you would like to review.  In this screen you have the option to *Load* the pending patron information to create a permanent library account.
176
177 . To create a permanent library account for the patron, click on the patron’s row, click on the *Load Patron* button at the top of the screen.  This will load the patron self-registration information into the main *Patron Registration* form. 
178
179 . Fill in the necessary patron information for your library, and click *Save* to create the permanent patron account.
180
181
182 [[updating_patron_information]] 
183 == Updating Patron Information ==
184
185 indexterm:[patrons, updating]
186
187 Retrieve the patron record as described in the section
188 <<searching_patrons,Searching Patrons>>.
189
190 Click on _Edit_ from the options that display at the top of the patron record. 
191
192 image::media/circulation_patron_records-9_web_client.png[Patron edit with summary display]
193
194 Edit information as required.  When finished, select _Save_.  
195
196 After selecting _Save_, the page will refresh.  The edited information will be
197 reflected in the patron summary pane.
198
199 [TIP]
200 =======
201 * To quickly renew an expired patron, click the _Update Expire Date_ button.
202 You will need a _Main (Profile) Permission Group_ selected for this to work,
203 since the permission group determines the expiration date.
204 =======
205
206 [[update_hold_notifications]]
207 === Update Hold Notifications ===
208
209 indexterm:[patrons, holds, notifications]
210
211 The public catalog and staff client have the ability to update existing holds if a patron or a staff member changes certain notification preferences or contact information.  Evergreen will detect these changes and prompt the staff user or patron user and ask if they want to update existing holds with the new contact information and/or notification preferences.
212
213 NOTE: Email notices are sent at the time of hold capture, the system will not prompt a user when a change to the email address is made - the user will only be prompted if email notifications are turned off or turned on, or if an email address is invalidated by a staff user.
214
215 [[update_hold_notifications_staffclient]]
216 ==== Staff Client ====
217
218 In the web staff client, the staff user should retrieve a patron and select the *Edit* tab.
219
220 If the staff user makes any changes to the any of the following fields, when the staff user clicks *Save*, Evergreen will check if the patron has current unfulfilled holds.
221
222 * Daytime Phone
223 * Evening Phone
224 * Other Phone
225 * Default Phone Number
226 * Default Hold Pickup Location
227 * any of the Holds Notices checkboxes 
228
229 If unfulfilled holds are detected, the staff user will be prompted via a modal to update these holds with the new or updated contact information, or to remove contact information from the holds.
230
231 Select the desired holds to update by checking the box next to each different notification grouping and clicking *Update Holds*. The selected holds will be updated. If the user does not wish to update holds, click *Do Not Update Holds*.
232
233 image::media/update_holds.png[Update Hold Notifications]
234
235 The Update Holds process will also be triggered if a phone number or email address is invalidated. Once the staff user clicks *Save* after invalidating a phone number or email address, Evergreen will check for unfulfilled holds and prompt for removing a notification method if necessary.
236
237 As part of this work, certain form validation constraints were added to the web client Patron Editor interface. These include the following:
238
239 * If the staff user sets the Holds Notices checkbox to true for Email Notify, Evergreen will enforce entry of a patron Email Address, if Email Address is blank.
240 * If the staff user sets the Holds Notices checkbox to true for Phone Notify, Evergreen * will enforce entry of a Default Phone Number, if Default Phone Number is blank.
241 * If the staff user sets the Holds Notices checkbox to true for SMS Notify, Evergreen will enforce entry of a Default SMS/Text Number, if the Default SMS/Text Number field is blank. * Additionally, even if the Holds Notices checkbox is false, if a staff user enters a number in the Default SMS/Text Number field, Evergreen will enforce a selection from the Default SMS Carrier dropdown.
242
243 [[update_hold_notifications_opac]]
244 ==== Public Catalog ====
245
246 From the Public Catalog MyAccount interface, the patron user should navigate to the _Account Preferences_ tab and then to the _Notification Preferences_ tab. 
247
248 If the patron user makes any changes to any of the notification fields, when the patron user clicks *Save* Evergreen will check if the patron has current unfulfilled holds. 
249
250 If unfulfilled holds are detected, the patron user will be prompted via an interstitial page to update these holds with the new or updated contact information.
251
252 Select the desired holds to update by checking the box next to the each notification grouping and click *Update*. The selected holds will be updated. If the user does not wish to update holds, click *Continue without updating*.
253
254 image::media/opac_update_holds.png[Update Hold Notifications in the public catalog]
255
256 This work also added a _Notify Method_ column to the _Current Items on Hold_ table, found under the _Holds_ tab, that will show the patron user which notification methods are active, along with which numbers will be used for Phone or SMS notification. 
257
258 image::media/notify_methods.png[Show notification methods in the public catalog]
259
260 Additionally, patron users can now edit hold notification preferences on individual holds by using the _Edit_ function found in the _Current Items on Hold_ table.
261
262 image::media/update_individual_hold.png[Update individual hold in the public catalog]
263 == Renewing Library Cards ==
264
265 indexterm:[library cards, renewing]
266
267 Expired patron accounts when initially retrieved – an alert
268 stating that the ``Patron account is EXPIRED.''
269
270 image::media/circulation_patron_records-11_web_client.png[circulation_patron_records 11]
271
272 Open the patron record in edit mode as described in the section
273 <<updating_patron_information,Updating Patron Information>>.
274
275 Navigate to the information field labeled _Privilege Expiration Date_.  Enter a
276 new date in this box.  Or click the calendar icon, and a calendar widget
277 will display to help you easily navigate to the desired date.
278
279 image::media/circulation_patron_records-12.JPG[circulation_patron_records 12]
280
281 Select the date using the calendar widget or key the date in manually.  Click
282 the _Save_ button.  The screen will refresh and the ``expired'' alerts on the
283 account will be removed. 
284
285
286 == Lost Library Cards ==
287
288 indexterm:[library cards, replacing]
289
290 Retrieve the patron record as described in the section
291 <<searching_patrons,Searching Patrons>>. 
292
293 Open the patron record in edit mode as described in the section
294 <<updating_patron_information,Updating Patron Information>>.
295  
296 Next to the _Barcode_ field, select the _Replace Barcode_ button.
297
298 image::media/circulation_patron_records_13.JPG[circulation_patron_records 13]
299
300 This will clear the barcode field.  Enter a new barcode and _Save_ the record.
301 The screen will refresh and the new barcode will display in the patron summary
302 pane.  
303
304 If a patron’s barcode is mistakenly replaced, the old barcode may be reinstated.
305 Retrieve the patron record as described in the section
306 <<searching_patrons,Searching Patrons>>. Open the patron record in
307 edit mode as described in the section <<updating_patron_information,Updating Patron Information>>.
308
309 Select the _See All_ button next to the _Replace Barcode_ button.  This will
310 display the current and past barcodes associated with this account. 
311
312 image::media/circulation_patron_records_14.JPG[circulation_patron_records 14]
313
314 Check the box(es) for all barcodes that should be active for the patron.  An
315 active barcode may be used for circulation transactions.  A patron may have
316 more than one active barcode.  Only one barcode may be designated
317 primary. The primary barcode displays in the patron’s summary
318 information in the _Library Card_ field. 
319
320 Once you have modified the patron barcode(s), _Save_ the patron record.  If you
321 modified the ``primary'' barcode, the new primary barcode will display in the
322 patron summary screen. 
323
324 == Resetting Patron's Password ==
325
326 indexterm:[patrons, passwords]
327
328 A patron’s password may be reset from the OPAC or through the staff client.  To
329 reset the password from the staff client, retrieve the patron record as
330 described in the section <<searching_patrons,Searching Patrons>>. 
331
332 Open the patron record in edit mode as described in the section
333 <<updating_patron_information,Updating Patron Information>>.
334
335 Select the _Generate Password_ button next to the _Password_ field.
336
337 image::media/circulation_patron_records_15.JPG[circulation_patron_records 15]
338
339 NOTE: The existing password is not displayed in patron records for security
340 reasons.
341
342 A new number will populate the _Password_ text box.
343 Make note of the new password and _Save_ the patron record.  The screen will
344 refresh and the new password will be suppressed from view.   
345
346
347 == Barring a Patron ==
348
349 indexterm:[patrons, barring]
350
351 A patron may be barred from circulation activities.  To bar a patron, retrieve
352 the patron record as described in the section
353 <<searching_patrons,Searching Patrons>>. 
354
355 Open the patron record in edit mode as described in the section 
356 <<updating_patron_information,Updating Patron Information>>.
357
358 Check the box for _Barred_ in the patron account. 
359
360 image::media/circulation_patron_records-16.JPG[circulation_patron_records 16]
361
362 _Save_ the user.  The screen will refresh.  
363
364 NOTE: Barring a patron from one library bars that patron from all consortium
365 member libraries. 
366
367 To unbar a patron, uncheck the Barred checkbox.
368
369
370 == Barred vs. Blocked ==
371
372 indexterm:[patrons, barring]
373
374 *Barred*: Stops patrons from using their library cards; alerts the staff that
375 the patron is banned/barred from the library. The check-out functionality is
376 disabled for barred patrons (NO option to override – the checkout window is
377 unusable and the bar must be removed from the account before the patron is able
378 to checkout items).  These patrons may still log in to the OPAC to view their
379 accounts.
380
381 indexterm:[patrons, blocking]
382
383 *Blocked*: Often, these are system-generated blocks on patron accounts.  
384
385 Some examples:
386
387 * Patron exceeds fine threshold 
388 * Patron exceeds max checked out item threshold
389
390 A notice appears when a staff person tries to checkout an item to blocked
391 patrons, but staff may be given permissions to override blocks.
392
393
394 == Consolidated Patron Notes, Alerts, Blocks, and Messages ==
395 [[staff_generated_messages]]
396 indexterm:[patrons, messages, notes, blocks, alerts]
397
398 Evergreen provides a variety of options for adding notifications to patron accounts. Notes, Alerts, Blocks, and Messages can all be applied to a patron account and managed in the Notes tab that is present in every account. It is also possible to add a custom Standing Penalty to a patron's account in the Notes tab.
399
400 The visibility and functionality of each option varies and can depend on the configuration of the Standing Penalty type.
401
402 === Managing Notes, Alerts, and Blocks ===
403 [[managing_patron_notes]]
404
405 As with other patron functions, Notes, Alerts, and Blocks are controlled by the existing `UPDATE_USER` and `VIEW_USER` permissions. A staff member who has permissions to view or edit a user will be able to view and edit
406 notes for that user.
407
408 In the _Notes_ tab of a patron account, the top portion of the screen displays active notes, alerts, and blocks while the bottom portion of the screen will display those that have been archived. The archived notes, alerts, and blocks from the last year display by default. The calendar pickers can be used to view older archived notes, alerts, or blocks.
409
410 image::media/notes_tab_full.png[Notes Tab]
411
412 New notes, alerts, and blocks can be added by clicking the *Create Note* button. This process and the functionality of each type of notification are further detailed in this documentation. Library staff can Edit, Remove, and Archive notes, alerts, and blocks by selecting them from the list and then going to the Actions menu (you can also right-click on a selection to view the Actions menu).
413
414 * _Edit Note_ - allows staff to modify the original note, alert, or block
415 ** Patron visible notes, alerts, and blocks that have been read by the patron cannot be edited by staff.
416 ** When a note, alert, or block is edited, the note will retain the original context org unit instead of the current workstation library.
417 * _Remove Note_ - will permanently delete the note, alert, or block. There will not be a record of it on the patron account once it has been removed.
418 ** Patron visible notes, alerts, and blocks that have been read by the patron cannot be deleted by staff.
419 * _Archive Note_ - will move the note, alert, or block to the Archived Notes section of the screen.
420 ** Archiving a block will remove the block from the patron account.
421 ** Once archived, notes, alerts, and blocks cannot be deleted from the _Notes_ tab. Archived patron visible notes will continue to display in the patron's OPAC account unless they are deleted from the _Other -> Message Center_ interface.
422
423 image::media/actions_menu.png[Notes Actions Menu]
424
425 === Notes ===
426 [[patron_notes]]
427
428 Notes can be added to patron accounts. Notes can be visible in the patron OPAC account or they can be visible only to library staff.
429
430 ==== Note Display ====
431
432 When a note is present on a patron account, staff will see a counter on the tab ribbon that indicates how many un-archived notes, alerts, and blocks are on the account that are visible at the workstation at which the staff member is logged in. To view the note, click on the _Notes_ tab.
433
434 image::media/notes_counter.png[Notes Counter]
435
436 The Notes tab contains a list of all of the notes, alerts, and blocks present on a patron’s account. The top portion of the screen displays active notes, alerts, and blocks, while the bottom portion of the screen will display those that have been archived within the past year (by default). Notes only appear in the _Notes_ tab, whereas Alerts and Messages can appear elsewhere.
437
438 ==== Create a Note ====
439
440 To create a new Note:
441
442 . Go to the _Notes_ tab in the patron account and click *Create Note*.
443 . A modal will appear where you can create a new Note. Required fields are highlighted in yellow.
444 . Select _Note_ at the top of the screen.
445 . Check the box next to _Patron Visible_ for a note that will display in the patron’s OPAC account. Leave it unchecked to create a note that is staff visible only.
446 . The _Depth_ drop down menu controls the visibility of the note. Values correspond to OPAC labels, and by default they are This Branch, Local Library System, and Everywhere.
447 .. By default, the Location will be set to the library the staff member’s workstation is registered to. The note will be visible to the workstation library, as well as all Org Units that are ancestors and descendants in the Org Unit hierarchy.
448 . Enter a title or subject for the note in the _Title…_ field. The title field is required.
449 . Enter the main content of the note in the _Note Text…_ field.
450 . Enter your initials if your library requires initials when creating notes on patron accounts.
451 . Click *OK* to create the note.
452
453 image::media/note_modal.png[Note Modal]
454
455 ==== Messages and Message Center ====
456 [[patron_messages]]
457
458 When a patron visible Note is created on an account, Evergreen automatically creates a Message that then displays in the patron’s OPAC account. The original Note can be viewed in the Notes tab. The Message can be viewed in the staff interface under _Other -> Message Center_.
459
460 The Message Center provides an interface for staff to view all patron visible notes that have been added to a patron account. Staff can double click on a message to view the full title and content of the message, as well as the date and time the message was created and the date and time that the message was read. Staff can also see if a patron has deleted the message from their OPAC account in the _Deleted?_ column.
461
462 NOTE: Deleting a message from this interface will remove it from the patron's view. If the message is linked to a note in the Notes tab, the note will continue to appear in the Notes tab.
463
464 NOTE: Deleting a patron visible note from the Notes tab will also remove the message from the patron's OPAC account. If the message is linked to a note in the Notes tab, the note will continue to appear in the Notes tab.
465
466 ==== Viewing Messages in the OPAC ====
467
468 Patrons will see a tab for Messages in their OPAC account, as well as a notification of Unread Messages in the account summary.
469
470 Unread messages display in bold font. Click on the subject of the message to view the full message.
471
472 image::media/myaccount_boopac.png[Messages in My Account]
473
474 === Alerts ===
475 [[patron_alerts]]
476
477 Alerts can be applied to patron accounts to notify library staff when the patron account is retrieved. Alerts can be visible in the patron OPAC account or they can be visible only to library staff. For versions 3.7 and prior, Alert Messages are only visible to staff and are created and edited from the Patron Edit interface.
478
479 ==== Alerts Display ====
480
481 When an alert is present on a patron account, a Stop sign and the alert text is displayed when the patron account is viewed. The alert title also displays in the patron account summary on the left hand side of the screen and there is an indicator in the patron summary that indicates how many un-archived notes, alerts, and blocks are on the account that are visible at the workstation at which the staff member is logged in. Alerts can also be displayed by going to _Other -> Display Alerts_.
482
483 image::media/stopsign_alert.png[Alert Display]
484
485 ==== Create an Alert ====
486
487 To create a new Alert:
488
489 . Go to the _Notes_ tab in the patron account and click *Create Note*.
490 . A modal will appear where you can create a new Alert. Required fields are highlighted in yellow.
491 . Select _Alert_ at the top of the screen.
492 . The _Depth_ drop down menu controls the visibility of the note. Values correspond to OPAC labels, and by default they are This Branch, Local Library System, and Everywhere.
493 .. By default, the Location will be set to the library the staff member’s workstation is registered to. The note will be visible to the workstation library, as well as all Org Units that are ancestors and descendants in the Org Unit hierarchy.
494 . Enter a title or subject for the alert in the _Title…_ field. The Title field is required.
495 . Enter the main content of the alert te in the _Note Text…_ field.
496 . Enter your initials if your library requires initials when creating alerts on patron accounts.
497 . Click *OK* to create the alert.
498
499 image::media/alert_note.png[Alert Modal]
500
501 === Blocks ===
502 [[patron_blocks]]
503
504 Blocks can be manually added to a patron account to take away certain library privileges from the patron for as long as the block remains on the account. The following privileges can be blocked on patron accounts as determined by configuration in the _Standing Penalties_ interface in the _Local Administration_ menu.
505
506 * CIRC - Users cannot check out items
507 * HOLD - Users cannot place holds on items
508 * RENEW - Users cannot renew items
509 * CAPTURE - This penalty prevents a user’s holds from being captured. If the HOLD penalty has not been applied to a user’s account, then the patron can place a hold, but the targeted item will not appear on a pull list and will not be captured for a hold if it is checked in.
510 *  FULFILL - This penalty prevents a user from checking out an item that is on hold. If the HOLD and CAPTURE penalties have not been applied to a user’s account, then the user can place a hold on an item, and the itemcan be captured for a hold. However, when he tries to check out the item, the circulator will see a pop up box with the name of the penalty type, FULFILL. The circulator must correct the problem with the account or must override the penalty to check out the item.
511
512 ==== Block Display ====
513
514 When a block is present on a patron account, a Stop sign and the block text is displayed when the patron account is viewed. The block title also displays in the patron account summary on the left hand side of the screen and there is an indicator in the patron summary that indicates how many un-archived notes, alerts, and blocks are on the account that are visible at the workstation at which the staff member is logged in. Blocks can also be displayed by going to _Other -> Display Alerts_.
515
516 image::media/stopsign_block.png[Block Display]
517
518 ==== Create a Block ====
519
520 To create a new Block:
521
522 . Go to the _Notes_ tab in the patron account and click *Create Note*.
523 . A modal will appear where you can create a new Block. Required fields are highlighted in yellow.
524 . Select _Block_ at the top of the screen.
525 ..  The default Block is a block on CIRC, HOLD, RENEW
526 ..  Other Penalty Types can be selected from the drop down menu. These Penalty Types are configured in _Local Administration -> Standing Penalties_.
527 . The _Depth_ drop down menu controls the visibility of the note. Values correspond to OPAC labels, and by default they are This Branch, Local Library System, and Everywhere.
528 .. By default, the Location will be set to the library the staff member’s workstation is registered to. The note will be visible to the workstation library, as well as all Org Units that are ancestors and descendants in the Org Unit hierarchy.
529 . Enter a title or subject for the alert in the _Title…_ field. The Title field is required.
530 . Enter the main content of the block in the _Note…_ field.
531 . Enter your initials if your library requires initials when creating blocks on patron accounts.
532 .  Click *OK* to create the block.
533
534 image::media/block.png[Block Modal]
535
536 === Administration for Patron Notes, Alerts, Blocks, and Messages ===
537 [[patron_notes_admin]]
538
539 ==== Library Settings ====
540
541 Library Settings are found under _Administration -> Local Administration -> Library Settings Editor_. There is one new Library Setting related to patron notes in Evergreen:
542
543 * GUI: Require staff initials for entry/edit of patron standing penalties and notes
544
545 [NOTE]
546 ==========
547 This Library Setting replaces two previous settings:
548
549 * Require staff initials for entry/edit of standing penalties and messages
550 * Require staff initials for entry/edit of patron notes
551 ========== 
552
553 Values from these deprecated settings will be migrated to the new setting via the upgrade script.
554
555 If a value was set for “Require staff initials for entry/edit of standing penalties and messages”, that value will be the new value for the new Library Setting.
556
557 If there was no value set for “Require staff initials for entry/edit of standing penalties and messages”, but there was a value for “Require staff initials for entry/edit of patron notes”, then the value from the
558 legacy “patron notes” setting will be the value for the new Library
559 Setting.
560
561 If two different values are set for the legacy settings, the value from
562 the legacy “standing penalties and messages” setting will become the
563 value for the new Library Setting and the “patron notes” value will be
564 recorded in a text file as part of the upgrade script.
565
566
567 == User Buckets ==
568
569 User Buckets allow staff to batch delete and make batch modifications to user accounts in Evergreen. Batch modifications can be made to selected fields in the patron account:
570
571 * Home Library
572 * Profile Group
573 * Network Access Level
574 * Barred flag
575 * Active flag
576 * Juvenile flag
577 * Privilege Expiration Date
578 * Statistical Categories
579
580 Batch modifications and deletions can be rolled back or reversed, with the exception of batch changes to statistical categories.  Batch changes made in User Buckets will not activate any Action/Trigger event definitions that would normally be activated when editing an individual account.
581
582 User accounts can be added to User Buckets by scanning individual user barcodes or by uploading a file of user barcodes directly in the User Bucket interface.  They can also be added to a User Bucket from the Patron Search screen.  Batch changes and batch edit sets are tied to the User Bucket itself, not to the login of the bucket owner.
583
584 === Create a User Bucket ===
585
586 *To add users to a bucket via the Patron Search screen:*
587
588 . Go to *Search->Search for Patrons*.
589 . Enter your search and select the users you want to add to the user bucket by checking the box next to each user row.  You can also hold down the CTRL or SHIFT on your keyboard and select multiple users.
590 . Click *Add to Bucket* and select an existing bucket from the drop down menu or click *New Bucket* to create a new user bucket.
591 .. If creating a new user bucket, a dialog box called _Create Bucket_ will appear where you can enter a bucket _Name_ and _Description_ and indicate if the bucket is _Staff Shareable?_.  Click *Create Bucket*.
592 . After adding users to a bucket, an update will appear at the bottom-right hand corner of the screen that says _"Successfully added # users to bucket [Name]"_.
593
594 image::media/userbucket1.PNG[]
595
596 image::media/userbucket2.PNG[]
597
598 *To add users to a bucket by scanning user barcodes in the User Bucket interface:*
599
600 . Go to *Circulation->User Buckets* and select the *Pending Users* tab at the top of the screen.
601 . Click on *Buckets* and select an existing bucket from the drop down menu or click *New Bucket* to create a new user bucket.
602 .. If creating a new user bucket, a dialog box called _Create Bucket_ will appear where you can enter a bucket _Name_ and _Description_ and indicate if the bucket is _Staff Shareable?_.  Click *Create Bucket*.
603 .. After selecting or creating a bucket, the Name, Description, number of items, and creation date of the bucket will appear above the _Scan Card_ field.
604 . Scan in the barcodes of the users that you want to add to the selected bucket into the _Scan Card_ field.  Each user account will be added to the Pending Users tab.  Hit ENTER on your keyboard after manually typing in a barcode to add it to the list of Pending Users.
605 . Select the user accounts that you want to add to the bucket by checking the box next to each user row or by using the CTRL or SHIFT key on your keyboard to select multiple users.
606 . Go to *Actions->Add To Bucket* or right-click on a selected user account to view the _Actions_ menu and select *Add To Bucket*.  The user accounts will move to the Bucket View tab and are now in the selected User Bucket.
607
608 image::media/userbucket3.PNG[]
609
610 *To add users to a bucket by uploading a file of user barcodes:*
611
612 . Go to *Circulation->User Buckets* and select the *Pending Users* tab at the top of the screen.
613 . Click on *Buckets* and select an existing bucket from the drop down menu or click *New Bucket* to create a new user bucket.
614 .. If creating a new user bucket, a dialog box called _Create Bucket_ will appear where you can enter a bucket _Name_ and _Description_ and indicate if the bucket is _Staff Shareable?_.  Click *Create Bucket*.
615 .. After selecting or creating a bucket, the Name, Description, number of items, and creation date of the bucket will appear above the Scan Card field.
616 . In the Pending Users tab, click *Choose File* and select the file of barcodes to be uploaded.
617 .. The file that is uploaded must be a .txt file that contains a single barcode per row.
618 . The user accounts will automatically appear in the list of Pending Users.
619 . Select the user accounts that you want to add to the bucket by checking the box next to each user row or by using the CTRL or SHIFT key on your keyboard to select multiple users.
620 . Go to *Actions->Add To Bucket* or right-click on a selected user account to view the _Actions_ menu and select *Add To Bucket*.  The user accounts will move to the Bucket View tab and are now in the selected User Bucket.
621
622 === Batch Edit All Users ===
623
624 To batch edit all users in a user bucket:
625
626 . Go to *Circulation->User Buckets* and select the *Bucket View* tab.
627 . Click *Buckets* and select the bucket you want to modify from the list of existing buckets.
628 .. After selecting a bucket, the Name, Description, number of items, and creation date of the bucket will appear at the top of the screen.
629 . Verify the list of users in the bucket and click *Batch edit all users*. A dialog box called _Update all users_ will appear where you can select the batch modifications to be made to the user accounts.
630 . Assign a _Name for edit set_.  This name will allow staff to identify the batch edit for future verification or rollbacks.
631 . Set the values that you want to modify.  The following fields can be modified in batch:
632
633 * Home Library
634 * Profile Group
635 * Network Access Level
636 * Barred flag
637 * Active flag
638 * Juvenile flag
639 * Privilege Expiration Date
640
641 . Click *Apply Changes*.  The modification(s) will be applied in batch.
642
643 image::media/userbucket4.PNG[]
644
645 === Batch Modify Statistical Categories ===
646
647 To batch modify statistical categories for all users in a bucket:
648
649 . Go to *Circulation->User Buckets* and select the *Bucket View* tab.
650 . Click *Buckets* and select the bucket you want to modify from the list of existing buckets.
651 .. After selecting a bucket, the Name, Description, number of items, and creation date of the bucket will appear at the top of the screen.
652 . Verify the list of users in the bucket and click *Batch modify statistical categories*. A dialog box called _Update statistical categories_ will appear where you can select the batch modifications to be made to the user accounts.  The existing patron statistical categories will be listed and staff can choose:
653 .. To leave the stat cat value unchanged in the patron accounts.
654 .. To select a new stat cat value for the patron accounts.
655 .. Check the box next to Remove to delete the current stat cat value from the patron accounts.
656 . Click *Apply Changes*.  The stat cat modification(s) will be applied in batch.
657
658 image::media/userbucket12.PNG[]
659
660 === Batch Delete Users ===
661
662 To batch delete users in a bucket:
663 . Go to *Circulation->User Buckets* and select the *Bucket View* tab.
664 . Click on *Buckets* and select the bucket you want to modify from the list of existing buckets.
665 .. After selecting a bucket, the Name, Description, number of items, and creation date of the bucket will appear at the top of the screen.
666 . Verify the list of users in the bucket and click *Delete all users*. A dialog box called _Delete all users_ will appear.
667 . Assign a _Name for delete set_.  This name will allow staff to identify the batch deletion for future verification or rollbacks.
668 . Click *Apply Changes*.  All users in the bucket will be marked as deleted.
669
670 NOTE: Batch deleting patrons from a user bucket does not use the Purge User functionality, but instead marks the users as deleted.
671
672 image::media/userbucket7.PNG[]
673
674 === View Batch Changes ===
675
676 . The batch changes that have been made to User Buckets can be viewed by going to *Circulation->User Buckets* and selecting the *Bucket View* tab.
677 . Click *Buckets* to select an existing bucket.
678 . Click *View batch changes*.  A dialog box will appear that lists the _Name_, date _Completed_, and date _Rolled back_ of any batch changes made to the bucket.  There is also an option to _Delete_ a batch change.  This will remove this batch change from the list of actions that can be rolled back.  It will not delete or reverse the batch change.
679 . Click *OK* to close the dialog box.
680
681 image::media/userbucket8.PNG[]
682
683 === Roll Back Batch Changes ===
684
685 . Batch Changes and Batch Deletions can be rolled back or reversed by going to *Circulation->User Buckets* and selecting the *Bucket View* tab.
686 . Click *Buckets* to select an existing bucket.
687 . Click *Roll back batch edit*.  A dialog box will appear that contains a drop down menu that lists all batch edits that can be rolled back.  Select the batch edit to roll back and click *Roll Back Changes*.  The batch change will be reversed and the roll back is recorded under _View batch changes_.
688
689 NOTE: Batch statistical category changes cannot be rolled back.
690
691 image::media/userbucket10.png[]
692
693 image::media/userbucket9.PNG[]
694
695 === Sharing Buckets ===
696 If a User Bucket has been made Staff Shareable, it can be retrieved via bucket ID by another staff account.  The ID for each bucket can be found at the end of the URL for the bucket.  For example, in the screenshot below, the bucket ID is 32.
697
698 image::media/userbucket11.PNG[]
699
700 A shared bucket can be retrieved by going to *Circulation->User Buckets* and selecting the *Bucket View* tab.  Next, click *Buckets* and select *Shared Bucket*.  A dialog box called _Load Shared Bucket by Bucket ID_ will appear.  Enter the ID of the bucket you wish to retrieve and click *Load Bucket*.  The shared bucket will load in the Bucket View tab.
701
702 === Permissions ===
703
704 All permissions must be granted at the organizational unit that the workstation is registered to or higher and are checked against the users' Home Library at when a batch modification or deletion is executed.
705
706 Permissions for Batch Edits:
707
708 * To batch edit a user bucket, staff accounts must have the VIEW_USER, UPDATE_USER, and CONTAINER_BATCH_UPDATE permissions for all users in the bucket.
709 * To make a batch changes to Profile Group, staff accounts must have the appropriate group application permissions for the profile groups.
710 * To make batch changes to the Home Library, staff accounts must have the UPDATE_USER permission at both the old and new Home Library.
711 * To make batch changes to the Barred Flag, staff accounts must have the appropriate BAR_PATRON or UNBAR_PATRON permission.
712
713 Permissions for Batch Deletion:
714
715 * To batch delete users in a user bucket, staff accounts must have the UPDATE_USER and DELETE_USER permissions for all users in the bucket.
716