Merge branch 'bug_8641' into 3.12-master
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / admin / authorised_values.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Authorized Values</h1>
4
5 <p>Authorized Values can be used in several areas of Koha. One reason you would add an authorized value category would be to control the values that can be entered into MARC fields by catalogers.</p>
6
7 <h2>Existing Values</h2>
8
9 <p>Koha installs with pre-defined values that your library is likely to use, for instance, 'Lost.'</p>
10
11 <p>By default, this includes:</p>
12
13 <ul>
14     <li>'Asort1,' for acquisitions statistical purposes.</li>
15     <li>'Asort2,' used for acquisitions statistical purposes.</li>
16     <li>'BOR_NOTES' is for values for custom patron notes that appear on the circulation screen and the OPAC.</li>
17     <li>'Bsort1' is for patron statistical purposes.</li>
18     <li>'Bsort2' is used for patron statistical purposes.</li>
19     <li>'CART' is the shelving cart location, used by InProcessingToShelvingCart and ReturnToShelvingCart</li>
20     <li>'CCODE' is for collection codes (appears when cataloging and working with items).</li>
21     <li>'DAMAGED' is for descriptions of damaged items, and appears when cataloging and working with items.</li>
22     <li>'HINGS_AS' is for General Holdings: Acquisition Status Designator, a data element that specifies the acquisition status for the unit at the time of the holdings report.</li>
23     <li>'HINGS_C' is for General Holdings: Completeness Designator.</li>
24     <li>'HINGS_PF' is for Physical Form Designators</li>
25     <li>'HINGS_RD' is for General Holdings: Retention Designator, a data element that specifies the retention policy for the unit at the time of the holdings report.</li>
26     <li>'HINGS_UT' is for General Holdings: Type of Unit Designator.</li>
27     <li>'LOC' is for the shelving location and usually appears when adding or editing an item.</li>
28     <li>'LOST' is for descriptions for items marked as lost. It appears when adding or editing an item. Values given to lost statuses should be numeric (not alphabetical) in order for statuses to appear properly.
29 <ul>
30     <li style="color: #990000;">Important: Values given to lost statuses should be numeric and not alphabetical in order for statuses to appear properly</li>
31 </ul>
32 </li>
33     <li>'MANUAL_INV' includes values for manual invoicing.</li>
34     <li>'NOT_LOAN' is used to list reasons why a title is not for loan.</li>
35     <li>'PROC' is for the location to be used for NewItemsDefaultLocation (change description as desired), also the location expected by InProcessingToShelvingCart.</li>
36     <li>'REPORT_GROUP' provides a way to sort and filter your reports, the default values in this category include the Koha modules (Accounts, Acquitisions, Catalog, Circulation, Patrons)</li>
37     <li>'REPORT_SUBGROUP' can be used to further sort and filter your reports. This category is empty by default. Values here need to include the authorized value code from REPORT_GROUP in the Description (OPAC) field to link the subgroup to the appropriate group.</li>
38     <li>'RESTRICTED' is used for the restricted status of an item</li>
39     <li>'SUGGEST' is for a list of reasons to accept or reject patron suggestions. It appears when managing suggestions.</li>
40     <li>'WITHDRAWN' is for a description of a withdrawn item. It appears when adding or editing an item.</li>
41 </ul>
42
43 <h2>Add New Authorized Value Category</h2>
44
45 <p>In addition to the existing categories that come by default with Koha, librarians can add their own authorized value categories to control data that is entered into the system. To add a new category:</p>
46
47 <ul>
48     <li>Click 'New Category.'</li>
49     <li>Limit your Category to eleven characters (something short to make it clear what the category is for).</li>
50     <li>When adding a new category, you're asked to create at least one authorized value:
51 <ul>
52     <li>Enter a code for your Authorized Value into the 'Authorized value' field.</li>
53     <li>Use the Description field for the actual value that will be entered.</li>
54 </ul>
55 </li>
56     <li>Click 'Save.'</li>
57     <li>Your new category and value will appear on the list of Authorized Values.</li>
58 </ul>
59
60 <h2>Add New Authorized Value</h2>
61
62 <p>New authorized values can be added to any existing or new category. To add a value:</p>
63
64 <ul>
65         <li>Click 'New authorized value for ...'</li>
66     <li>Enter a code for your Authorized Value into the 'Authorized value' field.</li>
67     <li>Use the Description field for the actual value that will be entered.</li>
68     <li>Click 'Save.'</li>
69     <li>The new value will appear in the list along with existing values.</li>
70 </ul>
71
72 <p><strong>See the full documentation for Authorized Values in the <a href="http://manual.koha-community.org/3.10/en/basicparams.html#authorizedvalues">manual</a> (online).</strong></p>
73
74 [% INCLUDE 'help-bottom.inc' %]