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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/rotating_collections/rotatingCollections.tt (-1 / +37 lines)
Line 0 Link Here
0
- 
1
[% INCLUDE 'help-top.inc' %]
2
3
<h1>Rotating Collections</h1>
4
5
<p>Rotating Collections is a tool for managing collections of materials that frequently get shifted from library to library. It adds the ability to store not only an item's home library and current location, but also information about where it is supposed to be transferred to next to ensure that all items in the collection are sent to the correct library. When an item in a rotating collection is checked in, library staff are notified that the item is part of a rotating collection and which branch it should be sent to if it is not at the correct one.</p>
6
7
<p style="color: #990000"><strong>Important:</strong> The <a href="http://manual.koha-community.org/3.22/en/administration.html#AutomaticItemReturn">AutomaticItemReturn</a> system preference must be set to "Don't automatically transfer items to their home library when they are returned" for Rotating Collections to function properly.</p>
8
9
<ul>
10
    </li>To create a new rotating collection, click the "New Collection" button, fill in the Title and Description, and click Submit. Once submitted you'll see "Collection Name added successfully"; click "Return to rotating collections home" to return to the main Rotating Collections management page (or click Rotating Collections in the sidebar).</li>
11
    <li>To add items to a collection, click "Add or remove items" next to the collection's name in the list of collections. Under "Add or remove items" scan or type in the barcode of the item you wish to add to the collection, and hit Enter or click Submit if necessary.</li>
12
    <li>To remove an item from a collection, either click Remove next to the item's barcode in the list of items within the collection or check the "Remove item from collection" box next to the Barcode text box under "Add or remove items", and scan or type in the barcode, clicking Submit or hitting Enter if necessary. Note: The "Remove item from collection" checkbox will remain checked as long as you are on the "Add or remove items" page, unless you uncheck it, to facilitate quickly removing a number of items at a time by scanning their barcodes.</li>
13
</ul>
14
15
<br>
16
17
<h2>Transfer a Rotating Collection</h2>
18
19
<p>Transferring a collection will:</p>
20
<ul>
21
    <li>Change the current location of the items in that collection to the library it is to be transferred to</li>
22
    <li>Initiate a transfer from its original current location/holding library to the current location/holding library it is to be rotated to. When a library receives a collection they will need to check in the items to complete the transfer.</li>
23
</ul>
24
25
<p>You can transfer a collection in one of two ways:</p>
26
<ul>
27
    <li>From the main Rotating Collections page, click on Transfer next to the title of the collection you wish to transfer; choose the library you wish to transfer the collection to and click "Transfer collection".</li>
28
    <li>Or, from the "add or remove items" page for a collection, you can click the Transfer button, choose the library you wish to transfer the collection to and click "Transfer Collection".</li>
29
</ul>
30
31
<p style="color: #990000"><strong>Important:</strong> In order to complete the transfer process, the library receiving the rotating collection should check in all items from the collection as they receive them. This will clear the transfer so that the items are no longer shown as being "in transit".</p>
32
33
<p>If an item in a rotating collection is checked in at a library other than the one it is supposed to be transferred to, a notification will appear notifying library staff that the item is part of a rotating collection, also letting them know where the item needs to be sent.</p>
34
35
<p><strong>See the full documentation for Patron Import in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/patronimport.html">manual</a> (online).</strong></p>
36
37
[% INCLUDE 'help-bottom.inc' %]

Return to bug 13177