[Koha-patches] [PATCH] Bug 8954: Update offline circ help files

Nicole C. Engard nengard at bywatersolutions.com
Fri Oct 19 18:04:25 CEST 2012


This patch adds in a help file for the FF offline processer and
updates the other help file.

http://bugs.koha-community.org/show_bug.cgi?id=8945
---
 .../prog/en/modules/help/offline_circ/list.tt      |   25 ++++++++++++++++++++
 .../en/modules/help/offline_circ/process_koc.tt    |    4 ++-
 2 files changed, 28 insertions(+), 1 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/offline_circ/list.tt

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/offline_circ/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/offline_circ/list.tt
new file mode 100644
index 0000000..1d8cd3b
--- /dev/null
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/offline_circ/list.tt
@@ -0,0 +1,25 @@
+[% INCLUDE 'help-top.inc' %]
+
+<h1>Offline Circulation</h1>
+
+<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>
+
+<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>
+
+<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>
+
+<ul>
+	<li>Click on the Process button and Koha will record every sorted transaction one by one. For each transaction, the status will change to:
+<ul>
+	<li>"Success." if the transaction was processed correctly</li>
+	<li>"Borrower not found." if the borrower card number is incorrect</li>
+	<li>"Item not found." if the item barcode is wrong</li>
+	<li>"Item not issued." if you checked in an available item</li>
+</ul>
+</li>
+	<li>Once finished you will have a summary of all of your transactions</li>
+</ul>
+
+<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>
+
+[% INCLUDE 'help-bottom.inc' %]
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/offline_circ/process_koc.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/offline_circ/process_koc.tt
index ca81ae8..6b9c4ed 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/offline_circ/process_koc.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/offline_circ/process_koc.tt
@@ -2,6 +2,8 @@
 
 <h1>Offline Circulation File (.koc) Uploader</h1>
 
+<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>
+
 <p>The offline circulation tool for Windows generates a KOC file which you can upload into Koha once your system comes back up.</p>
 
 <p>Browse your computer for the *.koc file.</p>
@@ -10,6 +12,6 @@
 
 <p>When this process  is complete, you will see a summary of actions from when you were offline (including any errors).</p>
 
-<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>
+<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>
 
 [% INCLUDE 'help-bottom.inc' %]
-- 
1.7.2.3



More information about the Koha-patches mailing list