Adds more details to the patron club section
[kohadocs.git] / source / patrons.rst
1 .. include:: images.rst
2
3 Patrons
4 =======
5
6 Before importing and/or adding patrons be sure to set up your :ref:`patron
7 categories <patron-categories-label>`.
8
9 .. _add-a-new-patron-label:
10
11 Add a new patron
12 ------------------------------------
13
14 Patrons are added by going to the 'Patrons' module.
15
16 -  *Get there:* Patrons
17
18 Once there you can add a new patron.
19
20 -  Click 'New patron'
21
22    |image407|
23
24 -  The fields that appear on the patron add form can be controlled by
25    editing the :ref:`BorrowerUnwantedField` system
26    preference.
27
28 -  First enter the identifying information regarding your patron
29
30    |image408|
31
32    -  Required fields are defined in the
33       :ref:`BorrowerMandatoryField` system
34       preference
35
36    -  Salutation is populated by the
37       :ref:`BorrowersTitles` system preference
38
39    -  **Note**
40
41           If you'd like to prevent full names from printing on
42           :ref:`slips <notices-&-slips-label>` and you're not using the Initials or
43           Other name fields for anything else, you can use them for
44           shortened versions of the name to then be printed on the slip.
45
46           For example:
47
48           ::
49
50               Firstname: Nicole C.
51               Surname: Engard
52               Initials: NCE
53
54           Then on the slip you can have it print the
55           <<borrowers.initials>> instead of the full name (NCE).
56
57           Or you could do something like this:
58
59           ::
60
61               Firstname: Nicole
62               Surname: Engard
63               Initials: E
64
65           Then on the slip you can have it print the
66           <<borrowers.initials>>, <<borrowers.firstname>> instead of the
67           full name (E, Nicole).
68
69 -  Next enter the contact information
70
71    |image409|
72
73    -  For contact information, note that the primary phone and email
74       addresses are the ones that appear on notices and slips printed
75       during circulation (receipts, transfer slips and hold slips). The
76       primary email is also the one that overdue notices and other
77       messages go to.
78
79 -  If this patron is a child, you will be asked to attach the child
80    patron to an adult patron
81
82    |image410|
83
84    -  Click 'Set to patron' to search your system for an existing patron
85
86    -  If the Guarantor is not in the system, you can enter the first and
87       last name in the fields available
88
89    -  The relationships are set using the
90       :ref:`borrowerRelationship` system preference
91
92 -  If this patron is a professional, you will be asked to attach the
93    patron to an organizational patron
94
95    |image411|
96
97    -  Click 'Set to patron' to search your system for an existing patron
98
99 -  Each patron can have an alternate contact
100
101    |image412|
102
103    -  An alternate contact could be a parent or guardian. It can also be
104       used in academic settings to store the patron's home address.
105
106 -  The library management section includes values that are used within
107    the library
108
109    |image413|
110
111    -  The card number field is automatically calculated if you have the
112       :ref:`autoMemberNum` system preference set that way
113
114       -  **Note**
115
116              For a newly installed system this preference will start at
117              1 and increment by 1 each time after. To have it start with
118              the starting number of your barcodes, enter the first
119              barcode by hand in the patron record and save the patron.
120              After that the field will increment that number by 1.
121
122    -  If you accidentally chose the wrong patron category at the
123       beginning you can fix that here
124
125    -  Sort 1 and 2 are used for statistical purposes within your library
126
127 -  Next, the library set-up section includes additional library settings
128
129    |image414|
130
131    -  The registration date will automatically be filled in with today's
132       date
133
134    -  If your patron cards expire (based on your :ref:`patron category
135       settings <patron-categories-label>`) the expiry date will automatically be
136       calculated
137
138    -  The OPAC note is a note for the patron - it will appear in the
139       OPAC on the patron's record
140
141    -  The Circulation note is meant solely for your library staff and
142       will appear when the circulation staff goes to check an item out
143       to the patron
144
145       |image415|
146
147    -  The Staff/OPAC asks for the username and password to be used by
148       the patron (and/or staff member) to log into their account in the
149       OPAC and for staff to log in to the staff client.
150
151       -  Staff will only be able to use this log in info to log in to
152          the staff client if they have the :ref:`necessary
153          permissions <patron-permissions-label>`.
154
155 -  If you have set :ref:`additional patron
156    attributes <patron-attribute-types-label>` up, these will appear next
157
158    |image416|
159
160 -  Finally, if you have
161    :ref:`EnhancedMessagingPreferences` set
162    to 'allow,' you can choose the messaging preferences for this patron.
163
164    |image417|
165
166    -  These notices are:
167
168       -  Advanced notice: A notice in advance of the patron's items
169          being due (the patron can choose the number of days in advance)
170
171       -  Item checkout: A notice that lists all the of the items the
172          patron has just checked out and/or renewed, this is an
173          electronic form of the checkout receipt
174
175       -  Hold filled: A notice when you have confirmed the hold is
176          waiting for the patron
177
178       -  Item due: A notice on the day and item is due back at the
179          library
180
181       -  Item check-in: A notice that lists all the of the items the
182          patron has just checked in
183
184    -  Patrons can choose to receive their notices as a digest by
185       checking the 'Digest only?' box along with the delivery method. A
186       digest is a combination of all the messages of that type (so all
187       items due in 3 days in one email) in to one email instead of
188       multiple emails for each alert.
189
190    -  **Important**
191
192           These preferences will override any you set via the :ref:`patron
193           categories <adding-a-patron-category-label>`
194
195    -  **Important**
196
197           These preference can be altered by the patron via the OPAC
198
199 -  Once finished, click 'Save'
200
201 If the system suspects this patron is a duplicate of another it will
202 warn you.
203
204 |image418|
205
206     **Note**
207
208     A duplicate patron is detected if first and last names match and
209     there is no date of birth populated or if first name, last name and
210     date of birth fields are all populated. If two patrons have matching
211     names, but one has a date of birth and the other does not they will
212     not match as duplicates.
213
214 If you have set a minimum or upper age limit on the patron category and
215 are requiring that the birth date be filled in, Koha will warn you if
216 the patron you're adding is too old or young for the patron category you
217 have selected:
218
219 |image419|
220
221 .. _quick-add-patron-label:
222
223 Quick add a patron
224 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
225
226 If your circulation desk is very busy and you want to register patron quickly, 
227 you can use the 'quick add' feature. It's a shortened version of the add 
228 patron form with only a couple of necessary fields to fill out.
229
230 This feature uses two system preferences: :ref:`BorrowerMandatoryField` 
231 and :ref:`PatronQuickAddFields`. These are the two system preferences that
232 control which fields are in the quick add form.
233
234 To quick add a patron, go to the Patrons module
235
236 -  *Get there:* Patrons
237
238 Click on the 'Quick add new patron' button.
239
240 You will be asked to choose a patron category.
241
242 Then, you will be presented with a shortened form.
243
244 |image1346|
245
246 Once the form is filled out, click on 'Save'.
247
248 If you need to access the full form, you can click on 'Show full form' 
249 above the 'Save' button.
250
251
252 .. _add-a-staff-patron-label:
253
254 Add a staff patron
255 ----------------------------------------
256
257 All staff members must be entered into Koha as patrons of the 'Staff'
258 type. Follow the steps in :ref:`Add a Patron <add-a-new-patron-label>` to add a
259 staff member. To give the staff member permissions to access the staff
260 client, follow the steps in :ref:`patron permissions <patron-permissions-label>`
261
262     **Important**
263
264     Remember to assign your staff secure usernames and passwords since
265     these will be used to log into the staff client.
266
267 .. _add-a-statistical-patron-label:
268
269 Add a statistical patron
270 ----------------------------------------------
271
272 One way to track use of in house items is to "check out" the materials
273 to a statistical patron. The "check out" process doesn’t check the book
274 out, but instead tracks an in house use of the item. To use this method
275 for tracking in house use you first will need a :ref:`patron
276 category <patron-categories-label>` set up for your statistical patron.
277
278 |image420|
279
280 Next, you will need to create a new patron of the statistical type.
281
282 |image421|
283
284 Next, follow the steps put forth in the ':ref:`Add a new
285 patron <add-a-new-patron-label>`' section of this manual. Since this patron is
286 not a real person, simply fill in the required fields, the correct
287 library and nothing else.
288
289 To learn about other methods of tracking in house use visit the
290 :ref:`tracking inhouse use <tracking-in-house-use-label>` section of this manual.
291
292 .. _duplicate-a-patron-label:
293
294 Duplicate a patron
295 -----------------------------------------
296
297 Sometimes when you're adding a new family to your system you don't want
298 to type the contact information over and over. Koha allows for you to
299 duplicate a patron and change only the parts you want to (or need to)
300 change.
301
302 -  Open the patron you want to use as your base (the patron you want to
303    duplicate information from)
304
305 -  Click the 'Duplicate' button at the top of their record
306
307    |image422|
308
309 -  All of the fields with the exception of first name, card number,
310    username and password have been duplicated. Fill in the missing
311    pieces and click 'Save'
312
313    |image423|
314
315    -  **Note**
316
317           Clicking in a field that is already populated with data will
318           clear that field of all information (making it easier for you
319           to type in something different)
320
321 -  You will be brought to your new patron
322
323    |image424|
324
325 .. _add-patron-images-label:
326
327 Add patron images
328 ----------------------------------------
329
330 If you would like you can add patron images to help identify patrons. To
331 enable this feature you must first set the
332 :ref:`patronimages` preference to 'Allow'.
333
334 If the preference is set to 'Allow' you will see a placeholder image
335 under the patron's name and box to upload a patron image below the basic
336 contact information.
337
338 |image425|
339
340 In the 'Upload patron image' box click 'Browse' to find the image on
341 your computer and 'Upload' to load the image on to the patron record.
342
343 |image426|
344
345     **Important**
346
347     There is a limit of 100K on the size of the picture uploaded and it
348     is recommended that the image be 200x300 pixels, but smaller images
349     will work as well.
350
351 .. _editing-patrons-label:
352
353 Editing patrons
354 ----------------------------------
355
356 Patrons in Koha can be edited using one of many edit buttons.
357
358 -  To edit the entire patron record simply click the 'Edit' button at
359    the top of the patron record.
360
361    |image427|
362
363 -  Patron passwords are not recoverable. The stars show on the patron
364    detail next to the Password label are always there even if a password
365    isn't set. If a patron forgets their password the only option is to
366    reset their password. To change the patron's password, click the
367    'Change password' button.
368
369    |image428|
370
371    -  Koha cannot display existing passwords. Leave the field blank to
372       leave password unchanged.
373
374    -  This form can automatically generate a random password if you
375       click the link labeled "Click to fill with a randomly generated
376       suggestion. Passwords will be displayed as text."
377
378 -  To edit a specific section of the patron record (for example the
379    'Library use' section) click the 'Edit' link below the section.
380
381    |image429|
382
383 -  A patron image can be added by browsing for the image on your machine
384    from the 'Manage patron image' section.
385
386    |image430|
387
388    -  This form will not appear if you have the
389       :ref:`patronimages` system preference to not allow
390       patron images.
391
392    -  To add patron images in bulk, use the :ref:`Upload patron
393       images <upload-patron-images-label>` tool.
394
395 -  Patrons can also be blocked from checking items out by setting Patron
396    flags
397
398    |image431|
399
400    -  If you would like your circulation staff to confirm a patron's
401       address before checking items out to the patron, you can see the
402       'Gone no address' flag
403
404       |image432|
405
406    -  If the patron reports that they have lost their card you can set
407       the 'Lost card' flag to prevent someone else from using that card
408       to check items out
409
410       |image433|
411
412    -  If you would like to bar a patron from the library you can add a
413       manual restriction
414
415       |image434|
416
417       -  **Note**
418
419              This flag can automatically be set with the :ref:`Overdue/notice
420              status triggers <overdue-notice/status-triggers-label>`
421
422    -  If you enter in a date and/or note related to the restriction you
423       will see that in the restricted message as well
424
425       |image435|
426
427 -  Children patrons do not become adults automatically in Koha unless
428    you have :ref:`Juvenile to adult cron job <update-child-to-adult-patron-type-label>` running. To
429    upgrade a child patron to and adult patron category manually go to
430    the 'More' menu and choose 'Update child to adult patron'
431
432    |image436|
433
434    -  You will then be presented with a pop up window asking which one
435       of your adult patron categories this Child should be updated to
436
437       |image437|
438
439 .. _managing-patron-self-edits-label:
440
441 Managing patron self edits
442 --------------------------------------------------
443
444 If you are allowing patrons to edit their accounts via the OPAC with the
445 :ref:`OPACPatronDetails` preference then you will need
446 to approve all changes via the staff client before they're applied. If
447 there are patron edits awaiting action they will appear on the staff
448 client dashboard below the modules list (along with other items awaiting
449 action).
450
451 |image438|
452
453     **Note**
454
455     Superlibrarians will see modifications for any branch, other staff
456     will only see modifications for patrons who belong to their logged
457     in branch.
458
459 When you click the 'Patrons requesting modifications' link you will be
460 brought to a list of patrons with requested changes.
461
462 |image439|
463
464 From here you can 'Approve' and apply the changes to the patron record,
465 'Delete' and remove the changes or 'Ignore' and keep the changes pending
466 to review later.
467
468 If you would like to see the entire patron record you can click the
469 'Patron details' links to the right of the buttons. This will open in a
470 new tab.
471
472 Merging patron records
473 -----------------------------------
474
475 If you accidentally end up with one patron with two cards it is possible
476 to merge their records together so that you don't lose their loan history
477 or holds.
478
479 -  In the patron list, check the boxes next to the records you want to
480    merge and click on the 'Merge selected patrons' button.
481
482 |image1326|
483
484     **Note**
485
486     It is possible to merge more than two records at a time.
487
488 -  Select the patron record you want to keep and click on the 'Merge
489    patrons' button.
490
491 |image1327|
492
493 The checkouts and statistics will be transferred to the right record and
494 the other one will be deleted.
495
496 |image1328|
497
498 .. _patron-permissions-label:
499
500 Patron permissions
501 -------------------------------------------
502
503 Patron permissions are used to allow staff members access to the staff
504 client.
505
506     **Important**
507
508     In order for a staff member to log into the staff interface they
509     must have (at the very least) 'catalogue' permissions which allow
510     them to view the staff interface.
511
512 .. _setting-patron-permissions-label:
513
514 Setting patron permissions
515 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
516
517 -  On the patron record click 'More' and choose 'Set permissions' to alter
518    patron permissions
519
520    |image440|
521
522 -  You will be presented with a list of preferences, some of which can
523    be expanded by clicking the plus sign to the left of the section
524    title.
525
526    |image441|
527
528 .. _patron-permissions-defined-label:
529
530 Patron permissions defined
531 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
532
533 -  superlibrarian
534
535    -  Access to all librarian functions
536
537       **Note**
538
539       With this selected there is no need to choose any other
540       permissions
541
542 -  circulate
543
544    -  Check out and check in items
545
546    -  This section can be expanded (:ref:`Learn more <granular-circulate-permissions-label>`)
547
548 -  catalogue
549
550    -  **Required for staff login.** Staff access, allows viewing the
551       catalogue in staff client
552
553       **Important**
554
555       Must be given to all staff members to allow them to login
556       to the staff client
557
558 -  parameters
559
560    -  Manage Koha system settings (Administration panel)
561
562    -  This section can be expanded (:ref:`Learn
563       more <granular-parameters-permissions-label>`)
564
565 -  borrowers
566
567    -  Add or modify patrons
568
569    -  This section can be expanded (:ref:`Learn more <granular-borrowers-permissions-label>`)
570
571 -  permissions
572
573    -  Set user permissions
574
575 -  reserveforothers
576
577    -  Place and modify holds for patrons
578
579    -  This section can be expanded (:ref:`Learn
580       more <granular-holds-permissions-label>`)
581
582 -  editcatalogue
583
584    -  Edit Catalog (Modify bibliographic/holdings data)
585
586    -  This section can be expanded (:ref:`Learn more <granular-cataloging-permissions-label>`)
587
588 -  updatecharges
589
590    -  Manage patrons fines and fees
591
592    -  This section can be expanded (:ref:`Learn
593       more <granular-fines-and-charges-permissions-label>`)
594
595 -  acquisition
596
597    -  Acquisition and/or suggestion management
598
599    -  This section can be expanded (:ref:`Learn more <granular-acquisitions-permissions-label>`)
600
601 -  management
602
603    -  Set library management params (deprecated)
604
605       **Important**
606
607       This permission level no longer controls anything.
608
609 -  tools
610
611    -  Use all tools
612
613    -  This section can be expanded (:ref:`Learn more <granular-tools-permissions-label>`)
614
615 -  editauthorities
616
617    -  Edit Authorities
618
619 -  serials
620
621    -  Manage serial subscriptions
622
623    -  This section can be expanded (:ref:`Learn more <granular-serials-permissions-label>`)
624
625 -  reports
626
627    -  Allow access to the reports module
628
629    -  Reports found on the Circulation page are not controlled by this
630       permission
631
632    -  This section can be expanded (:ref:`Learn more <granular-reports-permissions-label>`)
633
634 -  staffaccess
635
636    -  Allow staff members to modify permissions for other staff members
637
638       **Important**
639
640       Requires the borrowers permission above
641
642 -  coursereserves
643
644    -  Course reserves
645
646    -  Allow access to the :ref:`course reserves module <course-reserves-label>`
647
648    -  This section can be expanded (:ref:`Learn more <granular-course-reserves-permissions-label>`)
649
650 -  plugins
651
652    -  Koha plugins
653
654    -  This section can be expanded (:ref:`Learn more <granular-plugins-permissions-label>`)
655
656 -  lists
657
658    -  Lists
659
660       **Important**
661
662       All staff have permission to create and modify their own
663       lists, this permission is only necessary if you'd like to give
664       a staff member permission to delete public lists that they
665       have not created.
666
667    -  This section can be expanded (:ref:`Learn more <granular-lists-permissions-label>`)
668
669 -  clubs
670
671    -  Patron clubs
672
673    -  Allows access to the :ref:`Patron clubs feature <Patron-clubs-label>`
674
675    -  This section can be expanded (:ref:`Learn more <granular-clubs-permissions-label>`)
676
677 -  ill
678
679    -  Create and modify interlibrary loan requests
680
681 -  self\_check
682
683    -  Self check modules
684
685    -  Used for self checkin/self checkout kiosks
686
687    -  This section can be expanded (:ref:`Learn more <granular-self-check-permissions-label>`)
688
689 .. _granular-circulate-permissions-label:
690
691 Granular circulate permissions
692 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
693
694 If the staff member has 'circulate' permissions they have the ability to
695 perform all of these actions. If you would like to control circulation
696 permissions on a more granular level choose from these options:
697
698 -  circulate\_remaining\_permissions
699
700    -  Remaining circulation permissions
701
702    -  All circulation rights except those covered by permissions listed
703       below
704
705 -  force\_checkout
706
707    -  Force checkout if a limitation exists
708
709    -  With this permission a librarian will be allowed to override a
710       check out restriction in the following cases:
711
712       -  age restriction
713
714       -  the item is issued to another patron
715
716       -  the item is not for loan
717
718       -  the patron has overdue items
719
720       -  the item is lost
721
722       -  the item is a high demand item
723
724       -  the item is on hold
725
726 -  manage\_restrictions
727
728    -  Manage restrictions for accounts
729
730    -  Grants permission to the staff member to lift a restriction that
731       might be on the patron's record
732
733 -  overdues\_report
734
735    -  Execute overdue items report
736
737    -  The permission to run the overdues reports found under Circulation
738
739 -  override\_renewals
740
741    -  Override blocked renewals
742
743    -  Requires that the staff member also has
744       circulate\_remaining\_permissions
745
746 .. _granular-parameters-permissions-label:
747
748 Granular parameters permissions
749 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
750
751 If the staff member has 'parameters' permissions they have the ability
752 to perform all of these actions. If you would like to control parameter
753 permissions on a more granular level choose from these options:
754
755 -  manage\_circ\_rules
756
757    -  Manage circulation rules
758
759    -  The ability to access the :ref:`Circulation and fines
760       rules <circulation-and-fine-rules-label>` in the administration area
761
762 -  parameters\_remaining\_permissions
763
764    -  Remaining system parameters permissions
765
766    -  The ability to access all areas in Administration (other than the
767       Circulation and fines rules)
768
769 .. _granular-borrowers-permissions-label:
770
771 Granular borrowers permissions
772 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
773
774 If the staff member has 'borrowers' permissions they have the ability 
775 to perform all of these actions. If you would like to control borrowers 
776 permissions on a more granular level choose from these options:
777
778 -  edit\_borrowers
779
780    -  Add, modify and view patron information
781
782    -  The ability to access the Patrons module to view patron files, 
783       as well as adding new patrons and editing patron files
784
785 -  view\_borrower\_infos\_from\_any\_libraries
786
787    -  View patron infos from any libraries. If not set the logged in user 
788       could only access patron infos from its own library or group of libraries.
789
790
791 .. _granular-holds-permissions-label:
792
793 Granular holds permissions
794 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
795
796 If the staff member has 'reserveforothers' permissions they have the
797 ability to perform all of these actions. If you would like to control
798 holds permissions on a more granular level choose from these options:
799
800 -  modify\_holds\_priority
801
802    -  Modify holds priority
803
804    -  Allow staff members to alter the holds priority (moving patrons up
805       and down the queue)
806
807 -  place\_holds
808
809    -  Place holds for patrons
810
811 .. _granular-cataloging-permissions-label:
812
813 Granular cataloging permissions
814 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
815
816 If the staff member has 'editcatalogue' permissions they have the
817 ability to perform all of these actions. If you would like to control
818 cataloging permissions on a more granular level choose from these
819 options:
820
821 -  delete\_all\_items
822
823    -  Delete all items at once
824
825    -  Ability to use the 'Delete all items' option found under the
826       'Edit' menu in cataloging
827
828 -  edit\_catalogue
829
830    -  Edit catalog (Modify bibliographic/holdings data)
831
832    -  Ability to access all cataloging functions via the
833       `Cataloging <#cataloging>`__ page
834
835 -  edit\_items
836
837    -  Edit items
838
839    -  Ability to make :ref:`edits to item/holdings
840       records <editing-items-label>`, but not bibliographic records
841
842 -  edit\_items\_restricted
843
844    -  Limit item modification to subfields defined in the
845       :ref:`SubfieldsToAllowForRestrictedEditing`
846       preference
847
848       **Note**
849
850       Please note that edit\_items permission is still required
851
852 -  fast\_cataloging
853
854    -  Fast cataloging
855
856    -  The ability to catalog using only the :ref:`Fast add
857       framework <fast-add-cataloging-label>` found on the
858       `Circulation <#circulation>`__ page
859
860 .. _granular-fines-and-charges-permissions-label:
861
862 Granular fines and charges permissions
863 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
864
865 If a staff member has 'updatecharges' permission they have the ability
866 to perform all of these actions. If you would like to control fines and
867 charges permissions on a more granular level choose from these options:
868
869 -  remaining\_permissions
870
871    -  Remaining permissions for managing fines and fees other than the
872       ability to write off charges
873
874 -  writeoff
875
876    -  Write off fines and fees
877
878 .. _granular-acquisitions-permissions-label:
879
880 Granular acquisitions permissions
881 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
882
883 If the staff member has 'acquisition' permissions they have the ability
884 to perform all of these actions. If you would like to control
885 acquisitions permissions on a more granular level choose from these
886 options:
887
888 -  budget\_add\_del
889
890    -  Add and delete budgets (but can't modify budgets)
891
892 -  budget\_manage
893
894    -  Manage budgets
895
896 -  budget\_manage\_all
897
898    -  Manage all budgets
899
900    budget\_modify
901
902    -  Modify budget (can't create lines, but can modify existing ones)
903
904 -  contracts\_manage
905
906    -  Manage contracts
907
908 -  group\_manage
909
910    -  Manage orders and basket groups
911
912 -  order\_manage
913
914    -  Manage orders and baskets
915
916 -  order\_manage\_all
917
918    -  Manage all orders and baskets, regardless of restrictions on them
919
920 -  order\_receive
921
922    -  Manage orders and baskets
923
924 -  period\_manage
925
926    -  Manage periods
927
928 -  planning\_manage
929
930    -  Manage budget planning
931
932 -  vendors\_manage
933
934    -  Manage vendors
935
936 .. _granular-serials-permissions-label:
937
938 Granular serials permissions
939 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
940
941 If the staff member has 'serials' permissions they have the ability to
942 perform all of these actions. If you would like to control serials
943 permissions on a more granular level choose from these options:
944
945 -  check\_expiration
946
947    -  Check the :ref:`expiration of a serial <check-serial-expiration-label>`
948
949 -  claim\_serials
950
951    -  Claim missing serials via the :ref:`Claims section <claim-late-serials-label>`
952
953 -  create\_subscription
954
955    -  Create :ref:`a new subscription <add-a-subscription-label>`
956
957 -  delete\_subscription
958
959    -  Delete an existing subscription
960
961 -  edit\_subscription
962
963    -  Edit an existing subscription
964
965    -  This permission does not include the ability to delete or create a
966       subscription
967
968 -  receive\_serials
969
970    -  Serials receiving
971
972    -  Receive serials on existing subscriptions
973
974 -  renew\_subscription
975
976    -  Renew a subscription
977
978 -  routing
979
980    -  Routing
981
982    -  Manage :ref:`routing lists <create-a-routing-list-label>`
983
984 -  superserials
985
986    -  Manage subscriptions from any branch (only applies when
987       :ref:`IndependantBranches <independentbranches-label>` is used)
988
989 .. _granular-tools-permissions-label:
990
991 Granular tools permissions
992 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
993
994 If the staff member has 'tools' permissions they have the ability to
995 access and use all items under the Tools menu. If you would like to
996 control which tools staff members have access to on a more granular
997 level choose from these options:
998
999 -  access\_files
1000
1001    -  Access to the files stored on the server
1002
1003    -  Access to the :ref:`Upload tool <upload-label>`
1004
1005 -  batch\_upload\_patron\_images
1006
1007    -  Upload patron images in batch or one at a time
1008
1009    -  Access to the :ref:`Image upload tool <upload-patron-images-label>`
1010
1011 -  delete\_anonymize\_patrons
1012
1013    -  Delete old borrowers and anonymize circulation/reading history
1014       (deletes borrower reading history)
1015
1016    -  Access to the :ref:`Anonymize patron tool
1017       <patrons-anonymize-bulk-delete-label>`
1018
1019 -  edit\_calendar
1020
1021    -  Define days when the library is closed
1022
1023    -  Access to the :ref:`Calendar/holidays tool <calendar-label>`
1024
1025 -  edit\_news
1026
1027    -  Write news for the OPAC and staff interfaces
1028
1029    -  Access to the :ref:`News tool <news-label>`
1030
1031 -  edit\_notice\_status\_triggers
1032
1033    -  Set notice/status triggers for overdue items
1034
1035    -  Access to the :ref:`Overdue notice status/triggers
1036       tool <overdue-notice/status-triggers-label>`
1037
1038 -  edit\_notices
1039
1040    -  Define notices
1041
1042    -  Access to the :ref:`Notices and slips tool <notices-&-slips-label>`
1043
1044 .. -  edit\_pages
1045
1046 ..    -  What tool does this give access to?
1047
1048 -  edit\_patrons
1049
1050    -  Perform batch modification of patrons
1051
1052    -  Access to the :ref:`Batch patron modification tool
1053       <batch-patron-modification-label>`
1054
1055 -  edit\_quotes
1056
1057    -  Edit quotes for the quote-of-the-day feature
1058
1059    -  Access to the :ref:`Quote of the Day (QOTD) Editor
1060       <quote-of-the-day-(qotd)-editor-label>`
1061
1062 -  export\_catalog
1063
1064    -  Export bibliographic, authorities and holdings data
1065
1066    -  Access to the :ref:`Export data tool <export-data-(marc-&-authorities)-label>`
1067
1068 -  import\_patrons
1069
1070    -  Import patron data
1071
1072    -  Access to the :ref:`Import patrons tool <patron-import-label>`
1073
1074 -  inventory
1075
1076    -  Perform inventory (stocktaking) of your catalog
1077
1078    -  Access to the :ref:`Inventory tool <inventory-tool-label>`
1079
1080 -  items\_batchdel
1081
1082    -  Perform batch deletion of items
1083
1084    -  Access to the :ref:`Batch item deletion tool <batch-item-deletion-label>`
1085
1086 -  items\_batchmod
1087
1088    -  Perform batch modification of items
1089
1090    -  Access to the :ref:`Batch item modification tool <batch-item-modification-label>`
1091
1092 -  items\_batchmod\_restricted
1093
1094    -  Limit :ref:`batch item modification <batch-item-modification-label>` to subfields
1095       defined in the
1096       :ref:`SubfieldsToAllowForRestrictedBatchmod`
1097       preference
1098
1099       **Note**
1100
1101       Please note that items\_batchmod permission is still required
1102
1103 -  label\_creator
1104
1105    -  Create printable labels and barcodes from catalog and patron data
1106
1107    -  Access to the :ref:`Label creator <label-creator-label>` and 
1108       :ref:`Quick label creator <quick-spine-label-creator-label>` Tools
1109
1110 -  manage\_csv\_profiles
1111
1112    -  Manage CSV export profiles
1113
1114    -  Access to the :ref:`CSV profiles tool <csv-profiles-label>`
1115
1116 -  manage\_patron\_lists
1117
1118    -  Add, edit and delete patron lists and their contents
1119
1120    -  Access to the :ref:`Patron lists tool <patron-lists-label>`
1121
1122 -  manage\_staged\_marc
1123
1124    -  Manage staged MARC records, including completing and reversing
1125       imports
1126
1127    -  Access to the :ref:`Manage Staged MARC Records Tool
1128       <staged-marc-record-management-label>`
1129
1130 -  marc\_modification\_templates
1131
1132    -  Manage MARC modification templates
1133
1134    -  Access to the :ref:`MARC modification templates tool
1135       <marc-modification-templates-label>`
1136
1137 -  moderate\_comments
1138
1139    -  Moderate patron comments
1140
1141    -  Access to the :ref:`Comments tool <comments-label>`
1142
1143 -  moderate\_tags
1144
1145    -  Moderate patron tags
1146
1147    -  Access to the :ref:`Tags tool <tag-moderation-label>`
1148
1149 -  records\_batchdel
1150
1151    -  Perform batch deletion of records (bibliographic or authority)
1152
1153    -  Access to the :ref:`Batch record deletion tool <batch-record-deletion-label>`
1154
1155 -  records\_batchmod
1156
1157    -  Perform batch modification of records (bibliographic or authorities)
1158
1159    -  Access to the :ref:`Batch record modification tool <batch-record-modification-label>`
1160
1161 -  rotating\_collections
1162
1163    -  Manage rotating collections
1164
1165    -  Access to the :ref:`Rotating collections tool <rotating-collections-label>`
1166
1167 -  schedule\_tasks
1168
1169    -  Schedule tasks to run
1170
1171    -  Access to the :ref:`Task scheduler tool <task-scheduler-label>`
1172
1173 -  stage\_marc\_import
1174
1175    -  Stage MARC records into the reservoir
1176
1177    -  Access to the :ref:`Stage MARC records tool <stage-marc-records-for-import-label>`
1178
1179 -  upload\_general\_files
1180
1181    -  Upload any file
1182
1183    -  Access to upload files via the :ref:`Upload tool <upload-label>`
1184
1185 -  upload\_local\_cover\_images
1186
1187    -  Upload local cover images
1188
1189    -  Access to the :ref:`Upload local cover image
1190       tool <upload-local-cover-image-label>` as well as permission to add and
1191       delete local cover images from the record detail page
1192
1193 -  upload\_manage
1194
1195    -  Manage uploaded files
1196
1197    -  Access to uploaded files via the :ref:`Upload tool <upload-label>`
1198
1199           **Note**
1200
1201           upload\_general\_files permission is required for this
1202           permission
1203
1204 -  view\_system\_logs
1205
1206    -  Browse the system logs
1207
1208    -  Access to the :ref:`Log viewer tool <log-viewer-label>`
1209
1210 .. _granular-reports-permissions-label:
1211
1212 Granular reports permissions
1213 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1214
1215 If the staff member has 'reports' permissions they have the ability to
1216 perform all of these actions. If you would like to control reports
1217 permissions on a more granular level choose from these options:
1218
1219 -  create\_reports
1220
1221    -  Create SQL reports
1222
1223    -  The ability to create and edit but not run SQL reports
1224
1225 -  delete\_reports
1226
1227    -  Delete SQL reports
1228
1229 -  execute\_reports
1230
1231    -  Execute SQL reports
1232
1233    -  The ability to run but not create or edit SQL reports
1234
1235 .. _granular-course-reserves-permissions-label:
1236
1237 Granular course reserves permissions
1238 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1239
1240 If the staff member has 'course reserves' permissions they have the ability to
1241 perform all of these actions. If you would like to control course reserves
1242 permissions on a more granular level choose from these options:
1243
1244 -  add\_reserves
1245
1246    -  Add course reserves
1247
1248 -  delete\_reserves
1249
1250    -  Remove course reserves
1251
1252 -  manage\_courses
1253
1254    -  Add, edit and delete courses
1255
1256
1257 .. _granular-plugins-permissions-label:
1258
1259 Granular plugins permissions
1260 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1261
1262 If the staff member has 'plugins' permissions they have the ability to
1263 perform all of these actions. If you would like to control plugins
1264 permissions on a more granular level choose from these options:
1265
1266 -  configure
1267
1268    -  Configure plugins
1269
1270    -  The ability to run the 'configure' section of a plugin if it has
1271       one
1272
1273 -  manage
1274
1275    -  Manage plugins
1276
1277    -  The ability to install or uninstall plugins
1278
1279 -  report
1280
1281    -  Use report plugins
1282
1283    -  The ability to use report plugins
1284
1285 -  tool
1286
1287    -  Use tool plugins
1288
1289    -  The ability to use tool plugins
1290
1291
1292 .. _granular-lists-permissions-label:
1293
1294 Granular lists permissions
1295 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1296
1297 All staff members have permission to access lists. This section only
1298 needs to be checked off if you want to give permission to a staff member
1299 to delete public lists that they have no created themselves.
1300
1301 -  delete\_public\_lists
1302
1303    -  Delete public lists
1304
1305    -  The ability to delete public lists created by someone else
1306
1307 .. _granular-clubs-permissions-label:
1308
1309 Granular patron clubs permissions
1310 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1311
1312 If the staff member has 'clubs' permissions they have the ability to
1313 perform all of these actions. If you would like to control patron clubs
1314 permissions on a more granular level choose from these options:
1315
1316 -  edit\_clubs
1317
1318    -  Create and edit clubs
1319
1320    -  Create and edit patron clubs using the :ref:`Patron clubs tool <Patron-clubs-label>`
1321
1322 -  edit\_templates
1323
1324    -  Create and edit club templates
1325
1326    -  Create and edit club templates using the :ref:`Patron clubs tool <Patron-clubs-label>`
1327
1328 -  enroll
1329
1330    -  Enroll patrons in clubs
1331
1332    -  Enroll patrons from the patron file
1333
1334 .. _granular-self-check-permissions-label:
1335
1336 Granular self check permissions
1337 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1338
1339 If the user has 'self check' permissions they have the ability to
1340 perform all of these actions. If you would like to control self check
1341 permissions on a more granular level choose from these options:
1342
1343 -  self\_checkin\_module
1344
1345    -  Log into the self check-in module.
1346
1347       ** Note**
1348
1349       This permission prevents the patron from using any other OPAC 
1350       functionality
1351
1352 -  self\_checkout\_module
1353
1354    -  Perform self checkout at the OPAC.
1355
1356       **Note**
1357
1358       This permission should be used for the patron matching the
1359       :ref:`AutoSelfCheckID <autoselfcheckallowed-autoselfcheckid-&-autoselfcheckpass-label>`
1360       system preference
1361
1362 .. _patron-information-label:
1363
1364 Patron information
1365 -------------------------------------------
1366
1367 When viewing a patron record you have the option to view information
1368 from one of many tabs found on the left hand side of the record.
1369
1370 -  *Get there:* Patrons > Browse or search for patron > Click patron
1371    name
1372
1373 .. _check-out-label:
1374
1375 Check out
1376 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1377
1378 For instruction on checking items out, view the :ref:`Checking
1379 out <check-out-(issuing)-label>` section of this manual.
1380
1381 Staff members can access their own check out screen by clicking their
1382 username in the top right of the staff client and choosing 'My
1383 checkouts'
1384
1385 |image1178|
1386
1387 .. _details-label:
1388
1389 Details
1390 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1391
1392      **Note**
1393
1394      Staff members can access their own account details by clicking their
1395      username in the top right of the staff client and choosing 'My account'
1396
1397      |image442|
1398
1399 All patron information will appear in the Details tab. This includes all
1400 the contact information, notes, custom patron attributes, messaging
1401 preferences, etc. entered when adding the patron.
1402
1403 |image1359|
1404
1405 In the case of patrons who are marked as 'Child' or 'Professional' and
1406 their guarantors additional information will appear on their record.
1407
1408 -  A child patron will list their guarantor
1409
1410    |image443|
1411
1412 -  On the guarantor's record, all children and/or professionals will be
1413    listed
1414
1415    |image444|
1416
1417 .. _circulation-summary-label:
1418
1419 Circulation summary
1420 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1421
1422 Below the patron's information on the details screen is a tabbed display
1423 of the items they have checked out, overdue, and on hold.
1424
1425 Checkouts
1426 ''''''''''''''''''''''''''''''''''''''''''
1427
1428 The first tab shows the items the patron currently has checked out.
1429
1430 |image445|
1431
1432 Relatives' checkouts
1433 ''''''''''''''''''''''''''''''''''''''''''
1434
1435 If they have family at the library, staff can see what the other family
1436 members have checked out.
1437
1438 |image446|
1439
1440 Fines & charges
1441 '''''''''''''''''''''''''''''''''''''''''
1442
1443 The Fines & charges tab will show for all patrons, even those who
1444 don't owe anything.
1445
1446 If the patron does owe money to the library, the tab will show the
1447 total amount, without any details. To see the details, go to the
1448 :ref:`fines tabs <fines-label>`.
1449
1450 |image1360|
1451
1452 Holds
1453 '''''''''''''''''''''''''''''''''''''''''
1454
1455 If the patron has holds, the number of holds will appear on this tab's
1456 title and the details will appear in the tab.
1457
1458 |image490|
1459
1460      **Note**
1461
1462      The barcode and call number will only appear on item-level holds or
1463      holds that have been confirmed. Record-level holds that are not
1464      waiting to be picked up will not have barocdes or call numbers.
1465
1466 From here you can manage the patron's holds: change the pickup library,
1467 cancel or suspend holds.
1468
1469      **Note**
1470
1471      You will only be able to suspend holds if the :ref:`SuspendHoldsIntranet`
1472      system preference is set to "Allow".
1473
1474      **Note**
1475
1476      If, when suspending a hold, you want to be able to set a date at which to
1477      automatically resume the hold, set the :ref:`AutoResumeSuspendedHolds`
1478      system preference to "Allow" and make sure the :ref:`unsuspend_holds cron
1479      job <unsuspend-holds-label>` is activated.
1480
1481 Article requests
1482 '''''''''''''''''''''''''''''''''''''''''''''
1483
1484 If the :ref:`ArticleRequests` system preference is enabled, and the circulation
1485 rules allow it, the patrons will be able to request articles, either through the
1486 OPAC or in the staff interface.
1487
1488 The details of the patron's request, and its status, are visible in this
1489 tab.
1490
1491 |image1361|
1492
1493 Restrictions
1494 ''''''''''''''''''''''''''''''''''''''''''''
1495
1496 The Restrictions tab will show for all patrons. If the patron has no
1497 restrictions you will see that on the tab.
1498
1499 |image447|
1500
1501 If the patron has restrictions on their account the tab will show the
1502 number and the description.
1503
1504 There are four kinds of restrictions:
1505   - Manual
1506   - Overdues
1507   - Suspension
1508   - Discharge
1509
1510 Using the 'Add manual restriction' button you can add a restriction to
1511 the patron record from here. This can be used for any type of restriction
1512 you need to put manually on a patron record.
1513
1514 |image449|
1515
1516 |image448|
1517
1518 The overdues restrictions are automatically set when overdue notices are sent
1519 if you specified you wanted the patron restricted in the
1520 :ref:`Overdue notice/status triggers tool <overdue-notice/status-triggers-label>`.
1521
1522 This restriction will not be removed automatically when the overdue items are
1523 returned unless the :ref:`AutoRemoveOverduesRestrictions` system preference
1524 is set to 'Do'.
1525
1526 In the :ref:`circulation rules <circulation-and-fine-rules-label>`, you can choose
1527 to fine users by suspending them instead of (or in addition to) fining them money.
1528 In that case, returning an overdue document will trigger a suspension restriction.
1529
1530 Patrons may also be restricted if you have issued a :ref:`discharge <patron-
1531 discharges-label>` for them. Once the discharge is validated, the patron is
1532 automatically restricted.
1533
1534 Restrictions on a patron record will block checkouts. In fact,
1535 a message will appear in red when going to the checkout page.
1536
1537 |image1363|
1538
1539 Restrictions may also prevent renewing items if the :ref:`RestrictionBlockRenewing`
1540 system preference is set to 'block'.
1541
1542 On the OPAC, patrons will get a message saying their account is frozen. They will
1543 not be able to place holds from the OPAC.
1544
1545 If you have patrons that have more than one restriction, you can choose to
1546 cumulate their restriction periods or not through the :ref:`CumulativeRestrictionPeriods`
1547 system preference.
1548
1549      **Note**
1550
1551      If you want to restrict patrons from doing various actions if their record
1552      is not pristine, check the following system preferences:
1553
1554      - Set the :ref:`OverduesBlockCirc` system preference to 'Block' to prevent
1555        patrons who have overdue materials from checking out other materials.
1556      - Set the :ref:`OverduesBlockRenewing` system preference to 'block renewing
1557        for all the patron's items' or 'block renewing only for this item' to prevent
1558        patrons who have overdue materials from renewing their loans.
1559      - Enter values in the :ref:`noissuescharge` and :ref:`NoIssuesChargeGuarantees`
1560        system preferences in order to block checking out to patrons who have more
1561        than a certain amount in fines or to patrons whose guarantees owe more than
1562        a certain amount.
1563      - Enter a value in the :ref:`maxoutstanding` system preference to prevent
1564        patron from placing holds on the OPAC if they owe more than a certain amount.
1565      - Enter a value in the :ref:`OPACFineNoRenewals` system preference to prevent
1566        patron who owe more than a certain amount to renew their loans from the OPAC.
1567      - Set the :ref:`BlockExpiredPatronOpacActions` system preference to 'Block' if
1568        you want to prevent patron whose membership has expired to place hold or
1569        renew their loans from the OPAC.
1570
1571
1572 Clubs
1573 '''''''''''''''''''''''''''''''''''''''''''
1574
1575 If you use :ref:`patron clubs <Patron-clubs-label>`, patrons will have a tab
1576 in their record indicating which club they are enrolled in, if any.
1577
1578 |image1362|
1579
1580
1581 .. _fines-label:
1582
1583 Fines
1584 ~~~~~~~~~~~~~~~~~~~~~~~~
1585
1586 The patron's complete accounting history will appear on the Fines tab.
1587 Contrary to its name, the Fines tab does not just show fine data, it
1588 also shows membership fees, rental fees, reserve fees and any other
1589 charge you may have for patrons.
1590
1591 |image450|
1592
1593 The table will show you the following columns:
1594
1595 -  Date: the date the charge/payment was posted
1596
1597    -  In the case of fines this will be the last day that the fine was
1598       accrued
1599
1600 -  Description: a description of the charges including the due date for
1601    overdue items and a link to the item record where one is available
1602
1603 -  Note: any notes about this charge/payment
1604
1605    -  If you're allowing patrons to pay fines via the OPAC with PayPal
1606       (:ref:`EnablePayPalOpacPayments <enablepaypalopacpayments-&-paypalsandboxmode-label>`) you
1607       will see a Note that says 'PayPal' for items paid this way
1608
1609       |image1246|
1610
1611 -  Amount: the total amount of the payment or charge
1612
1613 -  Outstanding: the amount still due on charge
1614
1615 -  The ability to reverse a payment
1616
1617 -  The ability to void a payment
1618
1619 -  A link to print a receipt for that line item
1620
1621 At the top of the table you can click the 'Filter paid transaction' to
1622 hide all completed transaction and above that you can use the search box
1623 to find a specific charge or payment.
1624
1625 .. _charging-fines/fees-label:
1626
1627 Charging fines/fees
1628 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1629
1630 Most fees and fines will be charged automatically if the :ref:`fines cron
1631 job <fines-label>` is running:
1632
1633 -  Fines will be charged based on your :ref:`Circulation & fines
1634    rules <circulation-and-fine-rules-label>`
1635
1636 -  Hold fees will be charged based on the rules you set in the :ref:`Patron
1637    types & categories <patron-categories-label>` administration area
1638
1639 -  Rental fees will be charged based on the settings in your :ref:`Item
1640    iypes <item-types-label>` administration area
1641
1642 -  Marking an item 'Lost' via the cataloging module will automatically
1643    charge the patron the replacement cost for that item
1644
1645 .. _pay/reverse-fines-label:
1646
1647 Pay/reverse fines
1648 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1649
1650 Each line item can be paid in full (or written off) using the 'Pay
1651 fines' tab.
1652
1653 |image451|
1654
1655 -  Each line item can be paid in full, partially paid, or written off.
1656
1657 -  Pay a fine in full
1658
1659    -  If you have a note about the payment please type that first then
1660       move on
1661
1662    -  Click "Pay" next to the fine you want to pay in full
1663
1664    -  The full amount of the fine will be populated for you in the
1665       "Collect from patron" box
1666       
1667    -  If one or more values are defined under the PAYMENT\_TYPE authorized value
1668       category a dropdown selection box will be displayed to specify a custom
1669       payment type
1670
1671       |image452|
1672
1673    -  Click "Confirm"
1674
1675    -  The fine will be removed from outstanding fines, and displayed as
1676       fully paid.
1677
1678 -  Pay a partial fine
1679
1680    -  Click "Pay" next to the fine you want to partially pay
1681
1682    -  Enter the amount you are collecting from the patron in the
1683       "Collect from patron" box
1684
1685       |image453|
1686
1687    -  Click "Confirm"
1688
1689    -  The fine will be updated to show the original amount, and the
1690       current amount outstanding
1691
1692 -  Pay an amount towards all fines
1693
1694    -  Click the "Pay amount" button
1695
1696    -  Enter the amount you are collecting from the patron in "Collect
1697       from patron." The sum of all fines is shown in "Total amount
1698       outstanding"
1699
1700       |image454|
1701
1702    -  Click "Confirm"
1703
1704    -  The fine totals will be updated with the payment applied to oldest
1705       fines first.
1706
1707 -  Pay selected fines
1708
1709    -  Check the selection boxes next to the fines you wish to pay, click
1710       "Pay selected"
1711
1712       |image455|
1713
1714    -  Enter an amount to pay towards the fines.
1715
1716       |image456|
1717
1718    -  Click "Confirm"
1719
1720    -  The fine totals will be updated with the payment applied to the
1721       oldest selected fines first.
1722
1723 -  Writeoff a single fine
1724
1725    -  Click "Writeoff" next to the fine you wish to writeoff.
1726    
1727    -  A confirmation box will appear to specify a total amount to writeoff.
1728       This box allows a partial writeoff of fines.
1729
1730    -  The fine will be removed from outstanding fines, and displayed as
1731       written off.
1732
1733 -  Writeoff selected fines
1734
1735     -  Check the selection boxes next to the fines you wish to pay, click "Writeoff selected".
1736     
1737     -  Click "Confirm".
1738     
1739     -  The fine will be removed from outstanding fines, and displayed as written off.
1740
1741 -  Writeoff all fines
1742
1743    -  Click the "Writeoff all" button
1744
1745    -  All fines will be removed from outstanding fines, and displayed as
1746       written off.
1747
1748 -  If you accidentally mark and item as paid, you can reverse that line
1749    item by clicking 'Reverse' to the right of the line
1750
1751    |image457|
1752
1753    -  Once clicked a new line item will be added to the account, showing
1754       the payment as reversed
1755
1756       |image458|
1757
1758 .. _creating-manual-invoices-label:
1759
1760 Creating manual invoices
1761 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1762
1763 For fees that are not automatically charged, librarians can create a
1764 manual invoice
1765
1766 |image459|
1767
1768 -  First choose the type of invoice you would like to create
1769
1770    -  To add additional values to the manual invoice type pull down
1771       menu, add them to the `MANUAL\_INV <#manualinvvals>`__ authorized
1772       values
1773
1774    -  **Important**
1775
1776           The value set as the authorized value for the MANUAL\_INV
1777           authorized value category will appear as the description and
1778           the authorized value description will be used as the amount.
1779
1780 -  If the fee is associated with an item you can enter its barcode so
1781    that the line item shows a link to that item
1782
1783 -  The description field is where you will enter the description of the
1784    charge
1785
1786 -  In the amount field, do not enter currency symbols, only numbers and
1787    decimals
1788
1789 .. _creating-manual-credits-label:
1790
1791 Creating manual credits
1792 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1793
1794 Manual credits can be used to pay off parts of fines, or to forgive a
1795 fine amount.
1796
1797 |image460|
1798
1799 -  First choose the type of credit you'd like to apply
1800
1801 -  If this credit is associated with an item you can enter that item's
1802    barcode so that the line item links to the right item
1803
1804 -  The description field is where you will enter the description of the
1805    credit
1806
1807 -  In the amount field, do not enter currency symbols, only numbers and
1808    decimals
1809
1810 .. _printing-invoices-label:
1811
1812 Printing invoices
1813 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1814
1815 To the right of each account line there is a print link. Clicking that
1816 link will print an invoice for the line item that includes the date and
1817 description of the line item along with the total outstanding on the
1818 account.
1819
1820 |image461|
1821
1822 .. _routing-lists-label:
1823
1824 Routing lists
1825 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1826
1827 A list of all of the serial routing lists the patron belongs to will be
1828 accessible via the 'Routing lists' tab on the patron record.
1829
1830 |image462|
1831
1832 On this tab you will be able to see and edit all of the routing lists
1833 that this patron is on.
1834
1835 |image463|
1836
1837 .. _circulation-history-label:
1838
1839 Circulation history
1840 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1841
1842 The circulation history tab will appear if you have set the
1843 :ref:`intranetreadinghistory` preference to allow
1844 it to appear. If you have the :ref:`OPACPrivacy` system
1845 preference set to 'Allow' and the patron has decided that the library
1846 cannot keep this information this tab will only show currently checked
1847 out items.
1848
1849 |image464|
1850
1851 If you would like to export a list of barcodes for the items checked in
1852 today you can find that option under the More menu on the top right of
1853 the page.
1854
1855 |image465|
1856
1857 This will generate a text file with one barcode per line.
1858
1859 .. _modification-log-label:
1860
1861 Modification log
1862 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1863
1864 If you have set your :ref:`BorrowersLog` to track changes
1865 to patron records, then this tab will appear. The Modification log will
1866 show when changes were made to the patron record. If you also have
1867 turned on the :ref:`IssueLog` and :ref:`ReturnLog`
1868 you will see checkins and outs on this screen as well.
1869
1870 |image466|
1871
1872 -  The Librarian field shows the patron number for the librarian who
1873    made the changes
1874
1875 -  The module lists 'MEMBERS' for the patron module
1876
1877 -  The action will tell you what action was being logged
1878
1879 -  The Object field lists the borrowernumber that is being modified (in
1880    the example above, it was my changing my own record)
1881
1882 .. _notices-label:
1883
1884 Notices
1885 ~~~~~~~~~~~~~~~~~~~~~~~~~
1886
1887 The `patron's messaging preferences <#setpatronmessaging>`__ are set
1888 when :ref:`adding <add-a-new-patron-label>` or :ref:`editing <editing-patrons-label>` the
1889 patron. This tab will show the messages that have been sent and those
1890 that are queued to be sent:
1891
1892 |image467|
1893
1894 Clicking on the message title will expand the view to show you the full
1895 text of the message that was sent.
1896
1897 |image468|
1898
1899 If the message has a status of sent or failed you will have the option
1900 to 'resend' the message to the patron by clicking the 'resend' button
1901 found under the status.
1902
1903 |image469|
1904
1905 .. _statistics-label:
1906
1907 Statistics
1908 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1909
1910 Depending on what you set for the values of your
1911 :ref:`StatisticsFields` system preference, you can see
1912 statistics for one patron's circulation actions.
1913
1914 |image470|
1915
1916 .. _files-label:
1917
1918 Files
1919 ~~~~~~~~~~~~~~~~~~~~~~~~
1920
1921 If you set the :ref:`EnableBorrowerFiles` preference
1922 to 'Do' the Files tab will be visible on the patron information page.
1923
1924 |image471|
1925
1926 From here you can upload files to attach to the patron record.
1927
1928 |image472|
1929
1930 All files that are uploaded will appear above a form where additional
1931 files can be uploaded from.
1932
1933 |image473|
1934
1935 .. _purchase-suggestions-label:
1936
1937 Purchase suggestions
1938 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1939
1940 If the patron has made any purchase suggestions you will see a purchase
1941 suggestions tab on the patron record.
1942
1943 |image1247|
1944
1945 From here you can see all suggestions made by the patron and their
1946 status, you can also create a purchase suggestion on the patron's behalf
1947 by clicking the 'New purchase suggestion' button at the top.
1948
1949 Learn more about :ref:`purchase suggestions <purchase-suggestions-label>` in the
1950 `Acquisitions <#acqmodule>`__ chapter of this manual.
1951
1952 .. _patron-discharges-label:
1953
1954 Patron discharges
1955 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1956
1957 A discharge is a certificate that says the patron has no current
1958 checkouts, no holds and owe no money. To enable this opti`on on the
1959 patron record you need to set the :ref:`useDischarge`
1960 system preference to 'Allow'.
1961
1962     **Note**
1963
1964     In France a "quitus" ("discharge") is needed if you want to register
1965     for an account in a library or a university.
1966
1967     **Note**
1968
1969     Academic libraries often require that you have a clear record at the
1970     library before you can graduate.
1971
1972 Patrons can :ref:`request discharges via the OPAC <ask-for-a-discharge-label>`. Any
1973 pending discharges will be listed below the menu buttons on the main
1974 staff client page
1975
1976 |image1248|
1977
1978 Clicking the pending requests will open a screen where you can allow
1979 those discharges
1980
1981 |image1249|
1982
1983 To generate a discharge for a specific patron click the 'Discharge' tab
1984 on the left of the patron record
1985
1986 |image1250|
1987
1988 If the patron can have a discharge generated then it will have a button
1989 that says 'Generate discharge'
1990
1991 |image474|
1992
1993 If not then you'll see an error explaining why you can't discharge the
1994 patron.
1995
1996 |image475|
1997
1998 Once the letter is generated you will have a PDF to download
1999
2000 |image476|
2001
2002     **Note**
2003
2004     You can style the PDF using the :ref:`NoticeCSS`
2005     preference.
2006
2007 The patron will have a restriction added to their account
2008
2009 |image1251|
2010
2011 And a history of discharges will be added to the 'Discharge'
2012 tab
2013
2014 |image1252|
2015
2016 .. _housebound-patrons-label:
2017
2018 Housebound patrons
2019 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2020
2021 There are three roles a patron can have in regard to housebound
2022 circulation: borrower, chooser or deliverer.
2023
2024     **Important**
2025
2026     In order to use the housebound module, the :ref:`HouseboundModule`
2027     and :ref:`ExtendedPatronAttributes` system preferences must be
2028     enabled.
2029
2030 .. _housebound-chooser-label:
2031
2032 Chooser
2033 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2034
2035 If you have enabled the housebound module, with the
2036 :ref:`HouseboundModule` system preference, you will see that
2037 patrons now have a new section in their record called 'Housebound
2038 roles'.
2039
2040 |image1349|
2041
2042 Click the 'Add' button to mark this
2043 patron as a 'Chooser'.
2044
2045 |image1350|
2046
2047 The chooser is in charge of choosing the materials for the
2048 housebound patron.
2049
2050 .. _housebound-deliverer-label:
2051
2052 Deliverer
2053 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2054
2055 In the 'Housebound roles', click the 'Add' button to mark
2056 this patron as a 'Deliverer'.
2057
2058 |image1351|
2059
2060 The deliverer is in charge of delivering the chosen materials
2061 to the housebound patron on a specific day at a specific time.
2062
2063 .. _housebound-borrower-label:
2064
2065 Housebound borrowers
2066 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2067
2068 To create a housebound profile for an housebound patron, click on
2069 the 'Housebound' tab in their record.
2070
2071 |image1347|
2072
2073 From there, you can edit their housebound profile information.
2074
2075 |image1348|
2076
2077 - Delivery day: choose which day (or 'Any') the patron prefers to
2078   receive their delivery.
2079
2080 - Frequency: choose the frequency at which they want to receive
2081   their deliveries.
2082
2083     **Note**
2084
2085     The frequencies are managed through the HSBND\_FREQ list of
2086     :ref:`authorized values <existing-values-label>`.
2087
2088 - Preferred materials: enter notes that will help the chooser
2089   choose appropriate documents for the housebound patron.
2090
2091   For example: books, dvds, magazines, etc.
2092
2093 - Subjects: if the housebound patron has a preference for
2094   particular subjects, enter it here. This will help the
2095   chooser choose interesting documents for the patron.
2096
2097   For example: romance, cookbooks, thrillers, etc.
2098
2099 - Authors: if the housebound patron has favorite authors,
2100   enter them here.
2101
2102   For example: Danielle Steel, James Patterson, etc.
2103
2104 - Referral: if the housebound patron has a referral, enter
2105   it here.
2106
2107 - Notes: enter any other notes that may help the chooser or
2108   the deliverer.
2109
2110 Click the 'Save changes' button to save the housebound profile.
2111
2112 .. _housebound-deliveries-label:
2113
2114 Coordinating deliveries
2115 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2116
2117 To plan visits, go to the housebound patron's record.
2118
2119 In their housebound tab, you will be able to create deliveries.
2120
2121 |image1352|
2122
2123 Click on 'Add a new delivery'.
2124
2125 |image1353|
2126
2127 Fill out the information :
2128
2129   - Date: Enter the date of the delivery.
2130
2131   - Time: Select a time of day for the delivery. The choices are
2132     morning, afternoon, or evening.
2133
2134   - Chooser: Select a chooser who will be in charge of selecting
2135     the materials for this housebound patron.
2136
2137   - Deliverer: Select a deliverer who will be in charge of picking
2138     up the materials and bringing them over to the housebound
2139     patron.
2140
2141 |image1354|
2142
2143 .. _patron-search-label:
2144
2145 Patron search
2146 ---------------------------------
2147
2148 Clicking on the link to the Patron module will bring you to a
2149 search/browse screen for patrons. From here you can search for a patron
2150 by any part of their name or their card number.
2151
2152 |image477|
2153
2154 Clicking the small plus sign [+] to the right of the search box will
2155 open up an advanced patron search with more filters including the
2156 ability to limit to a specific category and/or library.
2157
2158 |image478|
2159
2160 You can also filter your patron results using the search options on the
2161 left hand side of the page.
2162
2163 |image1253|
2164
2165 Depending on what you have chosen for the 'Search fields' you can search
2166 for patrons in various different ways.
2167
2168 |image479|
2169
2170 -  Standard:
2171
2172    -  Enter any part of their name, username, email address or barcode
2173
2174 -  Email:
2175
2176    -  Enter any part of their email address and choose 'Contains'
2177       instead of 'Starts with'
2178
2179 -  Borrower number:
2180
2181    -  Enter the Koha borrower number
2182
2183 -  Phone number:
2184
2185    -  Enter the phone number exactly as it is in the system or by using
2186       spaces between each batch of numbers.
2187
2188    -  Example: To find (212) 555-1212 you can search for it exactly as
2189       it was entered or by searching for 212 555 1212
2190
2191 -  Street address:
2192
2193    -  Enter any part of the patron's address (includes all address
2194       fields) and choose 'Contains' instead of 'Starts with' to find the
2195       string anywhere in the address
2196
2197 -  Date of birth
2198
2199    -  Birth dates should be entered using the format set forth in the
2200       :ref:`dateformat` preference.
2201
2202 -  Sort field 1
2203
2204    -  This is a custom field that libraries can use for any type of data
2205       about the patron.
2206
2207 -  Sort field 2
2208
2209    -  This is a custom field that libraries can use for any type of data
2210       about the patron.
2211
2212 You can also choose to either search for fields that start with the
2213 string you entered or contain the string. Choosing 'Contains' will work
2214 like a wildcard search.
2215
2216 |image480|
2217
2218 You can also browse through the patron records by clicking on the linked
2219 letters across the top.
2220
2221 |image481|