Merge remote-tracking branch 'origin/new/bug_929'
[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 <h2>Add a new Patron</h2>
20 <ul>
21         <li>Click 'New'</li>
22         <li>Enter the identifying information regarding your patron
23 <ul>
24         <li>Required fields are defined in the BorrowerMandatoryField system preference</li>
25         <li>Unwanted fields are defined in the BorrowerUnwantedField system preference</li>
26         <li>Salutation is populated by the BorrowersTitles system preference</li>
27 </ul>
28 </li>
29         <li>Next enter the contact information</li>
30         <li>If this patron is a child, you will be asked to attach the child patron to an adult patron
31 <ul>
32         <li>Click 'Set to Patron' to search your system for an existing patron</li>
33         <li>If the Guarantor is not in the system, you can enter the first and last name in the fields available</li>
34         <li>The relationships are set using the borrowerRelationship system preference</li>
35 </ul>
36 </li>
37         <li>If this patron is a professional, you will be asked to attach the patron to an organizational patron
38 <ul>
39         <li>Click 'Set to Patron to search your system for an existing patron</li>
40 </ul>
41 </li>
42         <li>Each patron can have an alternate contact
43 <ul>
44         <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>
45 </ul>
46 </li>
47         <li>The library management section includes values that are used within the library
48 <ul>
49         <li>The card number field is automatically calculated if you have the autoMemberNum system preference set that way</li>
50         <li>If you accidentally chose the wrong patron category at the beginning you can fix that here</li>
51         <li>Sort 1 and 2 are used for statistical purposes within your library</li>
52 </ul>
53 </li>
54         <li>Next, the Library Setup section includes additional library settings
55 <ul>
56         <li>The registration date will automatically be filled in with today's date</li>
57         <li>If your patron cards expire (based on your patron category settings) the Expiry date will automatically be calculated</li>
58         <li>The OPAC Note is a note for the patron - it will appear in the OPAC on the patron's record</li>
59         <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>
60         <li>The OPAC Login and Password are used by the patron to log into their account in the OPAC. They are also used for staff accounts to provide them access to the staff client.</li>
61 </ul>
62 </li>
63         <li>If you have set additional patron attributes up, these will appear next</li>
64         <li>Finally, if you have EnhancedMessagingPreferences set to 'allow,' you can choose the messaging preferences for this patron.
65 <ul>
66         <li>These preferences will override any you set via the patron categories</li>
67         <li>These preference can be altered by the patron via the OPAC</li>
68 </ul>
69 </li>
70         <li>Once finished, click 'Save'</li>
71         <li>At this point if the system suspects this patron is a duplicate of another it will warn you.</li>
72 </ul>
73
74 <h2>Add a Staff Patron</h2>
75
76 <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>
77
78 <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>
79
80 <p><strong>See the full documentation for Adding Patrons in the <a href="http://manual.koha-community.org/3.6/en/patrons.html#addnewpatron">manual</a> (online).</strong></p>
81
82 [% INCLUDE 'help-bottom.inc' %]