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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/offline_circ/list.tt (+25 lines)
Line 0 Link Here
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></p>
6
7
<p>When you use the 'Commit to Koha' option in the offline circulation plugin 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 sorted 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.10/en/offlinecirc.html#firefoxofflinecirc">manual</a> (online).</strong></p>
24
25
[% INCLUDE 'help-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/offline_circ/process_koc.tt (-2 / +3 lines)
Lines 2-7 Link Here
2
2
3
<h1>Offline Circulation File (.koc) Uploader</h1>
3
<h1>Offline Circulation File (.koc) Uploader</h1>
4
4
5
<p>The Offline Circulation Utility can be downloaded at: <a href="http://millruntech.com/koha/koha-offline-circulation">http://millruntech.com/koha/koha-offline-circulation</a></p>
6
5
<p>The offline circulation tool for Windows generates a KOC file which you can upload into Koha once your system comes back up.</p>
7
<p>The offline circulation tool for Windows generates a KOC file which you can upload into Koha once your system comes back up.</p>
6
8
7
<p>Browse your computer for the *.koc file.</p>
9
<p>Browse your computer for the *.koc file.</p>
Lines 10-15 Link Here
10
12
11
<p>When this process  is complete, you will see a summary of actions from when you were offline (including any errors).</p>
13
<p>When this process  is complete, you will see a summary of actions from when you were offline (including any errors).</p>
12
14
13
<p><strong>See the full documentation for the Offline Circulation File Uploader in the <a href="http://manual.koha-community.org/3.8/en/offlinecirc.html">manual</a> (online).</strong></p>
15
<p><strong>See the full documentation for the Offline Circulation File Uploader in the <a http://manual.koha-community.org/3.10/en/offlinecirc.html#uploadofflinecirc">manual</a> (online).</strong></p>
14
16
15
[% INCLUDE 'help-bottom.inc' %]
17
[% INCLUDE 'help-bottom.inc' %]
16
- 

Return to bug 8945