Bug 20706: Fixes the links to the manual to reflect chanced chapter file names
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / cataloguing / additem.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h2>Adding items</h2>
4
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
7 <p>The item edit form will appear:</p>
8
9 <p>At the very least, if you plan on circulating the item, the following fields should be entered for new items:</p>
10
11 <ul>
12         <li>2 - Source of classification</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>To make sure that these values are filled in you can mark them as mandatory in the framework you're using and then they will appear in red with a 'required' label. The item will not save until the required fields are filled in.</p>
26
27 <p>Tip: To make item subfields required in a framework you'll want to edit the 952 field in the framework editor.</p>
28
29 <p>Below the add form there are 3 buttons for adding the item</p>
30
31 <ul>
32     <li>'Add item' will add just the one item</li>
33     <li>'Add &amp; duplicate' will add the item and fill in a new form with the same values for your to alter</li>
34     <li>'Add multiple items' will ask how many items and will then add that number of items adding +1 to the barcode so each barcode is unique</li>
35 </ul>
36
37 <p>Your added items will appear above the add form once submitted</p>
38
39 <p>Your items will also appear below the bibliographic details on the bib record display.</p>
40
41 <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>
42
43 <h2>Editing items</h2>
44
45 <p>Items can be edited in several ways.</p>
46
47 <ul>
48     <li>Clicking 'Edit' and 'Edit Items' from the bibliographic record
49 <ul>
50     <li>Which will open up a list of items where you can click 'Edit' to the left of the specific item you would like to edit.</li>
51 </ul>
52 </li>
53     <li>Clicking 'Edit Items' beside the item on the 'Items' tab
54 <ul>
55     <li>Which will open up a list of items where you can click 'Edit' to the left of the specific item you would like to edit.</li>
56 </ul>
57 </li>
58     <li>Clicking 'Edit' and then 'Edit items in batch'
59 <ul>
60     <li>This will open up the batch item modification tool where you can edit all of the items on this record as a batch.</li>
61 </ul>
62 </li>
63 </ul>
64
65 <p>The edit menu is also where items can be deleted from</p>
66
67 <h2>Deleting items</h2>
68
69 <p>There are many ways to delete item records. If you only need to delete one item you can do this by opening up the detail page for the bib record and clicking the 'Edit' button at the top. From there you can choose to 'Edit items'.</p>
70
71 <p>You will be presented with a list of items and next to each one will be a link labeled 'Delete'. Click that link and if the item is not checked out it will delete that item.</p>
72
73 <p>If you know that all of the items attached to your record are not currently checked out you can use the 'Delete all items' option under the 'Edit menu' and it will remove all items from the record.</p>
74
75 <p>Finally you can use the batch delete tool to delete a batch of items.</p>
76
77 <p><strong>See the full documentation for Adding/Editing Items in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/cataloging.html#item-records">manual</a> (online).</strong></p>
78
79 [% INCLUDE 'help-bottom.inc' %]