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 / marc_subfields_structure.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>MARC Bibliographic Frameworks Subfields</h1>
4
5 <p>Frameworks are made up of MARC fields and subfields. To make edits to most Frameworks you must edit the fields and subfields. Clicking 'Edit' to the right of each subfield will allow you to make changes to the text associated with the field</p>
6
7 <ul>
8    <li>Each field has a tag (which is the MARC tag) that is uneditable
9 <ul>
10    <li>The 'Label for lib' is what will show in the staff client if you have advancedMARCeditor set to display labels</li>
11    <li>The 'Label for OPAC' is what will show on the MARC view in the OPAC</li>
12    <li>If you check 'Repeatable' then the field will have a plus sign next to it allowing you to add multiples of that tag</li>
13    <li>If you check 'Mandatory' the record will not be allowed to save unless you have a value assigned to this tag</li>
14    <li>'Authorized value' is where you define an authorized value that your catalogers can choose from a pull down to fill this field in</li>
15 </ul>
16 </li>
17 </ul>
18
19 <p>To edit the subfields associated with the tag, click 'Subfields' to the right of the tag on the 'MARC Structure' listing</p>
20
21 <ul>
22    <li>From the list of subfields you can click 'Delete' to the right of each to delete the subfields</li>
23    <li>To edit the subfields click 'Edit Subfields'</li>
24    <li>For each subfield you can set the following Basic constraint values
25 <ul>
26    <li>Text for librarian
27 <ul>
28    <li>what appears before the subfield in the librarian interface</li>
29 </ul>
30 </li>
31    <li>Text for OPAC
32 <ul>
33    <li>what appears before the field in the OPAC.
34 <ul>
35    <li>If left empty, the text for librarian is used instead</li>
36 </ul>
37 </li>
38 </ul>
39 </li>
40    <li>Repeatable
41 <ul>
42    <li>the field will have a plus sign next to it allowing you to add multiples of that tag</li>
43 </ul>
44 </li>
45    <li>Mandatory
46 <ul>
47    <li>the record will not be allowed to save unless you have a value assigned to this tag</li>
48 </ul>
49 </li>
50    <li>Managed in tab
51 <ul>
52    <li>defines the tab where the subfield is shown. All subfields of a given field must be in the same tab or ignored. Ignore means that the subfield is not managed.</li>
53 </ul>
54 </li>
55 </ul>
56 </li>
57    <li>For each subfield you can set the following Advanced constraint values
58 <ul>
59    <li>Default value
60 <ul>
61    <li>defines what you want to appear in the field by default, this will be editable, but it saves time if you use the same note over and over or the same value in a field often.</li>
62 </ul>
63 </li>
64    <li>Visibility
65 <ul>
66    <li>allows you to select from where this subfield is visible/hidden, simply check the boxes where you would like the field to show and uncheck the boxes where you would like it hidden.</li>
67 </ul>
68 </li>
69    <li>Is a URL
70 <ul>
71    <li>if checked, it means that the subfield is a URL and can be clicked</li>
72 </ul>
73 </li>
74    <li>Link
75 <ul>
76    <li>If you enter a field/subfield here (200b), a link appears after the subfield in the MARC Detail view. This view is present only in the staff client, not the OPAC. If the librarian clicks on the link, a search is done on the database for the field/subfield with the same value. This can be used for 2 main topics :
77 <ul>
78    <li>on a field like author (200f in UNIMARC), put 200f here, you will be able to see all bib records with the same author.</li>
79    <li>on a field that is a link (4xx) to reach another bib record. For example, put 011a in 464$x, will find the serials that are with this ISSN.</li>
80 </ul>
81 </li>
82    <li style="color: #990000;">Warning: This value should not change after data has been added to your catalog. If you need to change this value you must ask your system administrator to run misc/batchRebuildBiblioTables.pl.</li>
83 </ul>
84 </li>
85    <li>Koha link
86 <ul>
87    <li>This field has been disabled on this form. The Koha to MARC mapping is maintained on the corresponding form in the Administration module. For more information on this field, consult the online help page of that form.</li>
88 </ul>
89 </li>
90 </ul>
91 </li>
92    <li>For each subfield you can set the following Other option values
93 <ul>
94    <li>Authorized value
95 <ul>
96    <li>means the value cannot by typed by the librarian, but must be chosen from a pull down generated by the authorized value list</li>
97 </ul>
98 </li>
99    <li>Thesaurus
100 <ul>
101    <li>means that the value is not free text, but must be searched in the authority/thesaurus of the selected category</li>
102 </ul>
103 </li>
104    <li>Plugin
105 <ul>
106    <li>means the value is calculated or managed by a plugin. Plugins can do almost anything.</li>
107    <li>Examples:
108 <ul>
109    <li>For call numbers there is an option to add a call number browser next to the the call number subfield. Simply choose the cn_browser.pl plugin. Learn more in the cataloging section of the manual.</li>
110    <li>In UNIMARC there are plugins for every 1xx fields that are coded fields. The plugin is a huge help for cataloger! There are also two plugins (unimarc_plugin_210c and unimarc_plugin_225a that can "magically" find the editor from an ISBN, and the collection list for the editor)</li>
111 </ul>
112 </li>
113 </ul>
114 </li>
115 </ul>
116 </li>
117    <li>To save your changes simply click the 'Save Changes' button at the top of the screen</li>
118 </ul>
119
120 <p><strong>See the full documentation for MARC Frameworks in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/administration.html#marc-bibliographic-frameworks">manual</a> (online).</strong></p>
121
122 [% INCLUDE 'help-bottom.inc' %]