Merge remote-tracking branch 'origin/new/bug_7613'
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / virtualshelves / shelves.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Lists</h1>
4    
5 <p>A list can be created by visiting the Lists page and clicking 'New list'</p>
6
7 <p>The new list form offers several options for creating your list:</p>
8
9 <ul>
10         <li>The name is what will appear on the list of Lists</li>
11         <li>You can also choose how to sort the list</li>
12         <li>Finally there are three types of lists you can choose from
13 <ul>
14     <li>A private list is managed by you and can be seen only by you</li>
15     <li>A public list can be seen by everybody, but managed only by you</li>
16     <li>A open list can be seen and managed by everybody</li>
17 </ul>
18 </li>
19 </ul>
20
21 <p>A list can also be created from the catalog search results</p>
22
23 <ul>
24         <li>Check the box to the left of the titles you want to add to the new list</li>
25     <li>Choose [New list] from the 'Add to:' pull down menu
26 <ul>
27         <li>Name the list and choose what type of list this is
28 <ul>
29     <li>A private list is managed by you and can be seen only by you</li>
30     <li>A public list can be seen by everybody, but managed only by you</li>
31     <li>A open list can be seen and managed by everybody</li>
32 </ul>
33 </li>
34 </ul>
35 </li>
36 </ul>
37
38 <p>Once the list is saved it will accessible from the Lists page and from the 'Add to' menu at the top of the search results.</p>
39
40 <h2>Add to a list</h2>
41
42 <p>To add titles to an existing list click on the list name from the page of lists</p>
43
44 <p>From the List page you can add titles by scanning barcodes into the box at the bottom of the page</p>
45
46 <p>A title can also be added to a list by selecting titles on the search results page and choosing the list from the 'Add to' menu</p>
47
48 <h2>Viewing lists</h2>
49
50 <p>To see the contents of a list, visit the Lists page on the staff client</p>
51
52 <p>Clicking on the 'List name' will show the contents of the list</p>
53
54 <h2>Merging Bibliographic Records Via Lists</h2>
55
56 <p>The easiest way to merge together duplicate bibliographic records is to add them to a list and use the Merge Tool from there.</p>
57
58 <p>From the list, check the two items you want to merge. If you choose more than or fewer than 2, you will be presented with an error</p>
59
60 <p>Once you have selected the records you want to merge, click the 'Merge selected items' button. You will be asked which of the two records you would like to keep as your primary record and which will be deleted after the merge. If the records were created using different frameworks, Koha will also ask you what Framework you would like the newly merged record to use.</p>
61
62 <p>You will be presented with the MARC for both of the records (each accessible by tabs labeled with the bib numbers for those records). By default the entire first record will be selected, uncheck the fields you don't want in the final (destination) record and then move on to the second tab to choose which fields should be in the final (destination) record.</p>
63
64 <p>Should you try to add a field that is not repeatable two times (like choosing the 245 field from both record #1 and #2) you will be presented with an error</p>
65
66 <p>Once you have completed your selections click the 'merge' button. The primary record will now show the data you chose for it as well as all of the items/holdings from both bib records, and the second record will be deleted.</p>
67
68 <p style="color: rgb(153, 0, 0);">Important: It is important to rebuild your zebra index immediately after merging records. If a search is performed for a record which has been deleted Koha will present the patrons with an error in the OPAC.</p>
69
70 <p><strong>See the full documentation for Lists in the <a href="http://manual.koha-community.org/3.8/en/stafflists.html#lists">manual</a> (online).</strong></p>
71
72 [% INCLUDE 'help-bottom.inc' %]