Merge remote-tracking branch 'kc/new/bug_5449' into kcmaster
[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>Lists are permanent lists of items, similar to 'favorites'. Lists can be used to keep track of 'favorites' or to create reading lists as a readers' advisory tool. Items in a list link directly to your catalog.</p>
6
7 <p>There are three kinds of 'lists'</p>
8
9 <ul><li>'private': private lists can only be viewed and edited by the user who created the list.</li>
10        <ul><li style="background-color: #ffe599">TIP: Any logged in patron can create a private list</li></ul>
11 <li>'public': public lists can be viewed by the public (anyone) but only edited by the user who created the list.</li>
12          <ul><li style="background-color: #ffe599">TIP: Any logged in patron can create a public list</li></ul>
13 <li>'free': free lists can be viewed or edited by any user</li>
14          <ul><li style="background-color: #ffe599">TIP: Only staff can create free lists, but any patron can edit them via the OPAC once created</li>
15           <li style="color: #990000">IMPORTANT: Keep in mind that any visitors to your OPAC can alter this list.</li></ul>
16 </ul>
17
18 <p style="color: #990000">IMPORTANT: To use lists this function must be enabled in your system preferences</p>
19 <ul>
20 <li><em>Get there:</em> Administration > System Preferences > OPAC > virtualshelves</li></ul>
21
22 <h2>To add (create) a new list</h2>
23 <ul>
24 <li>Click on 'New List'</li>
25 <li>Enter a 'Name' for your list in the field provided</li>
26 <li>The 'Owner' should automatically be the individual logged into the Koha staff interface</li>
27 <li>Choose a 'Category' for your new list (options are 'private', 'public' or 'free' as explained above)</li>
28 <li>Click 'Save'</li>
29 </ul>
30
31 <h2>Edit Lists</h2>
32 <ul>
33 <li>Click on 'edit' next to the list you wish to edit OR click on the name of the list and then click 'Edit List'</li>
34 <li>Edit details</li>
35 <li>Click 'Save'</li>
36 </ul>
37
38 <p style="background-color: #ffe599">TIP: For instance, let's say you were putting together a reading list. You could make that list 'private' until items had been added, then 'edit' the list to change the 'category' to public when you were ready for the list to be seen by other users.</p>
39
40 <h2>Placing Holds from Lists</h2>
41
42 <p>You can easily place a hold on multiple items from a list simply by clicking the checkboxes and then the 'Place Hold' button</p>
43
44 <h2>Deleting a List</h2>
45 <ul>
46 <li>Click on 'Delete' next to the list you wish to delete OR click on the name of the list and then click 'Delete List'</li>
47 <li>You will be asked "Are you sure you want to delete this List?"</li>
48 <li>If yes, click 'OK'. If no, click 'Cancel'</li>
49 <li>If your list is populated, you will be prompted one more time to confirm whether you want to delete the list</li>
50 <li>Click 'Confirm' next to the list you want to delete to delete it permanently</li>
51 </ul>
52 <h2>Questions</h2>
53
54 <p><strong>Can I add items to a staff list right from the 'Lists' module?</strong></p>
55
56 <p>Yes! To add an item to a list from the 'Lists' management module...</p>
57
58 <ul>
59 <li>Click on the name of the list you wish to add items to</li>
60 <li>Scan or paste the barcode/s of the item you wish to add</li>
61 <li>Click 'Add'</li>
62 </ul>
63
64 <p><strong>Can I add items to the list from the detail page?</strong></p>
65
66 <ul>
67 <li>Click on 'Search the catalog' in your search bar'</li>
68 <li>Perform a search</li>
69 <li>Click on the title of the item you wish to add to a list</li>
70 <li>From the details page, click 'Add to List'</li>
71 </ul>
72
73 <p><strong>Why can I add items to other users' 'private' lists when I'm logged in as staff?</strong></p>
74
75 <p>No, private lists will remain private.  You can see your own private lists from the staff client by clicking on the 'Your Lists' tab.</p>
76
77 <p><strong>Can I see what lists a bib record is in?</strong></p>
78
79 <p>Yes, on the detail page you will see a list of the lists that the title is in on the right hand side of the page</p>
80
81 <p><strong>As a staff member, what can I do with public lists created by patrons?</strong></p>
82
83 <p>Anyone with superlibrarian permission to edit/delete public patron lists.  Editing is limited to editing the title or sorting order.
84 I have the 'virtualshelves' setting 'disabled' why can I still see the 'lists' menu in my staff client</p>
85
86 <p>Even if lists are 'disabled' for the OPAC, staff users still have access to them from the staff side. The 'virtualshelves' preference only affects whether or not the feature is available from the OPAC.</p>
87
88 [% INCLUDE 'help-bottom.inc' %]