Fixing nomenclature and tmpl_process3.pl bugs
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / admin / categorie.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Online Help &rsaquo; System Preferences &rsaquo; Borrower Categories</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6
7 <h1>Borrower Categories</h1>
8
9 <p>Here is where you define the types of users of your library and how they will be handled.</p>
10
11 <h2>Category Code and Description</h2>
12 <p>Start by assigning a Category Code and a Description to each patron type. The code is limited on no more than two characters and may be anything you choose. Four codes, however, have special meaning for Koha :</p>
13 <ul>
14         <li>"I" can be used for institutional members, like other libraries that borrow from you, in which case Koha expects slightly different information about the institution;</li>
15         <li>"A" (Adult) and "W" can be linked as "guarantors" to other patrons who are their dependents.</li>
16         <li>"C" (Children) is a patron category that has a "guarantor"</li>
17 </ul>
18
19 <h2>Enrollment Period</h2>
20 <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>
21
22 <h2>Upper Age Limit and Age Required</h2>
23 <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>
24
25 <h2>Enrollment Fee and Reserve Fee</h2>
26 <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>
27
28 <h2>Overdue Notice Required</h2>
29 <p>Overdue Notice Required lets you bypass generating overdue notices for this user type.</p>
30 <!-- TMPL_INCLUDE name="intranet-bottom.inc" -->