View | Details | Raw Unified | Return to bug 5940
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/issuehistory.tmpl (-1 / +3 lines)
Lines 2-7 Link Here
2
2
3
<h1>Checkout History</h1>
3
<h1>Checkout History</h1>
4
4
5
<p>This tab will provide you with information on the circulation history for this item.  Including the due date or return date and the patron information (if you are keeping track of this data).</p>
5
<p>Each bibliographic record keeps a circulation history (with or without the patron information depending on your settings), but each item also has its own circulation history page. To see this, click on the 'Items' tab to the left of the record you are viewing.</p>
6
7
<p>Below the 'History' heading is a link to 'View item's checkout history,' clicking that will open up the item's history which will look slightly different from the bibliographic record's history page.</p>
6
8
7
<!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
9
<!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search.tmpl (-5 / +5 lines)
Lines 2-14 Link Here
2
2
3
<h1>Searching</h1>
3
<h1>Searching</h1>
4
4
5
<p>To see more search options click [More Options] at the bottom of the page.&nbsp; This will allow for more advanced boolean searching.</p>
5
<p>To see more search options click [More Options] at the bottom of the page. This will allow for more advanced boolean searching.</p>
6
6
7
<h2>Searching Subtypes on the Staff Client</h2>
7
<h2>Searching Subtypes on the Staff Client</h2>
8
8
9
<p>Below is a summary of  the various pieces of the advanced search limit: </p>
9
<p>Below is a summary of  the various pieces of the advanced search limit: </p>
10
10
11
<h3>AUDIENCE</h3>
11
<h3>Audience</h3>
12
12
13
<p>The index name is 'aud' and it's derived from 008/22</p>
13
<p>The index name is 'aud' and it's derived from 008/22</p>
14
14
Lines 17-23 Link Here
17
<li>aud:d Young adult</li>
17
<li>aud:d Young adult</li>
18
<li>aud:e Adult</li></ul>
18
<li>aud:e Adult</li></ul>
19
19
20
<h3>CONTENT</h3>
20
<h3>Content</h3>
21
21
22
<p>There are three indexes that comprise Content: 'fic' is derived from 003/33; 'bio' is derived from the 008/34 and 'mus' is derived from LEADER/06. Common values for each of these are:</p>
22
<p>There are three indexes that comprise Content: 'fic' is derived from 003/33; 'bio' is derived from the 008/34 and 'mus' is derived from LEADER/06. Common values for each of these are:</p>
23
23
Lines 27-33 Link Here
27
<li>mus:j Musical recording</li>
27
<li>mus:j Musical recording</li>
28
<li>mus:i Non-musical recording</li></ul>
28
<li>mus:i Non-musical recording</li></ul>
29
29
30
<h3>FORMAT</h3>
30
<h3>Format</h3>
31
31
32
<p>The index name is 'l-format' and it's an index of positions 007/01 and 007/02. Common values are:</p>
32
<p>The index name is 'l-format' and it's an index of positions 007/01 and 007/02. Common values are:</p>
33
33
Lines 41-47 Link Here
41
<li>l-format:co CD Software</li>
41
<li>l-format:co CD Software</li>
42
<li>l-format:cr Website</li></ul>
42
<li>l-format:cr Website</li></ul>
43
43
44
<h3>ADDITIONAL CONTENT TYPES</h3>
44
<h3>Additional Content Types</h3>
45
45
46
<p>The index name is 'ctype' is taken from the 008 and it's where we get the 'additional content types'. It's position 008/24-28 field. Common values are: </p>
46
<p>The index name is 'ctype' is taken from the 008 and it's where we get the 'additional content types'. It's position 008/24-28 field. Common values are: </p>
47
47
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/cataloguing/addbiblio.tmpl (-215 / +65 lines)
Lines 1-241 Link Here
1
<!-- TMPL_INCLUDE NAME="help-top.inc" -->
1
<!-- TMPL_INCLUDE NAME="help-top.inc" -->
2
2
3
<h1>Cataloging</h1>
3
<h1>Cataloging</h1>
4
<p>
4
5
Cataloging in Koha can be done one of two
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
ways.&nbsp; This manual will explain how to use the labeled MARC view for
6
7
cataloging.&nbsp; The other way to catalog is to use the &Dagger;bilbios cataloging
7
<h2>Adding Records</h2>
8
plugin.&nbsp; 
8
9
</p>
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
<h2>Adding a Bib Record<br />
10
11
</h2>
12
<p>
13
To
14
catalog a new record, you need to be in Koha's 'Cataloguing' module.
15
You can find this module in your global nav at the top of the screen,
16
under the 'More' dropdown list.
17
</p>
18
<ul>
11
<ul>
19
	<li>
