Bug 10671: Update Offline Circ Help
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / offline_circ / list.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Offline circulation</h1>
4
5 <p>From this page you can manage offline circulation actions tracked in the Firefox plugin found at: <a class="ulink" href="https://addons.mozilla.org/en/firefox/addon/koct/" target="_top">https://addons.mozilla.org/en/firefox/addon/koct/</a>, the Windows Offline Circulation tool found at <a href="http://kylehall.info/index.php/projects/koha/koha-offline-circulation/" target="_top">http://kylehall.info/index.php/projects/koha/koha-offline-circulation/</a> or the built in Koha Offline Circulation tool.</p>
6
7 <p>When you use the 'Commit to Koha' option in the Firefox plugin, the 'View pending offline circulation actions' after uploading your *.koc file or uploading your Koha offline circulation transactions you will come to this page to manage the data.</p>
8
9 <p>Once all of the logs from all of the circulation computers are loaded you will be able to check them all or select just those you want to process into Koha.</p>
10
11 <ul>
12     <li>Click on the Process button and Koha will record every stored transaction one by one. For each transaction, the status will change to:
13 <ul>
14     <li>"Success." if the transaction was processed correctly</li>
15     <li>"Borrower not found." if the borrower card number is incorrect</li>
16     <li>"Item not found." if the item barcode is wrong</li>
17     <li>"Item not issued." if you checked in an available item</li>
18 </ul>
19 </li>
20     <li>Once finished you will have a summary of all of your transactions</li>
21 </ul>
22
23 <p><strong>See the full documentation for Offline Circulation in the <a href="http://manual.koha-community.org/3.14/en/offlinecirc.html">manual</a> (online).</strong></p>
24
25 [% INCLUDE 'help-bottom.inc' %]