[Koha-patches] [PATCH] update patron categories help file

Nicole Engard nengard at bywatersolutions.com
Wed Jul 21 01:51:36 CEST 2010


---
 .../prog/en/modules/help/admin/categorie.tmpl      |  106 +++++++++++++++-----
 1 files changed, 79 insertions(+), 27 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/categorie.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/categorie.tmpl
index 3acbc24..dd44d7e 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/categorie.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/categorie.tmpl
@@ -2,32 +2,84 @@
 
 <h1>Patron Categories</h1>
 
-<p>This is where you define the types of users of your library and how they will be handled.</p>
-
-<h2>Categories, Descriptions and Types</h2>
-<p>Start by assigning a Category Code and a Description to each patron category. Each Category can be one of five types:</p>
-	<ul>
-		<li>Adult Patrons: can be linked as &quot;guarantors&quot; to other patrons who are their dependents.  This is the default patron type.</li>
-		<li>Child Patrons: a patron category that has a &quot;guarantor&quot;.</li>
-		<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>
-		<li>Professional Patrons: can also be associated with a guarantor (usually an organization).</li>
-		<li>Staff Members: A member of the library staff.</li>
-		<li>Statistical Patrons: checking out to this patron type creates a statistical (local use) record but does not actually circulate materials.</li>
-	</ul>
-	
-<h3>Note on Permissions</h3>
-<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>
-
-<h2>Enrollment Period (months)</h2>
-<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>
-
-<h2>Upper Age Limit and Age Required</h2>
-<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>
-
-<h2>Enrollment Fee and Reserve Fee</h2>
-<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>
-
-<h2>Overdue Notice Required</h2>
-<p>Overdue Notice Required lets you bypass generating overdue notices for this user type.</p>
+<p>Patron categories allow you to organize your patrons into different roles, age groups, and patron types.</p>
+
+<p>Patrons are assigned to one of six main categories:</p>
+
+<ul>
+<li>Adult
+<ul>
+<li>Most common patron type, usually used for a general 'Patron' category.</li>
+</ul></li>
+<li>Child
+<ul>
+<li>Children patrons can have a guardian to be attached to them.</li>
+</ul>
+</li>
+<li>Staff
+<ul>
+<li>Patrons within the staff category will have access to the staff client.</li>
+</ul>
+</li>
+<li>Organizational
+<ul>
+<li>Organizational patrons are organizations. Organizations can be used as guarantors for Professional patrons.</li>
+</ul>
+</li>
+<li>Professional
+<ul>
+<li>Professional patrons can be linked to Organizational patrons</li>
+</ul>
+</li>
+<li>Statistical
+<ul>
+<li>This patron type is used strictly for statistical purposes, such as in house use of items.
+</li>
+</ul>
+</li>
+</ul>
+
+<h3>Adding a patron category</h3>
+
+<p>To add a new patron category click 'New Category' at the top of the page</p>
+
+<ul>
+<li>The 'Category Code' is an identifier for your new code.
+<ul>
+<li style="color: rgb(153, 0, 0);">Important: The category code is limited to 10 characters (numbers and letters)</li>
+</ul>
+</li>
+<li>Enter a plain text version of the category in the 'Description' field.</li>
+<li>Enrollment period should be filled in (in months) if you have a limited enrollment period for your patrons (eg. Student cards expire after 9 months or until a specific date)
+<ul>
+<li style="color: rgb(153, 0, 0);">Important: You cannot enter both a month limit and a date until. Choose to enter either one or the other.</li>
+</ul>
+</li>
+<li>Some patron categories can have a minimum age requirement associated with them, enter this age in the 'Age required'</li>
+<li>Patron categories can also have a maximum age associated with them (such as children), enter this age in the 'Upperage limit'</li>
+<li>If you charge a membership fee for your patrons (such as those who live in another region) you can enter that in the 'Enrollment fee' field.
+<ul>
+<li style="color: rgb(153, 0, 0);">Important: Only enter numbers and decimals in this field</li>
+</ul>
+</li>
+<li>If you want your patron to receive overdue notices, set the 'Overdue notice required' to 'Yes'</li>
+<li>If you charge patrons for placing holds on items, enter the fee amount in the 'Hold fee' field.
+<ul>
+<li style="color: rgb(153, 0, 0);">Important: Only enter numbers and decimals in this field</li>
+</ul>
+</li>
+<li>In the 'Category type' field choose one of the six main parent categories</li>
+<li>Finally you can assign advanced messaging preferences by default to a patron category
+<ul>
+<li><span style="color: rgb(153, 0, 0);">Important: Requires that you have EnhancedMessagingPreferences enabled</span>
+<ul>
+<li><em>Get there:</em> More &gt; Administration &gt; Global system preferences &gt; Patrons &gt; EnhancedMessagingPreferences</li>
+</ul>
+</li>
+<li style="color: rgb(153, 0, 0);">Important: These can be changed for individual patrons, this setting is just a default to make it easier to set up messages for an entire category</li>
+</ul>
+</li>
+</ul>
+
 
 <!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
\ No newline at end of file
-- 
1.5.6.5



More information about the Koha-patches mailing list