Bug 18817: Update links manually
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / circ / branchtransfers.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Transfers</h1>
4
5 <p>If you work in a multi-library system you can transfer items from one library to another by using the Transfer tool. To transfer an item</p>
6
7 <ul>
8         <li>Click 'Transfer' on the Circulation page
9 <ul>
10         <li>Enter the library you would like to transfer the item to</li>
11         <li>Scan or type the barcode on the item you would like to transfer</li>
12 </ul>
13 </li>
14         <li>Click 'Submit'</li>
15         <li>The item will now say that it is in transit</li>
16         <li>When the item arrives at the other library the librarian must check the item in to acknowledge that it is no longer in transit</li>
17         <li>The item will not be permanently moved to the new library
18 <ul>
19     <li>The item shows the same 'Home Library' but has updated the 'Current Location' to note where it resides at this time</li>
20 </ul>
21 </li>
22 </ul>
23
24 <p><strong>See the full documentation for Transfers in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/05_circulation.html#transfers">manual</a> (online).</strong></p>
25
26 [% INCLUDE 'help-bottom.inc' %]