Adding yuipath variable to help.pl, and doing some cleanup of help templates (standar...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / admin / categorie.tmpl
1 <!-- TMPL_INCLUDE NAME="help-top.inc" -->
2
3 <h1>Patron Categories</h1>
4
5 <p>This is where you define the types of users of your library and how they will be handled.</p>
6
7 <h2>Categories, Descriptions and Types</h2>
8 <p>Start by assigning a Category Code and a Description to each patron category. Each Category can be one of five types:</p>
9 <ul>
10         <li>Adult Patrons: can be linked as "guarantors" to other patrons who are their dependents.</li>
11         <li>Child Patrons: a patron category that has a "guarantor"</li>
12         <li>Organizational Patrons: can be used for institutional members, e.g. other libraries that borrow from you, in which case Koha expects slightly different information about the institution;</li>
13         <li>Professional Patrons  </li>
14         <li>Staff Members: A member of the library staff. </li>
15 </ul>
16 <h3>Note on Permissions</h3>
17 <p>Patrons in any category type may be assigned permissions in the staff interface.</p>
18 <h2>Enrollment Period</h2>
19 <p>Enrollment period is a number indicating how many years a user's enrollment is valid. If you consider enrollments to expire after four years for example (as in a school, perhaps), then set this number to 4. If enrollments never expire, set this to an impossibly high number (99).</p>
20
21 <h2>Upper Age Limit and Age Required</h2>
22 <p>Upper Age Limit and Age Required set the age parameters for this type of user. If you issue children's cards to users between the ages of 2 and 18, for example, then Age Required would be "2" and Upper Age Limit would be "18." If there is no upper age limit, set this value to 99 (the highest allowed).</p>
23
24 <h2>Enrollment Fee and Reserve Fee</h2>
25 <p>Enrollment Fee and Reserve Fee (if any) should be entered either as whole numbers or with six decimal places, with no currency notation (e.g. "1.250000" instead of "$1.25").</p>
26
27 <h2>Overdue Notice Required</h2>
28 <p>Overdue Notice Required lets you bypass generating overdue notices for this user type.</p>
29
30 <!-- TMPL_INCLUDE name="help-bottom.inc" -->