]> git.evergreen-ils.org Git - working/Evergreen.git/blob - docs/circulation/circulation_patron_records.txt
042a3bfa60438423f3e25547a8fa60fb3fb03135
[working/Evergreen.git] / docs / circulation / circulation_patron_records.txt
1 Circulation - Patron Record 
2 ---------------------------
3
4 [[circulation_searching_patrons]] 
5 Searching Patrons 
6 ~~~~~~~~~~~~~~~~~
7
8 indexterm:[patrons, searching for]
9
10 To search for a patron, select the Patron Search option from the toolbar,
11 _Search -> Search for Patrons_ from the menu bar, or *F4*.
12
13 The Patron Search screen will display.  The orientation of the search pane may
14 be vertical or horizontal, depending on your library’s configuration.  It will
15 contain options to search on the following fields:
16
17 * Last Name 
18 * First Name 
19 * Middle Name 
20 * Alias 
21 * Address 1 
22 * Address 2 
23 * City 
24 * Zip 
25 * Phone
26 * Email 
27 * State 
28 * Barcode 
29 * OPAC Login ID
30
31 Use the options above the search fields to include patrons marked ``inactive''
32 in your search results or to limit results to patrons in a specific library
33 branch or in a specific permission group.
34
35 image::media/circulation_patron_records-1.png[circulation_patron_records 1]
36
37 .Tips for searching 
38 [TIP] 
39 =================== 
40 * Search one field or combine fields for more precise results.  
41 * Truncate search terms for more search results.
42 ===================
43
44 Once you have located the desired patron, highlight the entry for this patron in
45 the results screen.  A summary for this patron will display in place of the
46 search fields.  
47
48 image::media/circulation_patron_records-2.png[circulation_patron_records 2]
49
50 Use the _Retrieve Patron_ button to retrieve the patron for circulation or
51 editing.
52
53 image::media/circulation_patron_records-3.png[circulation_patron_records 3]
54
55 The _Search Form_ button may be used to resume searching for patrons.
56
57 Registering New Patrons 
58 ~~~~~~~~~~~~~~~~~~~~~~~
59
60 indexterm:[patrons, registering]
61
62 To register a new patron, select _Patron Registration_ from the toolbar,
63 _Circulation -> Register Patron_ from the menu bar, or *shift + F1*. The Patron
64 Registration form will display. 
65
66 image::media/circulation_patron_records-4.png[Patron registration form]
67
68 Mandatory fields display in yellow.
69
70 image::media/circulation_patron_records-5.png[circulation_patron_records 5]
71
72 The _Show Only Required Fields_ and _Show Suggested Fields_ may be used to limit
73 the options on this page.
74
75 image::media/circulation_patron_records-6.png[circulation_patron_records 6]
76
77 When one of these options is selected, it is possible switch to the other
78 limited view or to revert to the original view by selecting _Show All Fields_. 
79
80 image::media/circulation_patron_records-7.png[circulation_patron_records 7]
81
82 When finished entering the necessary information, select _Save_ to save the new
83 patron record or _Save & Clone_ to register a patron with the same address.
84 When _Save & Clone_ is selected, the address information is copied into the
85 resulting patron registration screen.  It is linked to the original patron.
86 Address information may only be edited through the original record.
87
88 image::media/circulation_patron_records-8.png[circulation_patron_records 8]
89
90 [TIP]
91 ============================================================================
92 * Requested fields may be configured in the _Library Settings Editor_ (_Admin ->
93  Local Admin -> Library Settings Editor_).  
94 * Statistical categories may be created for information tracked by your library 
95 that is not in the default patron record.  
96 * These may be configured in the _Statistical Categories Editor_ (_Admin -> 
97 Local Admin -> Statistical Categories Editor_).  
98 * Staff accounts may also function as patron accounts.
99 * You must select a _Main (Profile) Permission Group_ before the _Update Expire
100 Date_ button will work, since the permission group determines the expiration date.
101 ============================================================================
102
103
104 Patron Self-Registration
105 ~~~~~~~~~~~~~~~~~~~~~~~~
106 *Abstract*
107
108 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.  
109
110 *Patron Self-Registration*
111
112 . In the OPAC, click on the link to *Request Library Card*
113
114 . Fill out the self-registration form to request a library card, and click *Submit Registration*.
115
116 . Patrons will see a confirmation message: “Registration successful!  Please see library staff to complete your registration.”
117
118 image::media/patron_self_registration2.jpg[Patron Self-Registration form]
119
120 *Managing Pending Patrons*
121
122 . In the staff client select *Circulation* -> *Pending Patrons*.
123
124 . Select the patron you would like to review.  In this screen you have the option to *Delete* a pending patron account or *Load* the pending patron information to create a permanent library account.
125
126 . To create a permanent library account for the patron, click on the patron’s row, right-click and select *Load Patron* or 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. 
127
128 . Fill in the necessary patron information for your library, and click *Save* to create the permanent patron account.
129
130
131
132 *Library Settings*
133
134 Three new Library Settings have been created to manage patron self-registration:
135
136 * *OPAC: Allow Patron Self-Registration* must be set to ‘True’ to enable use of this feature.
137
138 * *OPAC: Patron Self-Reg. Expire Interval* allows each library to set the amount of time after which pending patron accounts should be deleted.
139
140 * *OPAC: Patron Self-Reg. Display Timeout* allows each library to set the amount of time after which the patron self-registration screen will timeout in the OPAC.  The default is 5 minutes.
141
142 Several existing Library Settings can be used to determine if a field should be required or hidden in the self-registration form:
143
144 * *GUI: Require day_phone field on patron registration*
145
146 * *GUI: Show day_phone on patron registration*
147
148 * *GUI: Require dob (date of birth) field on patron registration*
149
150 * *GUI: Show dob field on patron registration*
151
152 * *GUI: Require email field on patron registration*
153
154 * *GUI: Show email field on patron registration*
155
156 * *GUI: Require State field on patron registration*
157
158 * *GUI: Show State field on patron registration*
159
160 * *GUI: Require county field on patron registration*
161
162 * *GUI: Show county field on patron registration*  [New Setting]
163
164 Several existing Library Settings can be used to verify values in certain fields and provide examples for data format on the registration form:
165
166 * *Global: Patron username format*
167
168 * *GUI: Regex for phone fields on patron registration* OR *GUI: Regex for day_phone field on patron registration*
169
170 * *GUI: Regex for email field on patron registration*
171
172 * *GUI: Regex for post_code field on patron registration*
173
174 * *GUI: Example for email field on patron registration*
175
176 * *GUI: Example for post_code field on patron registration*
177
178 * *GUI: Example for day_phone field on patron registration* OR *GUI: Example for phone fields on patron registration*
179
180
181
182 [[updating_patron_information]] 
183 Updating Patron Information
184 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
185
186 indexterm:[patrons, updating]
187
188 Retrieve the patron record as described in the section
189 <<circulation_searching_patrons,Searching Patrons>>.
190
191 Select _Edit_ from the options that display at the top of the patron record. 
192
193 image::media/circulation_patron_records-9.png[Patron edit with summary display]
194
195 Edit information as required.  When finished, select _Save_.  If you attempt to
196 close out of the patron account before the information is received, an alert
197 will display.
198
199 image::media/circulation_patron_records-10.png[circulation_patron_records 10]
200
201 Select _OK_ to continue or _Cancel_ to return to the editing form.
202
203 After selecting _Save_, the page will refresh.  The edited information will be
204 reflected in the patron summary pane.
205
206 [TIP]
207 =======
208 * You can resize the patron summary pane, or collapse and expand it using
209 the button on the right border of the pane.
210 * To quickly renew an expired patron, click the _Update Expire Date_ button.
211 You will need a _Main (Profile) Permission Group_ selected for this to work,
212 since the permission group determines the expiration date.
213 =======
214
215 Renewing Library Cards 
216 ~~~~~~~~~~~~~~~~~~~~~~
217
218 indexterm:[library cards, renewing]
219
220 Expired patron accounts display with a black box around the patron’s name, a
221 note that the patron is expired, and – when initially retrieved – an alert
222 stating that the ``Patron account is EXPIRED.''
223
224 image::media/circulation_patron_records-11.png[circulation_patron_records 11]
225
226 Open the patron record in edit mode as described in the section
227 <<updating_patron_information,Updating Patron Information>>.
228
229 Navigate to the information field labeled _Privilege Expiration Date_.  Enter a
230 new date in this box.  When you place your cursor in the _Patron Expiration Date
231 box_, a calendar widget will display to help you easily navigate to the desired
232 date. 
233
234 image::media/circulation_patron_records-12.png[circulation_patron_records 12]
235
236 Select the date using the calendar widget or key the date in manually.  Click
237 the _Save_ button.  The screen will refresh and the ``expired'' alerts on the
238 account will be removed. 
239
240 Lost Library Cards 
241 ~~~~~~~~~~~~~~~~~~
242
243 indexterm:[library cards, replacing]
244
245 Retrieve the patron record as described in the section
246 <<circulation_searching_patrons,Searching Patrons>>. 
247
248 Open the patron record in edit mode as described in the section
249 <<updating_patron_information,Updating Patron Information>>.
250  
251 Next to the _Barcode_ field, select the _Replace Barcode_ button.
252
253 image::media/circulation_patron_records-13.png[circulation_patron_records 13]
254
255 This will clear the barcode field.  Enter a new barcode and _Save_ the record.
256 The screen will refresh and the new barcode will display in the patron summary
257 pane.  
258
259 If a patron’s barcode is mistakenly replaced, the old barcode may be reinstated.
260 Retrieve the patron record as described in the section
261 <<circulation_searching_patrons,Searching Patrons>>. Open the patron record in
262 edit mode as described in the section <<updating_patron_information,Updating
263 Patron Information>>.
264
265 Select the _See All_ button next to the _Replace Barcode_ button.  This will
266 display the current and past barcodes associated with this account. 
267
268 image::media/circulation_patron_records-14.png[circulation_patron_records 14]
269
270 Check the box(es) for all barcodes that should be ``active'' for the patron.  An
271 ``active'' barcode may be used for circulation transactions.  A patron may have
272 more than one ``active'' barcode.  Only one barcode may be designated
273 ``primary.'' The ``primary'' barcode displays in the patron’s summary
274 information in the _Library Card_ field. 
275
276 Once you have modified the patron barcode(s), _Save_ the patron record.  If you
277 modified the ``primary'' barcode, the new primary barcode will display in the
278 patron summary screen. 
279
280 Resetting Patron's Password 
281 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
282
283 indexterm:[patrons, passwords]
284
285 A patron’s password may be reset from the OPAC or through the staff client.  To
286 reset the password from the staff client, retrieve the patron record as
287 described in the section <<circulation_searching_patrons,Searching Patrons>>. 
288
289 Open the patron record in edit mode as described in the section
290 <<updating_patron_information,Updating Patron Information>>.
291
292 Select the _Reset Password_ button next to the _Password_ field.  
293
294 image::media/circulation_patron_records-15.png[circulation_patron_records 15]
295
296 NOTE: The existing password is not displayed in patron records for security
297 reasons.
298
299 A new number will populate the _Password_ and _Verify Password_ text boxes.
300 Make note of the new password and _Save_ the patron record.  The screen will
301 refresh and the new password will be suppressed from view.   
302
303
304 [TIP]
305 =======================
306 If you need to change a patron or staff account password without using the staff client, here is how you can reset it with SQL.
307
308 Connect to your Evergreen database using _psql_ or similar tool, and retreive and verify your admin username:
309
310 [source, sql]
311 ------------------------------------------------------------------------------
312 psql -U <user-name> -h <hostname> -d <database>
313
314 SELECT id, usrname, passwd from actor.usr where usrname = 'admin';
315 ------------------------------------------------------------------------------
316
317 If you do not remember the username that you set, search for it in the _actor.usr_ table, and then reset the password.
318
319 [source, sql]
320 ------------------------------------------------------------------------------
321 UPDATE actor.usr SET passwd = <password> WHERE id=<id of row to be updated>;
322 ------------------------------------------------------------------------------
323
324 The new password will automatically be hashed. 
325
326 =======================
327
328 Barring a Patron 
329 ~~~~~~~~~~~~~~~~
330
331 indexterm:[patrons, barring]
332
333 A patron may be barred from circulation activities.  To bar a patron, retrieve
334 the patron record as described in the section
335 <<circulation_searching_patrons,Searching Patrons>>. 
336
337 Open the patron record in edit mode as described in the section 
338 <<updating_patron_information,Updating Patron Information>>.
339
340 Check the box for _Barred_ in the patron account. 
341
342 image::media/circulation_patron_records-16.png[circulation_patron_records 16]
343
344 _Save_ the user.  The screen will refresh.  
345
346 The patron account will now display an alert stating that the patron account 
347 is *BARRED*.  
348
349 Additionally a red box and note will indicate the patron’s barred status. 
350
351 image::media/circulation_patron_records-17.png[circulation_patron_records 17]
352
353 NOTE: Barring a patron from one library bars that patron from all consortium
354 member libraries. 
355
356 To unbar a patron, uncheck the Barred checkbox.
357
358 Barred vs. Blocked 
359 ~~~~~~~~~~~~~~~~~~
360
361 indexterm:[patrons, barring]
362
363 *Barred*: Stops patrons from using their library cards; alerts the staff that
364 the patron is banned/barred from the library. The ``check-out'' functionality is
365 disabled for barred patrons (NO option to override – the checkout window is
366 unusable and the bar must be removed from the account before the patron is able
367 to checkout items).  These patrons may still log in to the OPAC to view their
368 accounts.
369
370 indexterm:[patrons, blocking]
371
372 *Blocked*: Often, these are system-generated blocks on patron accounts.  
373
374 Some examples:
375
376 * Patron exceeds fine threshold 
377 * Patron exceeds max checked out item threshold
378
379 A notice appears when a staff person tries to checkout an item to blocked
380 patrons, but staff may be given permissions to override blocks.
381
382
383 Staff-Generated Messages
384 ~~~~~~~~~~~~~~~~~~~~~~~~
385
386 [[staff_generated_messages]]
387 indexterm:[patrons, messages]
388
389 There are several types of messages available for staff to leave notes on patron records.
390
391 *Patron Notes*: These notes are added via _Other_ -> _Notes_ in the patron record, and create a clickable (See Notes) message beneath the patron name on the patron record screen. These notes can be viewable by staff only or shared with the patron. Staff initials can be required. (See the section <<circulation_patron_notes,Patron Notes>> for more.)
392
393 *Patron Alerts*: This type of alert is added via _Edit_ button in the patron record. It creates a non-blocking alert message which displays when the patron is retrieved. It also creates a clickable (Alert) message beneath the patron name on the patron record screen. There is currently no way to require staff initials for this type of alert. (See the section <<circulation_patron_alerts,Patron Alerts>> for more.)
394
395 *Staff-Generated Penalties/Messages*: These messages are added via the _Messages_ button in the patron record. They can be a note, alert or block. Staff initials can be required. (See the section <<staff_generated_penalties,Staff-Generated Penalties/Messages>> for more.)
396
397 Patron Alerts 
398 ~~~~~~~~~~~~~~
399
400 [[circulation_patron_alerts]]
401 indexterm:[patrons, Alerts]
402     
403 When an account has an alert on it, a Stop sign is displayed when the record is
404 retrieved.
405
406 image::media/circulation_patron_records-18.png[circulation_patron_records 18]
407
408 Navigating to an area of the patron record using the navigation buttons at the
409 top of the record (for example, Edit or Bills) will clear the message from view.
410
411 If you wish to view these alerts after they are cleared from view, they may be
412 retrieved.  Use the Other menu to select _Display Alert_ and _Messages_.
413
414 image::media/circulation_patron_records-19.png[circulation_patron_records 19]
415
416 There are two types of Patron Alerts:
417
418 *System-generated alerts*: Once the cause is resolved (e.g. patron's account has
419 been renewed), the message will disappear automatically.
420
421 *Staff-generated alerts*: Must be added and removed manually. 
422
423 To add an alert to a patron account, retrieve the patron record as described 
424 in the section <<circulation_searching_patrons,Searching Patrons>>. 
425
426 Open the patron record in edit mode as described in the section 
427 <<updating_patron_information,Updating Patron Information>>.
428
429 Enter the alert text in the Alert Message field.
430
431 image::media/circulation_patron_records-20.png[circulation_patron_records 20]
432
433 _Save_ the record. The screen will refresh and the alert will display.
434
435 Additionally, the patron name will be highlighted in yellow and a note will
436 indicate that there is an alert on the account. 
437
438 image::media/circulation_patron_records-21.png[circulation_patron_records 21]
439
440 To remove the alert, retrieve the patron record as described in the section
441 <<circulation_searching_patrons,Searching Patrons>>. 
442
443 Open the patron record in edit mode as described in the section 
444 <<updating_patron_information,Updating Patron Information>>.
445
446 Delete the alert text in the _Alert Message_ field. 
447
448 _Save_ the record.  
449
450 The screen will refresh and the indicators for the alert will be removed from 
451 the account. 
452
453 Patron Notes 
454 ~~~~~~~~~~~~
455
456 [[circulation_patron_notes]]
457 indexterm:[patrons, notes]
458
459 When a patron account contains a note, a _See Notes_ message appears beneath the
460 patron’s name in the patron summary pane. 
461
462 image::media/circulation_patron_records-22.png[circulation_patron_records 22]
463
464 Notes are strictly communicative and may be made visible to the patron via their
465 account on the OPAC.  In the JSPAC, these notes display on the account summary
466 screen in the OPAC.
467
468 image::media/circulation_patron_records-23.png[circulation_patron_records 23]
469
470 To insert or remove a note, retrieve the patron record as described in the
471 section  <<circulation_searching_patrons,Searching Patrons>>. 
472
473 Open the patron record in edit mode as described in the section
474 <<updating_patron_information,Updating Patron Information>>.
475
476 Use the Other menu to navigate to _Notes_.
477
478 image::media/circulation_patron_records-24.png[circulation_patron_records 24]
479
480 Select the _Add New Note_ button. An _Add Note_ window displays.  
481
482 [TIP] 
483 ================================================ 
484 To add a box in the _Add Note_ window for staff initials and require their entry, see the section <<settings_for_staff_initials,Granular Settings for Staff Initials>>.
485 ================================================ 
486
487 Enter note information. 
488
489 Select the check box for _Patron Visible_ to display the note in the OPAC. 
490
491 image::media/circulation_patron_records-25.png[circulation_patron_records 25]
492
493 Select _Add Note_ to save the note to the patron account.  
494
495 To delete a note, go to _Other -> Notes_ and use the _Delete This Note_ button
496 under each note.
497
498 image::media/circulation_patron_records-26.png[circulation_patron_records 26]
499
500 An alert will display.  Click _Yes_ to delete the note or No to retain the note.
501 A confirmation box will display; click _OK_.
502
503
504 Staff-Generated Penalties/Messages
505 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
506
507 [[staff_generated_penalties]]
508 To access this feature, use the _Messages_ button in the patron record.
509
510 image::media/staff-penalties-1.jpg[Messages screen]
511
512 Add a Message
513 ^^^^^^^^^^^^^
514
515 Click *Apply Standing Penalty/Message* to begin the process of adding a message to the patron.
516
517 image::media/staff-penalties-2.jpg[Apply Penalty Dialog Box]
518
519 There are three options: Notes, Alerts, Blocks
520
521 * *Note*: This will create a non-blocking, non-alerting note visible to staff. Staff will be alerted to the message by the light-blue framing around the patron name, and can view the message by clicking the _Messages_ button on the patron record.  (Notes created in this fashion will not display via _Other_ -> _Notes_, and cannot be shared with the patron. See the <<circulation_patron_notes,Patron Notes>> section for notes which can be shared with the patron.)
522
523 * *Alert*: This will create a non-blocking alert which appears when the patron record is first retrieved.  The alert will generate a dark-blue frame around the patron name. Alerts may be viewed by clicking the _Messages_ button on the patron record or by selecting _Other_ -> _Display Alerts and Messages_.
524
525 * *Block*: This will create a blocking alert which appears when the patron record is first retrieved, and which behaves much as the non-blocking alert described previously. The patron will be also blocked from circulation, holds and renewals until the block is cleared by staff.
526
527 After selecting the type of message to create, enter the message body into the box. If Staff Initials are required, they must be entered into the _Initials_ box before the message can be added.  Otherwise, fill in the optional _Initials_ box and click *Apply*
528
529 The message should now be visible in the _Staff-Generated Penalties/Messages_ list. If a blocking or non-blocking alert, the message will also display immediately when the patron record is retrieved.
530
531 image::media/staff-penalties-3.jpg[Messages on a record]
532
533 Modify a Message
534 ^^^^^^^^^^^^^^^^
535
536 Messages can be edited by staff after they are created. 
537
538 image::media/staff-penalties-4.jpg[Actions menu]
539
540 Click to select the message to be modified, then click _Actions for these Penalties/Messages_ -> _Modify Penalty/Message_. This menu can also be accessed by right-clicking in the message area.
541
542 image::media/staff-penalties-5.jpg[Modify penalty dialog box]
543
544 To change the type of message, click on *Note*, *Alert*, *Block* to select the new type. Edit or add new text in the message body.  Enter Staff Initials into the _Initials_ box (may be required.) and click *Modify* to submit the alterations.
545
546 image::media/staff-penalties-6.jpg[Modified message in the list]
547
548 Archive a Message
549 ^^^^^^^^^^^^^^^^^
550
551 Messages which are no longer current can be archived by staff. This action will remove any alerts or blocks associated with the message, but retains the information contained there for future reference.
552
553 image::media/staff-penalties-4.jpg[Actions menu]
554
555 Click to select the message to be archived, then click _Actions for these Penalties/Messages_ -> _Archive Penalty/Message_. This menu can also be accessed by right-clicking in the message area.
556
557 image::media/staff-penalties-7.jpg[Archived messages]
558
559 Archived messages will be shown in the section labelled _Archived Penalties/Messages_. To view messages, click *Retrieve Archived Penalties*. By default, messages archived within the past year will be retrieved. To retrieve messages from earlier dates, change the start date to the desired date before clicking *Retrieve Archived Penalties*.
560
561 Remove a Message
562 ^^^^^^^^^^^^^^^^
563
564 Messages which are no longer current can be removed by staff.  This action removes any alerts or blocks associated with the message and deletes the information from the system.
565
566 image::media/staff-penalties-4.jpg[Actions menu]
567
568 Click to select the message to be removed, then click _Actions for these Penalties/Messages_ -> _Remove Penalty/Message_. This menu can also be accessed by right-clicking in the message area.
569
570 Merging Patron Records 
571 ~~~~~~~~~~~~~~~~~~~~~~
572
573 indexterm:[patrons, merging]
574
575 When patron records are erroneously duplicated, they may be merged into one
576 record.  As described in the section <<circulation_searching_patrons,Searching
577 Patrons>>, search for the term(s) shared by the two records. 
578
579 Select the two records to merge by pressing down the CTRL key and clicking each
580 record. 
581
582 Click the _Merge Patrons_ button next to the _Search Form_ and _Retrieve Patron_
583 buttons on the top of the screen.
584
585 image::media/circulation_patron_records-27.png[circulation_patron_records 27]
586
587 A Record Merging window will display.  Compare the two records.  
588
589 Select the record you want to keep by checking the radio button 
590 _Lead Record_ next to the appropriate record. 
591
592 image::media/circulation_patron_records-28.png[circulation_patron_records 28]
593
594 After making your selection, click the _Merge_ button.  The screen will refresh.
595 Only one of the two patron names will display.
596
597 NOTE: Once two records have been merged, the notes, bills, holds and outstanding
598 items under the non-lead record are brought to the lead record. Staff-inserted
599 alert messages are not transferred from the non-lead record; lead record alerts
600 are retained.
601
602 Patron records may also be merged from the _Patron Group_ screen Retrieve one of
603 the two patron records you want to merge.  
604
605 Go to _Other -> Group Member Details_.
606
607 image::media/circulation_patron_records-29.png[circulation_patron_records 29]
608
609 The patron records are displayed as group members. If both patron records are
610 not already displayed on this screen, click _Choose an Action -> Move another
611 patron to this patron group_.
612
613 image::media/circulation_patron_records-30.png[circulation_patron_records 30]
614
615 At the prompt, scan or type the patron's barcode. 
616  
617 Click _OK_. 
618
619 Confirm the move by clicking the _Move_ button on top of the screen. 
620
621 image::media/circulation_patron_records-31.png[circulation_patron_records 31]
622
623 Click _OK_ on the confirmation pop-up window.
624
625 Both records are displayed as group members. 
626
627 Select both records by pressing *CTRL* key and clicking each record. 
628
629 Click _Choose an Action -> Merge Selected Patrons_. The merging records window
630 pops up. 
631
632 Choose the lead record and continue to merge records as described in the above.
633
634 NOTE: The merged record will still show under group members. Both members point
635 to the same patron record.
636
637 [[bills_and_payments]] 
638 Bills and Payments 
639 ~~~~~~~~~~~~~~~~~~
640
641 When a patron account has bills attached to it, a note displays under the patron
642 name in the patron summary panel.  
643
644 image::media/circulation_patron_bills-1.png[circulation_patron_bills 1]
645
646 To view more information about the patron’s bills, or to make payments on or
647 edit the bills, click on the Bills button from the patron account screen. 
648
649 image::media/circulation_patron_bills-2.png[circulation_patron_bills 2]
650
651 [[circ_vs_grocery]] 
652 *Circulation bills*: system-generated (overdue fines, lost
653 item cost, processing fees, etc.).
654
655 * Overdue fines are added daily once an item is overdue.
656 * When an item is marked as lost, bills may be automatically generated to cover
657 the item's cost and a processing fee, according to library policy.
658
659 *Grocery bills*: staff-applied to patron accounts.
660
661 * One default grocery bill, Misc, exists in an unmodified Evergreen
662 installation.
663 * Additional grocery bills may be configured through the Admin settings. *Admin*
664  -> *Server Administration* -> *Billing Types*.
665
666 To view more information about a bill, highlight the bill and right-click or use
667 the _Actions for Selected Transactions_ menu to select _Full Details_.
668
669 image::media/circulation_patron_bills-3.png[circulation_patron_bills 3]
670
671 A window will display additional information about the bill, including a record
672 of any payments that have been made on the bill.
673
674 image::media/circulation_patron_bills-4.png[circulation_patron_bills 4] 
675
676 From the _Full Details_ screen, portions of the bill may be voided (e.g. an
677 erroneous daily overdue charge) by using the _Void selected billings_ button.
678 Notes may be added to payments or line items by using the _Edit note_ button.
679
680 image::media/circulation_patron_bills-5.png[circulation_patron_bills 5]
681
682 [[making_payments]] 
683 Making Payments 
684 ^^^^^^^^^^^^^^^
685
686 To collect payments, retrieve the patron record.  Navigate to the _Bills_ screen
687 as described in <<bills_and_payments,Bills and Payments>>.
688
689 When bills are paid, the money applied starts at the top of the list of bills.
690 To pay specific bills, uncheck the bills that you do not wish to pay at this
691 time. The amount displayed in _Total Checked:_ will change to reflect the
692 appropriate amount.
693
694 image::media/circulation_patron_bills-6.png[circulation_patron_bills 6]
695
696 [TIP]
697 By default, Evergreen checks all bills when the bills screen loads. 
698 Evergreen sites can change this default by enabling the _Uncheck bills by
699 default in the patron billing interface_ setting in the Library Settings
700 Editor (*Admin* -> *Local Administration* -> *Library Settings Editor*). Note
701 the presence of the _Uncheck All_ and _Check All_ options below the list of
702 bills.
703
704 image::media/circulation_patron_bills-7.png[circulation_patron_bills 7]
705
706 When you are ready to make a payment, select a payment type from the dropdown
707 menu in the _Pay Bill_ portion of the screen.
708
709 image::media/circulation_patron_bills-8.png[circulation_patron_bills 8]
710
711 Enter the amount of payment in the _Payment received_ field.  
712
713 If you would like to add a note to the payment, check the box for 
714 _Annotate Payment_.  
715
716 Click _Apply Payment!_ to make the payment.  
717
718 If you have selected _Annotate Payment_, a box will display for the annotation.  
719
720 The screen will refresh to display the updated bill information for the patron.
721 If change is due, the bottom portion of the screen, _Change Due Upon Payment:_
722 will briefly reflect the amount due to the patron.  
723
724 TIP: if you need more time to review the amount due, click outside the _Payment
725 Received_ box before selecting _Apply Payment!_ This will cause the screen to
726 refresh and display the amount due.
727
728 It is possible to convert change due to a patron credit by selecting the
729 _Convert Change to Patron Credit_ checkbox.
730
731 image::media/circulation_patron_bills-9.png[circulation_patron_bills 9]
732
733 [TIP] 
734 ================================================ 
735 * Items marked with red are still checked out. Items marked with dark red are
736 lost. Items marked with orange are still checked out and long overdue.
737 * It is possible for a patron to pay a bill while the item is still out and
738 accruing fines. 
739 * When Check is selected as the payment type, it is not necessary to select
740 _Annotate Payment_, as a box for the check number and a note displays
741 automatically.
742 * If a patron pays the entire bill for a lost item and the library has enabled
743 the _Use Lost and Paid copy status_ setting in the Library Settings Editor
744 (*Admin* -> *Local Administration* -> *Library Settings Editor*), the copy's 
745 status will automatically change from _Lost_ to _Lost and Paid_.
746 ================================================
747
748 Void vs. Forgive 
749 ^^^^^^^^^^^^^^^^
750  
751 Void clears all history of the bill, while forgive retains the history. 
752
753 Forgiving Bills 
754 ^^^^^^^^^^^^^^^
755  
756 Choose forgive as the payment type as described in the section
757 <<making_payments,Making Payments>>. 
758
759 Enter the amount to be forgiven.  Choose _Annotate Payment_ as required by local
760 policy.
761
762 Apply Payment.  Annotate, if prompted.
763
764 The screen will refresh to display the payment.
765
766
767 Voiding Bills 
768 ^^^^^^^^^^^^^
769
770 Bills under one transaction are grouped in one bill line. Bills may be voided in
771 part or in whole.
772
773 *To void the full billing amount:* 
774
775 Select the bill(s) to be voided from the list in the patron account.  
776
777 Right click or use the _Actions for Selected Transactions_ menu to select _Void
778 All Billings_.
779
780 image::media/circulation_patron_bills-10.png[circulation_patron_bills 10]
781
782 Confirm the action.
783
784 *To void a partial amount:*
785
786 Select a billing and choose Full Details for the transaction, as described in
787 the section <circ_vs_grocery,Circulation vs. Grocery Bills>>
788
789 The bill details screen displays.
790
791 Select the specific bill to void.
792
793 Void Selected Billings and confirm the action.
794
795 image::media/circulation_patron_bills-11.png[circulation_patron_bills 11]
796
797 Adding New ``Grocery'' Bills 
798 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
799
800 A grocery bill can be added as a new bill or to an existing bill.
801
802 *To add a as a new bill:*
803
804 . Retrieve the patron record.  
805 . Navigate to the Bills screen.  
806 . Click the_Bill Patron_ button above the list of current bills.  
807 +
808 image::media/circulation_patron_bills-12.png[circulation_patron_bills 12] 
809
810 .Choose appropriate _Billing Type_ from the drop down menu. (``Grocery'' is the
811 only available transaction type.) . Enter the Amount and Note (as required).  
812 .
813 _Submit this Bill_ and confirm this action.
814
815 image::media/circulation_patron_bills-13.png[circulation_patron_bills 13]
816
817 *To add bill to an existing bill line:*
818
819 . Retrieve the patron record.  
820 . Navigate to the Bills screen.  
821 . Highlight the desired bill.  
822 . Use the _Actions for Selected Transactions_ to select _Add Billing_.  
823 Confirm this action.  
824 . Follow steps 4 through 6 above.  There is no confirmation message 
825 after clicking _Submit this Bill_.  
826 . The _Money Summary_ will adjust accordingly.
827
828 Bill History 
829 ^^^^^^^^^^^^
830
831 *To view a patron’s bill history:*
832
833 . Retrieve the patron record.  
834 . From the _Bills_ screen, click _History_.  
835 . A _Bill History_ screen with two tabs will display.  One for _Transactions_ and
836 one for _Payments_.  
837 +
838 image::media/circulation_patron_bills-14.png[circulation_patron_bills 14] 
839
840 . For more information about a specific billing, select the bill and click _Full
841 Details_. A screen detailing item information, billings, and payments will
842 display.
843
844 image::media/circulation_patron_bills-15.png[circulation_patron_bills 15]
845
846 Items may be deleted from the catalog even if a charge for that item is still
847 attached to the patron's record.  The charge will remain on the patron's account
848 after the deletion.
849
850 Sorting Money Columns in Billing Interface
851 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
852
853 This enhancement enables Evergreen to sort money columns numerically in the billing interface.  You can perform an ascending or descending sort on these columns.
854
855 To view and sort patron bills, retrieve the patron's account, and click the *Bills* tab in the top right corner of the screen.  You can view the money that is owed or paid in the "Total Billed" and *Total Paid* columns. Simply click on the headers of these columns to sort the columns numerically.
856
857 Disable Patron Credit in Billing Interface
858 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
859 The Library Setting, *Disable Patron Credit*, allows staff to disable the Patron Credit payment type and to hide patron credit payment actions within the billing interface of a patron’s account. 
860
861 By default, the payment type *Patron Credit* is enabled in the staff client. Within the Bills interface of a patron’s account, the Patron Credit payment type, the Credit Available, and the option to Convert Change to Patron Credit are exposed by default in the staff client. 
862
863 image::media/Default_Patron_Billing_Screen.jpg[Default Patron Billing Screen]
864
865 When the Library Setting, *Disable Patron Credit*, is set to *True*, the patron credit payment type will be disabled. Patron Credit will not be an option within the payment type dropdown menu. The Convert Change to Patron Credit and the summary of Credit Available will be hidden from the patron billing interface in the staff client. 
866
867 image::media/Disabled_Patron_Credit_Patron_Billing_Screen.jpg[Disabled Patron Credit Patron Billing Screen]
868
869 To set the new Library Setting:
870
871 . Click *Admin* -> *Local Administration* -> *Library Settings Editor*
872
873 . Search for *Disable Patron Credit*
874
875 . Click *Edit*
876
877 . Set the value to *True*
878
879 . Click *Update Setting*
880
881 image::media/Disable_Patron_Credit_Library_Setting.jpg[Disable Patron Credit Library Setting]
882
883 NOTE: After applying changes to this library setting, it is necessary to restart the staff client to see the changes take effect.  
884
885
886 Lost and Long Overdue Bill Colors
887 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
888
889 This stylization enhancement distinguishes Lost and Long Overdue circulations that appear within the billed transactions of a patron’s account from other items that are still checked out.  
890
891 Within the patron’s list of billed transactions, Lost or Long Overdue items, which have not yet been returned, display differently from other items that are still checked out. The color distinctions are applied to the entire row of the billed transaction (previous to version 2.5, only the title of the billed transaction was highlighted). These color enhancements are accompanied by helpful indicators that define the meaning of the colors for staff.  
892
893 By default, Lost circulations will appear in dark red. The default indicator reads, “Dark Red Items are Lost.”  
894
895 When the 6 Month Overdue Mark Long-Overdue trigger event definition is enabled, Long Overdue circulations will appear in orange, by default. The default indicator reads, “Orange Items are Long Overdue.”  
896  
897 image::media/Billed_Transaction_Color.jpg[Billed Transaction Color]
898  
899 Both the color distinctions and indicators are customizable. To customize, a change to circ.css (for the color) and lang.dtd (for the indicator) are required.   
900