From 8f842c7cb796b9177bfc700b09334568ddb22951 Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Fri, 19 Oct 2012 12:03:46 -0400 Subject: [PATCH] Bug 8945: Update offline circ help files This patch adds in a help file for the FF offline processer and updates the other help file. Signed-off-by: Jared Camins-Esakov Signed-off-by: Paul Poulain --- .../prog/en/modules/help/offline_circ/list.tt | 25 +++++++++++++++++++ .../modules/help/offline_circ/process_koc.tt | 4 ++- 2 files changed, 28 insertions(+), 1 deletion(-) 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 0000000000..0f636f1b0c --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/offline_circ/list.tt @@ -0,0 +1,25 @@ +[% INCLUDE 'help-top.inc' %] + +

Offline Circulation

+ +

From this page you can manage offline circulation actions tracked in the Firefox plugin found at: https://addons.mozilla.org/en/firefox/addon/koct/

+ +

When you use the 'Commit to Koha' option in the offline circulation plugin you will come to this page to manage the data.

+ +

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.

+ +
    +
  • Click on the Process button and Koha will record every sorted transaction one by one. For each transaction, the status will change to: +
      +
    • "Success." if the transaction was processed correctly
    • +
    • "Borrower not found." if the borrower card number is incorrect
    • +
    • "Item not found." if the item barcode is wrong
    • +
    • "Item not issued." if you checked in an available item
    • +
    +
  • +
  • Once finished you will have a summary of all of your transactions
  • +
+ +

See the full documentation for Offline Circulation in the manual (online).

+ +[% 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 ca81ae8c97..6b9c4ed10c 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 @@

Offline Circulation File (.koc) Uploader

+

The Offline Circulation Utility can be downloaded at: http://millruntech.com/koha/koha-offline-circulation

+

The offline circulation tool for Windows generates a KOC file which you can upload into Koha once your system comes back up.

Browse your computer for the *.koc file.

@@ -10,6 +12,6 @@

When this process is complete, you will see a summary of actions from when you were offline (including any errors).

-

See the full documentation for the Offline Circulation File Uploader in the manual (online).

+

See the full documentation for the Offline Circulation File Uploader in the manual (online).

[% INCLUDE 'help-bottom.inc' %] -- 2.39.5