12
	<li>Click 'New Record'
20
	Start by searching the catalog to see if your item is already in the system</li>
21
	<li>
22
	If 'no results found', click on 'New Record' and choose a 'framework' from the dropdown box. </li>
23
	<li style="background-color: #ffe599">TIP: Choose 'default' if you have not yet created a new framework
24
	<ul>
25
		<li>To create a framework you must go into the administration section
26
		<ul>
27
			<li><em>Get there: </em>More &gt; Administration &gt; MARC Bibliographic Framework
28
			</li>
29
		</ul>
30
		</li>
31
	</ul>
32
	</li>
33
</ul>
34
<ul>
13
<ul>
35
	<li style="background-color: #ffe599">TIP: To quick start copy cataloging, instead of clicking the 'New Record' button, click the 'Z30.50 Search' button to search for a record from another target.</li>
14
	<li>Choose the framework you would like to base your record off of</li>
36
	<li>From the 'Add MARC Record' page, you have two options for cataloging new records</li>
37
</ul>
15
</ul>
38
<ul>
16
</li>
39
	<li>
40
	<ul>
41
		<li>Original cataloging OR
42
		</li>
43
	</ul>
44
	<ul>
45
		<li>Copy cataloging using the Koha's Z39.50 search
46
		<ul>
47
			<li style="color: #990000">IMPORTANT: You must first set up Z39.50 Search Targets
48
			<ul>
49
				<li><em>Get there: </em>More &gt; Administration &gt; Additional parameters &gt; Z39.50 Client Targets</li>
50
			</ul>
51
			</li>
52
		</ul>
53
		</li>
54
	</ul>
55
	</li>
56
</ul>
17
</ul>
57
<h2>
18
58
Original Cataloging</h2>
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
59
<ul>
24
<ul>
60
	<li>
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>
61
	Use the numerical tabbed interface to go through your MARC record
62
	<ul>
63
		<li>TIP: 1xx fields will be found under tab 1, 2xx fields will be found under tab 2, etc</li>
64
	</ul>
65
	</li>
66
	<li>To help with your original cataloging, Koha has some built in plugins denoted by an ellipsis (...) at the end of the field. <br />
67
	<ul>
68
		<li>Some of these will automatically enter the data just by clicking in the text field, others require that you click on the '...'
69
		</li>
70
	</ul>
71
	</li>
72
</ul>
26
</ul>
73
<h3>Leader Plugin</h3>
27
</li>
74
<strong>
28
	<li>Search targets can be altered by using the Z39.50 Admin area.</li>
75
</strong>
29
	<li>From the results you can view the MARC or Card view for the records or choose to Import them into Koha
76
<ul>
30
<ul>
77
	<li>The Leader is a fixed field at the beginning of each MARC
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>
78
	record that contains coded information for the processing of the
79
	record.
80
	</li>
81
	<li>Koha has no need for Leader information and does not use
82
	it. However, Koha can store Leader data, and can help you build your
83
	own Leader data.</li>
84
	<li>
85
	When you create (or edit) bibliographic records, clicking on the '...'
86
	to the right of the Leader field will open a pop-up window to guide you
87
	through the creation of your MARC Leader.</li>
88
	<li>Make the appropriate choices from the pull-down menus, and Koha will
89
	create the encoded Leader data and insert it into your 000@ subfield. </li>
90
	<li>You now have Leader data stored with your records, should you ever need
91
	it for some other application.</li>
92
</ul>
32
</ul>
93
<h3>Adding Additional Fields</h3>
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
94
<ul>
41
<ul>
95
	<li>When editing MARC fields you can duplicate fields (that are repeatable) by clicking the plus (+) next to the field or subfield<br />
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:
96
	<ul>
43
$(document).ready(function(){<br>
97
		<li>When clicking plus (+) it will automatically duplicate the data in the field into a new field</li>
44
$(".tagnum a").hide();<br>
98
		<li>When
45
});</li>
99
		clicking minus (-) it will delete the field or subfield if there is
100
		another of the same field or subfield.&nbsp; If you click minus (-) when
101
		there are no other repeats of the field or subfield it will delete the
102
		field contents.</li>
103
	</ul>
104
	</li>
105
	<li>By default subfields will appear
106
	in alphabetical order. You can move these fields to the right order by
107
	clicking the ^ to the left of the subfield&nbsp;
108
	</li>
