Bug 20706: Fixes the links to the manual to reflect chanced chapter file names
[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>Routing Lists</h2>
29
30 <p>A list of all of the serial routing lists the patron belongs to will be accessible via the 'Routing Lists' tab on the patron record.</p>
31
32 <p>On this tab you will be able to see and edit all of the routing lists that this patron is on.</p>
33
34 <h2>Circulation History</h2>
35
36 <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>
37
38 <h2>Modification Log</h2>
39
40 <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>
41
42 <ul>
43 <li>The Librarian field shows the patron number for the librarian who made the changes</li>
44 <li>The Object field lists the patron that is being modified</li>
45 </ul>
46
47 <h2>Notices</h2>
48
49 <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>
50
51 <p>Clicking on the message title will expand the view to show you the full text of the message that was sent.</p>
52
53 <h2>Statistics</h2>
54
55 <p>Depending on what you set for the values of your StatisticsFields system preference, you can see statistics for one patron's circulation actions.</p>
56
57 <h2>Files</h2>
58
59 <p>If you set the EnableBorrowerFiles preference to 'Do' the Files tab will be visible on the patron information page.</p>
60
61 <p>From here you can upload files to attach to the patron record.</p>
62
63 <p>All files that are uploaded will appear above a form where additional files can be uploaded from.</p>
64
65 <h2>Purchase Suggestions</h2>
66
67 <p>If the patron has made any purchase suggestions you will see a purchase suggestions tab on the patron record.</p>
68
69 <p>From here you can see all suggestions made by the patron and their status, you can also create a purchase suggestion on the patron's behalf by clicking the 'New purchase suggestion' button at the top.</p>
70
71 <p>Learn more about Purchase suggestions in the Acquisitions chapter of the manual.</p>
72
73 <h2>Patron discharges</h2>
74
75 <p>A discharge is a certificate that says the patron has no current checkouts, no holds and owe no money. To enable this option on the patron record you need to set the useDischarge system preference to 'Allow'.</p>
76
77 <p>Note: In France a "quitus" ("discharge") is needed if you want to register for an account in a library or a university).</p>
78
79 <p>Note: Academic libraries often require that you have a clear record at the library before you can graduate.</p>
80
81 <p>To generate a discharge for a patron click the 'Discharge' tab on the left of the patron record</p>
82
83 <p>If the patron can have a discharge generated then it will have a button that says 'Generate discharge'</p>
84
85 <p>If not then you'll see an error explaining why you can't discharge the patron.</p>
86
87 <p>Once the letter is generated you will have a PDF to download</p>
88
89 <h2>Editing Patrons</h2>
90
91 <p>Patrons in Koha can be edited using one of many edit buttons.</p>
92
93 <ul>
94         <li>To edit the entire patron record simply click the 'Edit' button at the top of the patron record.</li>
95         <li>To only change the patron's password, click the 'Change Password' button
96 <ul>
97     <li>Koha cannot display existing passwords. Leave the field blank to leave password unchanged.</li>
98     <li>This form can automatically generate a random password if you click the link labeled "Click to fill with a randomly generated suggestion. Passwords will be displayed as text."</li>
99 </ul>
100 </li>
101         <li>To edit a specific section of the patron record (for example the Library Use section) click the 'Edit' link below the section</li>
102         <li>A patron image can be added by browsing for the image on your machine from the 'Manage Patron Image' section
103 <ul>
104     <li>This form will not appear if you have the patronimages system preference to not allow patron images</li>
105         <li>To add patron images in bulk, use the Upload Patron Images Tool</li>
106 </ul>
107 </li>
108         <li>Patrons can also be blocked from checking items out by setting Patron Flags
109 <ul>
110         <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>
111     <li>If you would like to bar a patron from the library you can set the 'Restricted' flag
112 <ul>
113     <li>This flag can automatically be set with the Overdue/Notice StatusTriggers</li>
114 </ul>
115 </li>
116     <li>If you enter in a date and/or note related to the restriction you will see that in the restricted message as well</li>
117         <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>
118 </ul>
119 </li>
120     <li>Children patrons do not become adults automatically in Koha. To upgrade a child patron to and adult patron category click on the 'More' menu and choose 'Update Child to Adult Patron'
121 <ul>
122     <li>You will then be presented with a pop up window asking which one of your adult patron categories this Child should be updated to</li>
123 </ul>
124 </li>
125 </ul>
126
127 <h2>Duplicate a Patron</h2>
128
129 <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>
130
131 <ul>
132         <li>Open the patron you want to use as your base (the patron you want to duplicate information from)</li>
133         <li>Click the 'Duplicate' button at the top of their record</li>
134         <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'
135 <ul>
136         <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>
137 </ul>
138 </li>
139         <li>You will be brought to your new patron</li>
140 </ul>
141
142 <p><strong>See the full documentation for the Patron Details in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/patrons.html#patron-information">manual</a> (online).</strong></p>
143
144 [% INCLUDE 'help-bottom.inc' %]