Merge remote-tracking branch 'origin/new/bug_6842'
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / members / moremember.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Patron Details</h1>
4
5 <p>When viewing a patron record you have the option to view information from one of many tabs found on the left hand side of the record.</p>
6
7 <h2>Check Out</h2>
8
9 <p>For instruction on checking items out click the Check Out tab and read the help file there.</p>
10
11 <h2>Details</h2>
12
13 <p>All patron information will appear on the Details tab. This includes all the contact information, notes, messaging preferences, etc entered when adding the patron. In the case of patrons who are marked as 'Child' or 'Professional' and their Guarantors additional information will appear on their record.</p>
14
15 <ul>
16 <li>A child patron will list their Guarantor</li>
17 <li>On the Guarantor's record, all children and/or professionals will be listed</li>
18 </ul>

19
20 <p>Below the patron's information on the details screen is a tabbed display of the items they have checked out, overdue, and on hold.</p>
21
22 <p>If they have family at the library staff can see what the other family members have checked out.</p>
23
24 <h2>Fines</h2>
25
26 <p>The patron's complete accounting history will appear on the Fines tab. Contrary to its name, the Fines tab does not just show fine data, it also shows membership fees, rental fees, reserve fees and any other charge you may have for patrons.</p>
27
28 <h2>Circulation History</h2>
29
30 <p>The circulation history tab will appear if you have set the intranetreadinghistory preference to allow it to appear. If you have the OPACPrivacy system preference set to 'Allow' and the patron has decided that the library cannot keep this information this tab will only show currently checked out items.</p>
31
32 <h2>Modification Log</h2>
33
34 <p>If you have set your BorrowersLog to track changes to patron records, then this tab will appear. The Modification Log will show all changes made to the patron record.</p>
35
36 <ul>
37 <li>The Librarian field shows the patron number for the librarian who made the changes</li>
38 <li>The Object field lists the patron that is being modified</li>
39 </ul>
40
41 <h2>Notices</h2>
42
43 <p>The patron's messaging preferences are set when adding or editing the patron. This tab will show the messages that have been sent and those that are queued to be sent</p>
44
45 <p>Clicking on the message title will expand the view to show you the full text of the message that was sent.</p>
46
47 <h2>Editing Patrons</h2>
48
49 <p>Patrons in Koha can be edited using one of many edit buttons.</p>
50 <ul>
51         <li>To edit the entire patron record simply click the 'Edit' button at the top of the patron record.</li>
52         <li>To only change the patron's password, click the 'Change Password' button
53 <ul>
54         <li>Patron passwords are encrypted and cannot be recovered by the library staff</li>
55         <li>This form will automatically generate a random password, this password is not the patron's current password, just a new random password</li>
56 </ul>
57 </li>
58         <li>To edit a specific section of the patron record (for example the Library Use section) click the 'Edit' link below the section</li>
59         <li>A patron image can be added by browsing for the image on your machine from the 'Manage Patron Image' section
60 <ul>
61         <li>This form will not appear if you have the patronimages system preference to allow patron images</li>
62         <li>To add patron images in bulk, use the Upload Patron Images Tool</li>
63 </ul>
64 </li>
65         <li>Patrons can also be blocked from checking items out by setting Patron Flags
66 <ul>
67         <li>If you would like your circulation staff to confirm a patron's address before checking items out to the patron, you can see the 'Gone no Address' flag</li>
68         <li>If you would like to prevent a patron from checking items out or performing circulation actions at the library you can set the 'Restricted' flag
69 <ul>
70         <li>This flag can automatically be set with the Overdue/Notice Status Triggers</li>
71 </ul>
72 </li>
73         <li>If the patron reports that they have lost their card you can set the 'Lost Card' flag to prevent someone else from using that card to check items out</li>
74 </ul>
75 </li>
76 </ul>
77
78 <h2>Duplicate a Patron</h2>
79
80 <p>Sometimes when you're adding a new family to your system you don't want to type the contact information over and over. Koha allows for you to duplicate a patron and change only the parts you want to (or need to) change.</p>
81
82 <ul>
83         <li>Open the patron you want to use as your base (the patron you want to duplicate information from)</li>
84         <li>Click the 'Duplicate' button at the top of their record</li>
85         <li>All of the fields with the exception of first name, card number, opac login and opac password have been duplicated. Fill in the missing pieces and click 'Save'
86 <ul>
87         <li><span style="background-color: #ffe599;">TIP: Clicking in a field that is already populated with data will clear that field of all information (making it easier for you to type in something different)</span></li>
88 </ul>
89 </li>
90         <li>You will be brought to your new patron</li>
91 </ul>
92
93 <p><strong>See the full documentation for the Patron Details in the <a href="http://manual.koha-community.org/3.6/en/patroninformation.html">manual</a> (online).</strong></p>
94
95 [% INCLUDE 'help-bottom.inc' %]