Complete sweep of help files in order to correct invalid markup and fix Bug 2444...
[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 &quot;guarantors&quot; to other patrons who are their dependents.  This is the default patron type.</li>
11                 <li>Child Patrons: a patron category that has a &quot;guarantor&quot;.</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: can also be associated with a guarantor (usually an organisation).</li>
14                 <li>Staff Members: A member of the library staff.</li>
15                 <li>Statistical Patrons: checking out to this patron type creates a statistical (local use) record but does not actually circulate materials.</li>
16         </ul>
17         
18 <h3>Note on Permissions</h3>
19 <p>Patrons in any category type may be assigned permissions in the staff interface.  The Staff patron type has additional security features over the other types.</p>
20
21 <h2>Enrollment Period (months)</h2>
22 <p>Enrollment period is a number indicating the length in months of a patron enrollment. If enrollments never expire, set this to an impossibly high number ( &gt;= 99).</p>
23
24 <h2>Upper Age Limit and Age Required</h2>
25 <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 &quot;2&quot; and Upper Age Limit would be &quot;18.&quot; If there is no upper age limit, set this value to 999 (the highest allowed).</p>
26
27 <h2>Enrollment Fee and Reserve Fee</h2>
28 <p>Enrollment Fee and Reserve Fee (if any) should be entered either as whole numbers or with (up to) six decimal places, with no currency notation (e.g. &quot;1.250000&quot; instead of &quot;$1.25&quot;).</p>
29
30 <h2>Overdue Notice Required</h2>
31 <p>Overdue Notice Required lets you bypass generating overdue notices for this user type.</p>
32
33 <!-- TMPL_INCLUDE NAME="help-bottom.inc" -->