109
</ul>
46
</ul>
110
<h3><strong>Authority Plugin</strong></h3>
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.
111
<ul>
49
<ul>
112
	<li>Some fields (such as the 100) offer Authority Plugins</li>
50
	<li>If this icon appears you must click the ellipse to the right of the field to search for an existing authority.</li>
113
	<li>Click the '...' to the left of the field</li>
51
	<li>From the results list click 'Choose authority' to bring that into your catalog record</li>
114
	<li>
115
	Search for the authority
116
	</li>
117
	<li>
118
	Click 'choose' next to the matching record and it will auto fill the fields in your MARC record<br />
119
	</li>
120
</ul>
52
</ul>
121
<h2>
53
</li>
122
<strong> Using Z39.50 for Copy Cataloging</strong></h2>
54
	<li>To duplicate a field click on the + (plus sign) to the right of the tag
123
<p>
124
To perform a Z39.50 search
125
</p>
126
<ul>
55
<ul>
127
	<li>Enter data into at least one of the following MARC fields
56
	<li>To move subfields in to the right order, click the up arrow to the left of the field</li>
128
	<ul>
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>
129
		<li>Title - 245</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>
130
		<li>ISBN - 020</li>
131
		<li>ISSN - 022</li>
132
		<li>Author - 100</li>
133
	</ul>
134
	</li>
135
	<li>
136
	Click 'Z39.50 Search'</li>
137
	<li>
138
	Alter your search and choose Z39.50 targets from the pop-up window
139
	</li>
140
	<li>
141
	TIP: First make sure you have set up your Z39.50 search targets
142
143
	<ul>
144
		<li>
145
		<em>Get there: </em>More &gt; Administration &gt; Additional Parameters &gt; Z39.50 Client Targets
146
147
		</li>
148
	</ul>
149
	</li>
150
</ul>
59
</ul>
60
</li>
61
	<li>To use a plugin click on the ... (ellipse) to the right of the filed
151
<ul>
62
<ul>
152
	<li>Click on 'import' to import the record of your choice.</li>
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>
153
	<li>
154
	Koha
155
	will auto-fill the fields in your new MARC record with the values
156
	supplied by the record you've just imported from the Z39.50 search.
157
	
158
	</li>
159
	<li>
160
	You can now add/edit fields to the record.
161
	
162
	</li>
163
	<li>
164
	Click 'Save' when you are done.
165
	
166
	</li>
167
</ul>
64
</ul>
168
<h2>Editing a record</h2>
65
</li>
169
<p>
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
170
Editing a record is mostly the same as adding
171
a record except that you will find that your fields will only display
172
the subfields that you entered data in.&nbsp; When adding a new record you
173
will see this for a 650 field.
174
</p>
175
<p>
176
When editing you will only see
177
</p>
178
<p>
179
To show all possible subfields in the framework, click on the text of the MARC field
180
</p>
181
<h2>Deleting Records</h2>
182
<ul>
67
<ul>
183
	<li style="background-color: #ffe599">TIP: To delete a BIB Record, first delete all holdings
68
	<li>If you are about to add a duplicate record to the system you will be warned before saving</li>
184
	(items) attached to the bib. </li>
185
	<li>Select Delete from the Edit dropdown
186
	menu in the normal view of the record. <br />
187
	<ul>
188
		<li>Note: the delete option on the
189
		Edit dropdown menu will be grayed out when holdings exist. It will only
190
		allow you to delete the bib record after all the holdings (items) have
191
		been deleted.</li>
192
	</ul>
193
	</li>
194
</ul>
69
</ul>
70
</li>
71
</ul>


195
72
196
<h2>Questions<br />
73
<h2>Editing Records</h2>
197
</h2>
198
199
<h3>&quot;I searched on the MARC record I just added, and no results were found&quot;</h3>
200
<p>
201
If your catalog changes aren't visible in search results, it is because
202
of the indexing process. Indexing can take anywhere from 1 minute to 4
203
hours, depending on the load. If you do not see the new records by the
204
following day, (24hrs) contact your system administrator. <br />
205
</p>
206
<h3>How to reorder my subject heading subfields so they appear in the proper order?</h3>
207
<p>
208
By default Koha alphabetizes your 6xx subfields, but you can easily
209
move them around by clicking on the arrow on the left hand side of the
210
subfield. This will allow you to put the headings in the order that
211
best suits your item.
212
</p>
213
<h3>Can I duplicate a record in my system to do some copy cataloging?<br />
214
</h3>
215
74
216
<ul>
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>
217
	<li>Search for the record you'd like to copy</li>
76
218
	<li>Choose the record by clicking on the title</li>
