From a6751a5d99b84a9540dc683f2fe35deeac478811 Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Sat, 30 Mar 2013 11:25:36 -0400 Subject: [PATCH] [SIGNED-OFF] Bug 9850: Offline Circ Help Files for 3.12 Content-Type: text/plain; charset="utf-8" This updates the text and links in the offline circulation tool help files. To test: Visit all offline circulation pages in the staff client and review the text and links. Signed-off-by: Owen Leonard --- .../prog/en/modules/help/offline_circ/list.tt | 8 ++++---- .../en/modules/help/offline_circ/process_koc.tt | 18 +++++++++++------- 2 files changed, 15 insertions(+), 11 deletions(-) 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 index 5dc1351..bf0ee2f 100644 --- 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 @@ -1,10 +1,10 @@ [% INCLUDE 'help-top.inc' %] -

Offline Circulation

+

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/

+

From this page you can manage offline circulation actions tracked in the Firefox plugin found at: https://addons.mozilla.org/en/firefox/addon/koct/ and the Windows Offline Circulation tool found at http://kylehall.info/index.php/projects/koha/koha-offline-circulation/.

-

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

+

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.

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.

@@ -20,6 +20,6 @@
  • Once finished you will have a summary of all of your transactions
  • -

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

    +

    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 6b9c4ed..0959722 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 @@ -1,17 +1,21 @@ [% INCLUDE 'help-top.inc' %] -

    Offline Circulation File (.koc) Uploader

    +

    Upload offline circulation file (*.koc)

    -

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

    +

    The Offline Circulation Utility can be downloaded at: http://kylehall.info/index.php/projects/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.

    +

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

    -

    Browse your computer for the *.koc file.

    +

    On the Circulation menu click 'Upload offline circulation file (.koc)'

    -

    Once the file is uploaded, click the 'Process Offline Circulation' button.

    +

    Browse your computer for the *.koc file

    -

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

    +

    Once the file is uploaded, click the process the file

    -

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

    +

    When this is complete you'll be able to upload another file or tend to pending offline circulation actions.

    + +

    You can also tend to pending circulation actions by going to Circulation > Pending offline circulation actions.

    + +

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

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