From 4d7ba3f58b7156de8da88a7f7b6003aa6d7ba728 Mon Sep 17 00:00:00 2001 From: oleonard Date: Fri, 3 Dec 2004 20:45:33 +0000 Subject: [PATCH] Deleting text regarding issue limits, adding some formatting changes --- .../default/en/help/admin/categorie.tmpl | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/default/en/help/admin/categorie.tmpl b/koha-tmpl/intranet-tmpl/default/en/help/admin/categorie.tmpl index 069f9ec833..5e9e8f774a 100644 --- a/koha-tmpl/intranet-tmpl/default/en/help/admin/categorie.tmpl +++ b/koha-tmpl/intranet-tmpl/default/en/help/admin/categorie.tmpl @@ -3,16 +3,23 @@

Here is where you define the types of users of your library and how they will be handled.

+

Category Code and Description

Start by assigning a Category Code and a Description to each borrower 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 :

+

Enrollment Period

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).

+

Upper Age Limit and Age Required

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).

-

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"). Overdue Notice Required lets you bypass generating overdue notices for this user type, and Issue Limit sets the highest number of items which this type of user may have borrowed.

+

Enrollment Fee and Reserve Fee

+

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").

+ +

Overdue Notice Required

+

Overdue Notice Required lets you bypass generating overdue notices for this user type.

\ No newline at end of file -- 2.39.5