77
<p>The record will open in the MARC editor</p>
219
	<li>Click on 'Edit'</li>
78
220
	<li>Choose to 'Edit as New (Duplicate)'</li>
79
<p>Once you have made your edits you can click 'Save' at the top of the editor.</p>
221
	<li>After editing your record, click 'Save'</li>
80
222
	<li>You will be warned that this record was a duplicate</li>
81
<h2>Duplicating Records</h2>
223
	<li>Choose 'No' to save this as a new record</li>
82
224
</ul>
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>
225
88
226
<h3>How do I overlay a full
89
<p>If you would like to merge together multiple records you can do that via the Lists tool.</p>
227
bib record over the brief one that was added at acquisitions?</h3>
228
<p>
229
The librarian added orders using the form in Koha, then
230
'received' them on that brief record.&nbsp; Is there a way to download the full record right in acquisitions so
231
that the item gets attached to that full record? Or if not that, a way
232
to replace the brief record with a complete one?</p>
233
<p>Search for the partial record in your catalog and then go to Edit &gt;
234
Edit Record and from there you can do a Z39.50 search to pull in a more
235
full record or you can do your full cataloging there.
236
</p>
237
<p>
238
&nbsp;
239
</p>
240
90
241
<!-- TMPL_INCLUDE name="help-bottom.inc" -->
91
<!-- TMPL_INCLUDE name="help-bottom.inc" -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/cataloguing/additem.tmpl (-4 / +54 lines)
Lines 1-9 Link Here
1
<!-- TMPL_INCLUDE NAME="help-top.inc" -->
1
<!-- TMPL_INCLUDE NAME="help-top.inc" -->
2
2
3
<h1>Adding item details</h1>
3
<h2>Adding Items</h2>
4
4
5
<p>After saving a MARC record, you are presented with a screen to add item details (or, local holdings). This is where you define the location of the item (home branch), the cost of the item, the barcode, etc. </p>
5
<p>After saving a new bibliographic record, you will be redirected to a blank item record so that you can attach an item to the bibliographic record. You can also click 'Add Holdings' from the cataloging search results or you can add new item at any time by clicking 'New' on the bibliographic record and choosing 'New Item'</p>
6
6
7
<ul><li>Click 'Add Item' after entering the data for your item</li><li>A confirmation will appear with the item information</li><li>From here you can edit the item or add another item</li></ul>
7
<p>The item edit form will appear:</p>
8
9
<p>At the very least, the following fields should be entered for new items:</p>
10
11
<ul>
12
	<li>8 - Collection code</li>
13
	<li>a - Permanent location</li>
14
	<li>b - Shelving location</li>
15
	<li>o - Full call number</li>
16
	<li>p - Barcode</li>
17
	<li>v - Cost, replacement price
18
<ul>
19
	<li>This value will be charged to patrons when you mark and item they have checked out as 'Lost'</li>
20
</ul>
21
</li>
22
	<li>y - Koha item type</li>
23
</ul>
24
25
<p>Below the add form there are 3 buttons for adding the item</p>
26
27
<ul>
28
	<li>Add Item will add just the one item</li>
29
	<li>Add &amp; Duplicate will add the item and fill in a new form with the same values for your to alter</li>
30
	<li>Add Multiple Copies will ask how many copies and will then add that number of copies adding +1 to the barcode so each barcode is unique</li>
31
</ul>
32
33
<p>Your added items will appear above the add form once submitted</p>
34
35
<p>Your items will also appear below the bibliographic details on the bib record display.</p>
36
37
<p>If you have SpineLabelShowPrintOnBibDetails set to 'Display' then there will also be a link to print a quick spine label next to each item.</p>
38
39
<h2>Editing Items</h2>
40
41
<p>Items can be edited in several ways.</p>
42
43
<ul>
44
	<li>Clicking 'Edit' and 'Edit Items' from the bibliographic record</li>
45
	<li>Clicking 'Edit Items' beside the item on the 'Items' tab</li>
46
</ul>
47
48
<p>The edit menu is also where items can be deleted from</p>
49
50
<h2>Moving Items</h2>
51
52
<p>Items can be moved from one bibliographic record to another using the Attach Item option</p>
53
54
<p>Visit the bibliographic record you want to attach the item to and choose 'Attach Item' from the 'Edit' menu.</p>
55
56
<p>Simply enter the barcode for the item you want to move and click 'Select'</p>
57
58
<p>If you want to move all items to a new record creating only one bibliographic record you can use the Merge Records tool instead.</p>
8
59
9
<!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
60
<!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
10
- 

Return to bug 5940