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 / memberentry.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Add patrons</h1>
4
5 <p>Patron categories belong to one of six overreaching categories in Koha.</p>
6
7 <ul>
8         <li>Staff = A user that can be configured to perform functions in the staff client</li>
9         <li>Adult = A regular patron (can have child patrons attached to it)</li>
10         <li>Child = A patron who can belong to an Adult patron</li>
11         <li>Organization = An organization that can have Professional patrons attached to it</li>
12         <li>Professional = A patron that can belong to an Organization</li>
13         <li>Statistical = A patron type used solely for tracking in house usage
14 <ul>
15         <li><span style="background-color: #ffe599;">TIP: This can be used to record statistics of items that are used, but do not get checked out, such as reference items, magazines, etc. You can then run a report to gather the statistics from this card</span></li>
16 </ul>
17 </li>
18 </ul>
19
20 <h2>Add a new Patron</h2>
21
22 <p>Patrons are added by going to the 'Patrons' module.</p>
23
24 <ul>
25         <li>Click 'New'</li>
26     <li>First enter the identifying information regarding your patron
27 <ul>
28         <li>Required fields are defined in the BorrowerMandatoryField system preference</li>
29         <li>Salutation is populated by the BorrowersTitles system preference</li>
30 </ul>
31 </li>
32     <li>Next enter the contact information
33 <ul>
34     <li>For contact information, note that the primary phone and email addresses are the ones that appear on notices and slips printed during circulation (receipts, transfer slips and hold slips). The primary email is also the one that overdue notices and other messages go to.</li>
35 </ul>
36 </li>
37         <li>If this patron is a child, you will be asked to attach the child patron to an adult patron
38 <ul>
39         <li>Click 'Set to Patron' to search your system for an existing patron</li>
40         <li>If the Guarantor is not in the system, you can enter the first and last name in the fields available</li>
41         <li>The relationships are set using the borrowerRelationship system preference</li>
42 </ul>
43 </li>
44         <li>If this patron is a professional, you will be asked to attach the patron to an organizational patron
45 <ul>
46         <li>Click 'Set to Patron to search your system for an existing patron</li>
47 </ul>
48 </li>
49         <li>Each patron can have an alternate contact
50 <ul>
51         <li>An alternate contact could be a parent or guardian. It can also be used in academic settings to store the patron's home address.</li>
52 </ul>
53 </li>
54         <li>The library management section includes values that are used within the library
55 <ul>
56         <li>The card number field is automatically calculated if you have the autoMemberNum system preference set that way</li>
57     <li><strong>Note:</strong> For a newly installed system this preference will start at 1 and increment by 1 each time after. To have it start with the starting number of your barcodes, enter the first barcode by hand in the patron record and save the patron. After that the field will increment that number by 1.</li>
58         <li>If you accidentally chose the wrong patron category at the beginning you can fix that here</li>
59         <li>Sort 1 and 2 are used for statistical purposes within your library</li>
60 </ul>
61 </li>
62         <li>Next, the Library Setup section includes additional library settings
63 <ul>
64         <li>The registration date will automatically be filled in with today's date</li>
65         <li>If your patron cards expire (based on your patron category settings) the Expiry date will automatically be calculated</li>
66         <li>The OPAC Note is a note for the patron - it will appear in the OPAC on the patron's record</li>
67         <li>The Circulation Note is meant solely for your library staff and will appear when the circulation staff goes to check an item out to the patron</li>
68     <li>The Staff/OPAC asks for the username and password to be used by the patron (and/or staff member) to log into their account in the OPAC and for staff to log in to the staff client.</li>
69 </ul>
70 </li>
71         <li>If you have set additional patron attributes up, these will appear next</li>
72         <li>Finally, if you have EnhancedMessagingPreferences set to 'allow,' you can choose the messaging preferences for this patron.
73 <ul>
74     <li style="color: #990000">Important: These preferences will override any you set via the patron categories</li>
75     <li style="color: #990000">Important: These preference can be altered by the patron via the OPAC</li>
76 </ul>
77 </li>
78         <li>Once finished, click 'Save'</li>
79 </ul>
80
81 <p>If the system suspects this patron is a duplicate of another it will warn you.</p>
82
83 <h2>Add a Staff Patron</h2>
84
85 <p>All staff members must be entered into Koha as patrons of the 'Staff' type. Follow the steps in Add a Patron to add a staff member. To give the staff member permissions to access the staff client, follow the steps in Patron Permissions</p>
86
87 <p style="color: #990000">Remember to assign your staff secure usernames and passwords since these will be used to log into the staff client.</p>
88
89 <p><strong>See the full documentation for Adding Patrons in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/patrons.html#add-a-new-patron">manual</a> (online).</strong></p>
90
91 [% INCLUDE 'help-bottom.inc' %]