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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/offline_circ/list.tt (-4 / +4 lines)
Lines 1-10 Link Here
1
[% INCLUDE 'help-top.inc' %]
1
[% INCLUDE 'help-top.inc' %]
2
2
3
<h1>Offline Circulation</h1>
3
<h1>Offline circulation</h1>
4
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>
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> and 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>.</p>
6
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>
7
<p>When you use the 'Commit to Koha' option in the Firefox plugin or the 'View pending offline circulation actions' after uploading your *.koc file you will come to this page to manage the data.</p>
8
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>
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
10
Lines 20-25 Link Here
20
    <li>Once finished you will have a summary of all of your transactions</li>
20
    <li>Once finished you will have a summary of all of your transactions</li>
21
</ul>
21
</ul>
22
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>
23
<p><strong>See the full documentation for Offline Circulation in the <a href="http://manual.koha-community.org/3.12/en/offlinecirc.html#firefoxofflinecirc">manual</a> (online).</strong></p>
24
24
25
[% INCLUDE 'help-bottom.inc' %]
25
[% INCLUDE 'help-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/offline_circ/process_koc.tt (-8 / +11 lines)
Lines 1-17 Link Here
1
[% INCLUDE 'help-top.inc' %]
1
[% INCLUDE 'help-top.inc' %]
2
2
3
<h1>Offline Circulation File (.koc) Uploader</h1>
3
<h1>Upload offline circulation file (*.koc)</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>
5
<p>The Offline Circulation Utility can be downloaded 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></p>
6
6
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>
7
<p>The offline circulation tool for Windows will generate a KOC file that you can upload into Koha once your system comes back up.</p>
8
8
9
<p>Browse your computer for the *.koc file.</p>
9
<p>On the Circulation menu click 'Upload offline circulation file (.koc)'</p>
10
10
11
<p>Once the file is uploaded, click the 'Process Offline Circulation' button.</p>
11
<p>Browse your computer for the *.koc file</p>
12
12
13
<p>When this process  is complete, you will see a summary of actions from when you were offline (including any errors).</p>
13
<p>Once the file is uploaded, click the process the file</p>
14
14
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>
15
<p>When this is complete you'll be able to upload another file or tend to pending offline circulation actions.</p>
16
17
<p>You can also tend to pending circulation actions by going to Circulation > Pending offline circulation actions.</p>
18
19
<p><strong>See the full documentation for Uploading the Offline Circulation File in the <a http://manual.koha-community.org/3.12/en/offlinecirc.html#uploadofflinecirc">manual</a> (online).</strong></p>
16
20
17
[% INCLUDE 'help-bottom.inc' %]
21
[% INCLUDE 'help-bottom.inc' %]
18
- 

Return to bug 9850