Bug 9850: Cataloging Help for 3.12
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / cataloguing / addbiblio.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Cataloging</h1>
4
5 <p>Records can be added to Koha via original or copy cataloging. If you would like to catalog a record using a blank template</p>
6
7 <ul>
8     <li>Click 'New Record'
9 <ul>
10         <li>Choose the framework you would like to base your record off of</li>
11 </ul>
12 </li>
13 </ul>
14
15 <p>If you want to catalog a record based on an existing record at another library</p>
16
17 <ul>
18     <li>Click 'z39.50 Search'
19 <ul>
20         <li>Search for the item you would like to catalog
21 <ul>
22         <li>Tip: If no results are found, try searching for fewer fields, not all Z39.50 targets can search all of the fields above.</li>
23 </ul>
24 </li>
25     <li>Search targets can be altered by using the Z39.50 Admin area.</li>
26     <li>From the results you can view the MARC or Card view for the records or choose to Import them into Koha
27 <ul>
28     <li>In addition to the Import link to the right of each title, you can click on the title you're interested in and a menu will pop up with links to preview the record and import it</li>
29     <li>If you don't find the title you need in your Z39.50 search results you can click the 'Try Another Search' button at the bottom left of your results</li>
30 </ul>
31 </li>
32 </ul>
33 </li>
34 </ul>
35
36 <p>Once you've opened a blank framework or imported a record via Z39.50 you will be presented with the form to continue cataloging</p>
37
38 <ul>
39         <li>To expand a collapsed tag click on the tag description</li>
40     <li>To get help from the Library of Congress on a Marc tag click the question mark (?) to the right of each field number
41 <ul>
42         <li>If you feel that this clutters the screen you can hide the question marks by unchecking the box next to the 'Show MARC tag documentation links' note at the top right of the editor</li>
43 </ul>
44 </li>
45     <li>Sometimes fields may not be editable due to the value in your <span class="link">BiblioAddsAuthorities</span>system preference. If you have this preference set to not allow catalogers to type in fields controlled by authorities you may see a lock symbol to the left of the field.
46 <ul>
47         <li>If this icon appears you must click the icon to the right of the field to search for an existing authority.</li>
48         <li>From the results list click 'Choose authority' to bring that into your catalog record</li>
49 </ul>
50 </li>
51         <li>To duplicate a field click on the 'repeat this tag' icon to the right of the tag
52 <ul>
53         <li>To move subfields in to the right order, click the up arrow to the left of the field</li>
54         <li>To duplicate a subfield click on the clone icon (to remove a copied field, click the delete clone icon) to the right of the field</li>
55         <li>To remove a subfield (if there is more than one of the same type), click the - (minus sign) to the right of the field</li>
56 </ul>
57 </li>
58         <li>To use a plugin click on the icon to the right of the filed
59 <ul>
60         <li>Some fixed fields have editors that will change based on the material type you're cataloging (for example the 006 and the 008 fields)</li>
61 </ul>
62 </li>
63         <li>Once you've finished, click the 'Save' button at the top and choose whether you want to save and view the bib record you have created or continue on to add/edit items attached to the record
64 <ul>
65         <li>If you are about to add a duplicate record to the system you will be warned before saving</li>
66 </ul>
67 </li>
68 </ul>
69
70 <h2>Editing records</h2>
71
72 <p>To edit a record you can click 'Edit Biblio' from the search results on the cataloging page or by clicking the Edit button on the Bibliographic Record and choosing 'Edit record'</p>
73
74 <p>The record will open in the MARC editor</p>
75
76 <p>The alternative is to search via Z39.50 to overlay your record with a fuller record found at another library. You can do this by choosing 'Replace record via Z39.50' from the 'Edit' menu.</p>
77
78 <p>Once you choose that you will be brought to a Z39.50 search window to search other libraries for the record in question.</p>
79
80 <p>Once you have made your edits (via either method) you can click 'Save' at the top left of the editor.</p>
81
82 <h2>Duplicating records</h2>
83
84 <p>Sometimes a copy of the record you need to catalog can't be found via Z39.50. In these cases you can create a duplicate of similar record and edit the necessary pieces to create a new record. To duplicate an existing record click 'Edit as new (duplicate)' from the 'Edit' menu on the bibliographic record</p>
85
86 <p>This will open a new MARC record with the fields filled in with the values from the original bibliographic record.</p>
87
88 <h2>Merging records</h2>
89
90 <p>If you would like to merge together multiple records you can do that via the Lists tool.</p>
91
92 <p><strong>See the full documentation for Cataloging in the <a href="http://manual.koha-community.org/3.12/en/cataloging.html#catbibs">manual</a> (online).</strong></p>
93
94 [% INCLUDE 'help-bottom.inc' %]