Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/offline.tt
Jonathan Druart 572c586793 Bug 11238: contruct links to the appropriate manual version dynamically
This patch uses the version number of the Koha database to
dynamically generate links from help to the appropriate version
of the manual.

Test plan (for 3.15 branch):
- Open a help page
- Verify the manual link is correct (point to 3.14 manual)
- change the version in mysql:
update systempreferences set value="3.1600000" where variable="version";
- Verify the manual link now points to the future 3.16 manual.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Work as described. No koha-qa errors

Tested on top of Bug 10671
On master (BD version 3.13.xxx) help links point to 3.12 manual
Changing version to 3.14/15 points to 3.14 manual
Changing version to 3.16 points to the future :)

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2013-11-23 19:30:16 +00:00

37 lines
No EOL
2 KiB
Text

[% INCLUDE 'help-top.inc' %]
<h1>Offline Circulation</h1>
<p>If the AllowOfflineCirculation preference is set to 'Enable' the library staff can continue to perform circulation actions within Koha when the system is offline.
<h2>Setup</h2>
<p>Before the first time the system goes offline go to Circulation and choose 'Built-in offline circulation interface'</p>
<p>And synchronize your data on every circulation computer by clicking the 'Synchronize' link on the right of the screen.</p>
<p>This will allow you download a local copy of your patrons and circulation data. Click the 'Download records' link at the top of the page to synchronize your data.</p>
<p>Once your data is downloaded you will see the dates your data was last synced to the right of each data set.</p>
<p>This should be done regularly in preparation for any unexpected connection losses.</p>
<h2>Circulating</h2>
<p>When your system goes offline visit the Offline Circulation page in Koha and click 'Check out' or 'Check in' to perform offline actions.</p>
<p>Checking out is done by searching for the patron by barcode or name at the top of the 'Check out' screen. After selecting a patron you will be presented with the synced patron info, including fines and check outs.</p>
<p>Scan the barcode of the item you would like to check out and enter a due date. If you don't enter a due date Koha will prompt you for one.</p>
<p>Once the item is checked out it will appear below the patron's info.</p>
<p>Once the system is back online visit the Synchronize page on the Offline Circulation module and click 'Upload transactions'</p>
<h2>Upload transactions</h2>
<p>After the files are uploaded you can click 'View pending offline circulation actions' on the right to process the actions.</p>
<p><strong>See the full documentation for Offline Circulation in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/offlinecirc.html#kohaofflinecirc">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]