Bug 20706: Fixes the links to the manual to reflect chanced chapter file names
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / admin / classsources.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Classification Sources</h1>
4
5 <p>Source of classification or shelving scheme is an Authorized Values category that is mapped to field 952$2 and 942$2 in Koha's MARC Bibliographic frameworks.</p>
6
7 <p>Commonly used values of this field are:</p>
8
9 <ul>
10     <li>ddc - Dewey Decimal Classification</li>
11     <li>lcc - Library of Congress Classification</li>
12 </ul>
13
14 <p>If you chose to install classification sources during Koha's installation, you would see other values too:</p>
15
16 <ul>
17         <li>ANSCR (sound recordings)</li>
18         <li>SuDOC classification</li>
19     <li>Universal Decimal Classification</li>
20     <li>Other/Generic Classification</li>
21 </ul>
22
23 <h2>Adding/Editing Classification Sources</h2>
24
25 <p>You can add your own source of classification by using the New Classification Source button. To edit use the Edit link.</p>
26
27 <p>When creating or editing:</p>
28
29 <ul>
30         <li>You will need to enter a code and a description.</li>
31         <li>Check the 'Source in use?' checkbox if you want the value to appear in the drop down list for this category.</li>
32         <li>Select the appropriate filing rule from the drop down list.</li>
33 </ul>
34
35 <h2>Classification Filing Rules</h2>
36
37 <p>Filing rules determine the order in which items are placed on shelves.</p>
38
39 <p>Values that are pre-configured in Koha are:</p>
40
41 <ul>
42         <li>Dewey</li>
43         <li>LCC</li>
44         <li>Generic</li>
45 </ul>
46
47 <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>
48
49 <p>When creating or editing:</p>
50
51 <ul>
52         <li>Enter a code and a description</li>
53         <li>Choose an appropriate filing routine - dewey, generic or lcc</li>
54 </ul>
55
56 <p><strong>See the full documentation for Classification Sources in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/administration.html#classification-sources">manual</a> (online).</strong></p>
57
58 [% INCLUDE 'help-bottom.inc' %]