Fixes capitalization in Patrons (Taiga 519)
[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 Staff members can access their own account details by clicking their
1393 username in the top right of the staff client and choosing 'My account'
1394
1395 |image442|
1396
1397 All patron information will appear on the Details tab. This includes all
1398 the contact information, notes, custom patron attributes, messaging
1399 preferences, etc entered when adding the patron.
1400
1401 In the case of patrons who are marked as 'Child' or 'Professional' and
1402 their Guarantors additional information will appear on their record.
1403
1404 -  A child patron will list their Guarantor
1405
1406    |image443|
1407
1408 -  On the Guarantor's record, all children and/or professionals will be
1409    listed
1410
1411    |image444|
1412
1413 .. _circulation-summary-label:
1414
1415 Circulation summary
1416 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1417
1418 Below the patron's information on the details screen is a tabbed display
1419 of the items they have checked out, overdue, and on hold.
1420
1421 |image445|
1422
1423 If they have family at the library staff can see what the other family
1424 members have checked out.
1425
1426 |image446|
1427
1428 The Restrictions tab will show for all patrons. If the patron has no
1429 restrictions you will see that on the tab.
1430
1431 |image447|
1432
1433 If the patron has restrictions on their account the tab will show the
1434 number and the description.
1435
1436 |image448|
1437
1438 Using the 'Add manual restriction' button you can add a restriction to
1439 the patron record from here.
1440
1441 |image449|
1442
1443 .. _fines-label:
1444
1445 Fines
1446 ~~~~~~~~~~~~~~~~~~~~~~~~
1447
1448 The patron's complete accounting history will appear on the Fines tab.
1449 Contrary to its name, the Fines tab does not just show fine data, it
1450 also shows membership fees, rental fees, reserve fees and any other
1451 charge you may have for patrons.
1452
1453 |image450|
1454
1455 The table will show you the following columns:
1456
1457 -  Date: the date the charge/payment was posted
1458
1459    -  In the case of fines this will be the last day that the fine was
1460       accrued
1461
1462 -  Description: a description of the charges including the due date for
1463    overdue items and a link to the item record where one is available
1464
1465 -  Note: any notes about this charge/payment
1466
1467    -  If you're allowing patrons to pay fines via the OPAC with PayPal
1468       (:ref:`EnablePayPalOpacPayments <enablepaypalopacpayments-&-paypalsandboxmode-label>`) you
1469       will see a Note that says 'PayPal' for items paid this way
1470
1471       |image1246|
1472
1473 -  Amount: the total amount of the payment or charge
1474
1475 -  Outstanding: the amount still due on charge
1476
1477 -  The ability to reverse a payment
1478
1479 -  The ability to void a payment
1480
1481 -  A link to print a receipt for that line item
1482
1483 At the top of the table you can click the 'Filter paid transaction' to
1484 hide all completed transaction and above that you can use the search box
1485 to find a specific charge or payment.
1486
1487 .. _charging-fines/fees-label:
1488
1489 Charging fines/fees
1490 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1491
1492 Most fees and fines will be charged automatically if the :ref:`fines cron
1493 job <fines-label>` is running:
1494
1495 -  Fines will be charged based on your :ref:`Circulation & fines
1496    rules <circulation-and-fine-rules-label>`
1497
1498 -  Hold fees will be charged based on the rules you set in the :ref:`Patron
1499    types & categories <patron-categories-label>` administration area
1500
1501 -  Rental fees will be charged based on the settings in your :ref:`Item
1502    iypes <item-types-label>` administration area
1503
1504 -  Marking an item 'Lost' via the cataloging module will automatically
1505    charge the patron the replacement cost for that item
1506
1507 .. _pay/reverse-fines-label:
1508
1509 Pay/reverse fines
1510 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1511
1512 Each line item can be paid in full (or written off) using the 'Pay
1513 fines' tab.
1514
1515 |image451|
1516
1517 -  Each line item can be paid in full, partially paid, or written off.
1518
1519 -  Pay a fine in full
1520
1521    -  If you have a note about the payment please type that first then
1522       move on
1523
1524    -  Click "Pay" next to the fine you want to pay in full
1525
1526    -  The full amount of the fine will be populated for you in the
1527       "Collect from patron" box
1528       
1529    -  If one or more values are defined under the PAYMENT\_TYPE authorized value
1530       category a dropdown selection box will be displayed to specify a custom
1531       payment type
1532
1533       |image452|
1534
1535    -  Click "Confirm"
1536
1537    -  The fine will be removed from outstanding fines, and displayed as
1538       fully paid.
1539
1540 -  Pay a partial fine
1541
1542    -  Click "Pay" next to the fine you want to partially pay
1543
1544    -  Enter the amount you are collecting from the patron in the
1545       "Collect from patron" box
1546
1547       |image453|
1548
1549    -  Click "Confirm"
1550
1551    -  The fine will be updated to show the original amount, and the
1552       current amount outstanding
1553
1554 -  Pay an amount towards all fines
1555
1556    -  Click the "Pay amount" button
1557
1558    -  Enter the amount you are collecting from the patron in "Collect
1559       from patron." The sum of all fines is shown in "Total amount
1560       outstanding"
1561
1562       |image454|
1563
1564    -  Click "Confirm"
1565
1566    -  The fine totals will be updated with the payment applied to oldest
1567       fines first.
1568
1569 -  Pay selected fines
1570
1571    -  Check the selection boxes next to the fines you wish to pay, click
1572       "Pay selected"
1573
1574       |image455|
1575
1576    -  Enter an amount to pay towards the fines.
1577
1578       |image456|
1579
1580    -  Click "Confirm"
1581
1582    -  The fine totals will be updated with the payment applied to the
1583       oldest selected fines first.
1584
1585 -  Writeoff a single fine
1586
1587    -  Click "Writeoff" next to the fine you wish to writeoff.
1588    
1589    -  A confirmation box will appear to specify a total amount to writeoff.
1590       This box allows a partial writeoff of fines.
1591
1592    -  The fine will be removed from outstanding fines, and displayed as
1593       written off.
1594
1595 -  Writeoff all fines
1596
1597    -  Click the "Writeoff all" button
1598
1599    -  All fines will be removed from outstanding fines, and displayed as
1600       written off.
1601
1602 -  If you accidentally mark and item as paid, you can reverse that line
1603    item by clicking 'Reverse' to the right of the line
1604
1605    |image457|
1606
1607    -  Once clicked a new line item will be added to the account, showing
1608       the payment as reversed
1609
1610       |image458|
1611
1612 .. _creating-manual-invoices-label:
1613
1614 Creating manual invoices
1615 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1616
1617 For fees that are not automatically charged, librarians can create a
1618 manual invoice
1619
1620 |image459|
1621
1622 -  First choose the type of invoice you would like to create
1623
1624    -  To add additional values to the manual invoice type pull down
1625       menu, add them to the `MANUAL\_INV <#manualinvvals>`__ authorized
1626       values
1627
1628    -  **Important**
1629
1630           The value set as the authorized value for the MANUAL\_INV
1631           authorized value category will appear as the description and
1632           the authorized value description will be used as the amount.
1633
1634 -  If the fee is associated with an item you can enter its barcode so
1635    that the line item shows a link to that item
1636
1637 -  The description field is where you will enter the description of the
1638    charge
1639
1640 -  In the amount field, do not enter currency symbols, only numbers and
1641    decimals
1642
1643 .. _creating-manual-credits-label:
1644
1645 Creating manual credits
1646 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1647
1648 Manual credits can be used to pay off parts of fines, or to forgive a
1649 fine amount.
1650
1651 |image460|
1652
1653 -  First choose the type of credit you'd like to apply
1654
1655 -  If this credit is associated with an item you can enter that item's
1656    barcode so that the line item links to the right item
1657
1658 -  The description field is where you will enter the description of the
1659    credit
1660
1661 -  In the amount field, do not enter currency symbols, only numbers and
1662    decimals
1663
1664 .. _printing-invoices-label:
1665
1666 Printing invoices
1667 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1668
1669 To the right of each account line there is a print link. Clicking that
1670 link will print an invoice for the line item that includes the date and
1671 description of the line item along with the total outstanding on the
1672 account.
1673
1674 |image461|
1675
1676 .. _routing-lists-label:
1677
1678 Routing lists
1679 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1680
1681 A list of all of the serial routing lists the patron belongs to will be
1682 accessible via the 'Routing lists' tab on the patron record.
1683
1684 |image462|
1685
1686 On this tab you will be able to see and edit all of the routing lists
1687 that this patron is on.
1688
1689 |image463|
1690
1691 .. _circulation-history-label:
1692
1693 Circulation history
1694 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1695
1696 The circulation history tab will appear if you have set the
1697 :ref:`intranetreadinghistory` preference to allow
1698 it to appear. If you have the :ref:`OPACPrivacy` system
1699 preference set to 'Allow' and the patron has decided that the library
1700 cannot keep this information this tab will only show currently checked
1701 out items.
1702
1703 |image464|
1704
1705 If you would like to export a list of barcodes for the items checked in
1706 today you can find that option under the More menu on the top right of
1707 the page.
1708
1709 |image465|
1710
1711 This will generate a text file with one barcode per line.
1712
1713 .. _modification-log-label:
1714
1715 Modification log
1716 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1717
1718 If you have set your :ref:`BorrowersLog` to track changes
1719 to patron records, then this tab will appear. The Modification log will
1720 show when changes were made to the patron record. If you also have
1721 turned on the :ref:`IssueLog` and :ref:`ReturnLog`
1722 you will see checkins and outs on this screen as well.
1723
1724 |image466|
1725
1726 -  The Librarian field shows the patron number for the librarian who
1727    made the changes
1728
1729 -  The module lists 'MEMBERS' for the patron module
1730
1731 -  The action will tell you what action was being logged
1732
1733 -  The Object field lists the borrowernumber that is being modified (in
1734    the example above, it was my changing my own record)
1735
1736 .. _notices-label:
1737
1738 Notices
1739 ~~~~~~~~~~~~~~~~~~~~~~~~~
1740
1741 The `patron's messaging preferences <#setpatronmessaging>`__ are set
1742 when :ref:`adding <add-a-new-patron-label>` or :ref:`editing <editing-patrons-label>` the
1743 patron. This tab will show the messages that have been sent and those
1744 that are queued to be sent:
1745
1746 |image467|
1747
1748 Clicking on the message title will expand the view to show you the full
1749 text of the message that was sent.
1750
1751 |image468|
1752
1753 If the message has a status of sent or failed you will have the option
1754 to 'resend' the message to the patron by clicking the 'resend' button
1755 found under the status.
1756
1757 |image469|
1758
1759 .. _statistics-label:
1760
1761 Statistics
1762 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1763
1764 Depending on what you set for the values of your
1765 :ref:`StatisticsFields` system preference, you can see
1766 statistics for one patron's circulation actions.
1767
1768 |image470|
1769
1770 .. _files-label:
1771
1772 Files
1773 ~~~~~~~~~~~~~~~~~~~~~~~~
1774
1775 If you set the :ref:`EnableBorrowerFiles` preference
1776 to 'Do' the Files tab will be visible on the patron information page.
1777
1778 |image471|
1779
1780 From here you can upload files to attach to the patron record.
1781
1782 |image472|
1783
1784 All files that are uploaded will appear above a form where additional
1785 files can be uploaded from.
1786
1787 |image473|
1788
1789 .. _purchase-suggestions-label:
1790
1791 Purchase suggestions
1792 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1793
1794 If the patron has made any purchase suggestions you will see a purchase
1795 suggestions tab on the patron record.
1796
1797 |image1247|
1798
1799 From here you can see all suggestions made by the patron and their
1800 status, you can also create a purchase suggestion on the patron's behalf
1801 by clicking the 'New purchase suggestion' button at the top.
1802
1803 Learn more about :ref:`purchase suggestions <purchase-suggestions-label>` in the
1804 `Acquisitions <#acqmodule>`__ chapter of this manual.
1805
1806 .. _patron-discharges-label:
1807
1808 Patron discharges
1809 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1810
1811 A discharge is a certificate that says the patron has no current
1812 checkouts, no holds and owe no money. To enable this option on the
1813 patron record you need to set the :ref:`useDischarge`
1814 system preference to 'Allow'.
1815
1816     **Note**
1817
1818     In France a "quitus" ("discharge") is needed if you want to register
1819     for an account in a library or a university.
1820
1821     **Note**
1822
1823     Academic libraries often require that you have a clear record at the
1824     library before you can graduate.
1825
1826 Patrons can :ref:`request discharges via the OPAC <ask-for-a-discharge-label>`. Any
1827 pending discharges will be listed below the menu buttons on the main
1828 staff client page
1829
1830 |image1248|
1831
1832 Clicking the pending requests will open a screen where you can allow
1833 those discharges
1834
1835 |image1249|
1836
1837 To generate a discharge for a specific patron click the 'Discharge' tab
1838 on the left of the patron record
1839
1840 |image1250|
1841
1842 If the patron can have a discharge generated then it will have a button
1843 that says 'Generate discharge'
1844
1845 |image474|
1846
1847 If not then you'll see an error explaining why you can't discharge the
1848 patron.
1849
1850 |image475|
1851
1852 Once the letter is generated you will have a PDF to download
1853
1854 |image476|
1855
1856     **Note**
1857
1858     You can style the PDF using the :ref:`NoticeCSS`
1859     preference.
1860
1861 The patron will have a restriction added to their account
1862
1863 |image1251|
1864
1865 And a history of discharges will be added to the 'Discharge'
1866 tab
1867
1868 |image1252|
1869
1870 .. _patron-search-label:
1871
1872 Patron search
1873 ---------------------------------
1874
1875 Clicking on the link to the Patron module will bring you to a
1876 search/browse screen for patrons. From here you can search for a patron
1877 by any part of their name or their card number.
1878
1879 |image477|
1880
1881 Clicking the small plus sign [+] to the right of the search box will
1882 open up an advanced patron search with more filters including the
1883 ability to limit to a specific category and/or library.
1884
1885 |image478|
1886
1887 You can also filter your patron results using the search options on the
1888 left hand side of the page.
1889
1890 |image1253|
1891
1892 Depending on what you have chosen for the 'Search fields' you can search
1893 for patrons in various different ways.
1894
1895 |image479|
1896
1897 -  Standard:
1898
1899    -  Enter any part of their name, username, email address or barcode
1900
1901 -  Email:
1902
1903    -  Enter any part of their email address and choose 'Contains'
1904       instead of 'Starts with'
1905
1906 -  Borrower number:
1907
1908    -  Enter the Koha borrower number
1909
1910 -  Phone number:
1911
1912    -  Enter the phone number exactly as it is in the system or by using
1913       spaces between each batch of numbers.
1914
1915    -  Example: To find (212) 555-1212 you can search for it exactly as
1916       it was entered or by searching for 212 555 1212
1917
1918 -  Street address:
1919
1920    -  Enter any part of the patron's address (includes all address
1921       fields) and choose 'Contains' instead of 'Starts with' to find the
1922       string anywhere in the address
1923
1924 -  Date of birth
1925
1926    -  Birth dates should be entered using the format set forth in the
1927       :ref:`dateformat` preference.
1928
1929 -  Sort field 1
1930
1931    -  This is a custom field that libraries can use for any type of data
1932       about the patron.
1933
1934 -  Sort field 2
1935
1936    -  This is a custom field that libraries can use for any type of data
1937       about the patron.
1938
1939 You can also choose to either search for fields that start with the
1940 string you entered or contain the string. Choosing 'Contains' will work
1941 like a wildcard search.
1942
1943 |image480|
1944
1945 You can also browse through the patron records by clicking on the linked
1946 letters across the top.
1947
1948 |image481|