Bug 5917 : Swapping templates over
[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>Before you start cataloging in Koha you're going to want to do some basic setup. Refer to the Implementation Checklist for a full list of these things. Most importantly you're going to want to make sure that your Frameworks are all defined the way you want. Once in the cataloging module you will not be able to add or remove fields and subfields so your frameworks must be ready before you start cataloging.</p>
6
7 <h2>Adding Records</h2>
8
9 <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>
10
11 <ul>
12         <li>Click 'New Record'
13 <ul>
14         <li>Choose the framework you would like to base your record off of</li>
15 </ul>
16 </li>
17 </ul>
18
19 <p>If you want to catalog a record based on an existing record at another library</p>
20
21 <ul>
22         <li>Click 'z39.50 Search'</li>
23         <li>Search for the item you would like to catalog
24 <ul>
25         <li>If no results are found, try searching for fewer fields, not all Z39.50 targets can search all of the fields above.</li>
26 </ul>
27 </li>
28         <li>Search targets can be altered by using the Z39.50 Admin area.</li>
29         <li>From the results you can view the MARC or Card view for the records or choose to Import them into Koha
30 <ul>
31         <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>
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 number</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 style="background-color: #ffe599">If you think this is an unwanted feature, you could add the following JavaScript to your intranetuserjs system preference:
43 $(document).ready(function(){<br>
44 $(".tagnum a").hide();<br>
45 });</li>
46 </ul>
47 </li>
48         <li>Sometimes fields may not be editable due to the value in your BiblioAddsAuthorities 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.
49 <ul>
50         <li>If this icon appears you must click the ellipse to the right of the field to search for an existing authority.</li>
51         <li>From the results list click 'Choose authority' to bring that into your catalog record</li>
52 </ul>
53 </li>
54         <li>To duplicate a field click on the + (plus sign) to the right of the tag
55 <ul>
56         <li>To move subfields in to the right order, click the up arrow to the left of the field</li>
57         <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>
58         <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>
59 </ul>
60 </li>
61         <li>To use a plugin click on the ... (ellipse) to the right of the filed
62 <ul>
63         <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>
64 </ul>
65 </li>
66         <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
67 <ul>
68         <li>If you are about to add a duplicate record to the system you will be warned before saving</li>
69 </ul>
70 </li>
71 </ul>


72
73 <h2>Editing Records</h2>
74
75 <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.</p>
76
77 <p>The record will open in the MARC editor</p>
78
79 <p>Once you have made your edits you can click 'Save' at the top of the editor.</p>
80
81 <h2>Duplicating Records</h2>
82
83 <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>
84
85 <p>This will open a new MARC record with the fields filled in with the values from the original Bibliographic Record.</p>
86
87 <h2>Merging Records</h2>
88
89 <p>If you would like to merge together multiple records you can do that via the Lists tool.</p>
90
91 [% INCLUDE 'help-bottom.inc' %]