Merge remote branch 'kc/new/bug_4276' into kcmaster
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / admin / classsources.tmpl
index 611476c..fa5f914 100644 (file)
@@ -1,38 +1,56 @@
 <!-- TMPL_INCLUDE NAME="help-top.inc" -->
 
-<h1>About Classification Sources</h1>
-
-<p>Define classification sources (i.e., call number schemes) used by your collection. You can also define 'filing rules' used for sorting call numbers.</p>
-          
-<p><strong>IMPORTANT:</strong> You do not have the option to 'define' a new filing rule. Currently, the filing rules and sorting routines are statically defined with options available in the dropdown menu when creating or editing a 'classification source' or 'filing rule'.</p>
-          
-<p><strong>TIP:</strong> In the future, this features will be expanded to allow new filing rules to be created (defined) on the fly. In other words, in addition to choosing from a static sorting routine or filing rule, you will be able to actually to define new ones.</p>
-
-<h1>To add a new 'Classification Source'...</h1>
-               <ul>
-                       <li>Click 'New Classification Source'</li>
-                       <li>Enter a 'Classification source code'</li>
-                       <li>Enter a 'Description' for your new classification source</li>
-                       <li>Note if the classification source is in use (check the box for 'yes' and leave unchecked for 'no')</li>
-                       <li>Choose a 'filing rule' from the dropdown menu to associate with your new classification source</li>
-                       <li>Click 'Save'</li>
-               </ul>      
-<p>IMPORTANT: 'Source in use?' controls whether source is available in item editor. For example, Koha ships with Dewey and LCC rules but a Dewey library may not want catalogers to mistakenly use LCC as an item callnumber type. To accomplish this, check box 'source in use?' only for the Dewey Classification Source and leave 'source in use' for all others unchecked.</p>
-
-<h1>To add a new 'Filing Rule'...</h1>
-               <ul>
-                       <li>Click 'New Filing Rules'</li>
-                       <li>Enter a 'Filing Rule Code'</li>
-                       <li>Enter a 'Description' for your new filing rule</li>
-                       <li>Choose a 'filing routine' from the dropdown menu to associate with your new filing rule</li>
-                       <li>Click 'Save'</li>
-               </ul>
-               
-<h1>To edit a new 'Classification Source' or 'Filing Rule'...</h1>
-               <ul>
-                       <li>Click 'edit' next to the 'classification source' or 'filing rule' you wish to edit</li>
-                       <li>Edit</li>
-                       <li>Click 'Save'</li>
-               </ul>
+<h1>Classification Sources</h1>
+
+<p>Source of classification or shelving scheme is an Authorized Values category that is mapped to field 942$2 in Koha's MARC Bibliographic frameworks.</p>
+
+<p>Commonly used values of this field are:</p>
+
+<ul>
+       <li>ddc - Dewey Decimal Classification</li>
+       <li>lcc - Library of Congress Classification</li>
+</ul>
+
+<p>If you chose to install classification sources during Koha's installation, you would see other values too:</p>
+
+<ul>
+       <li>ANSCR (sound recordings)</li>
+       <li>SuDOC classification</li>
+       <li>Universal Decimal Classification</li>
+       <li>Other/Generic Classification</li>
+</ul>
+
+<h2>Adding/Editing Classification Sources</h2>
+
+<p>You can add your own source of classification by using the New Classification Source button. To edit use the Edit link.</p>
+
+<p>When creating or editing:</p>
+
+<ul>
+       <li>You will need to enter a code and a description.</li>
+       <li>Check the 'Source in use?' checkbox if you want the value to appear in the drop down list for this category.</li>
+       <li>Select the appropriate filing rule from the drop down list.</li>
+</ul>
+
+<h2>Classification Filing Rules</h2>
+
+<p>Filing rules determine the order in which items are placed on shelves.</p>
+
+<p>Values that are pre-configured in Koha are:</p>
+
+<ul>
+       <li>Dewey</li>
+       <li>LCC</li>
+       <li>Generic</li>
+</ul>
+
+<p>Filing rules are mapped to Classification sources. You can setup new filing rules by using the New Filing Rule button. To edit use the Edit link.</p>
+
+<p>When creating or editing:</p>
+
+<ul>
+       <li>Enter a code and a description</li>
+       <li>Choose an appropriate filing routine - dewey, generic or lcc</li>
+</ul>
 
 <!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
\ No newline at end of file