Merge remote branch 'kc/new/enh/bug_5917' into kcmaster
[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, 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>
59
60 [% INCLUDE 'help-bottom.inc' %]