From 430b991cd32baaf53b5569062f67e8d5fb002b95 Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Wed, 11 Apr 2012 02:59:48 -0400 Subject: [PATCH] Bug 7936: Catalogue Help Files Signed-off-by: Chris Cormack --- .../prog/en/modules/help/catalogue/issuehistory.tt | 4 ++-- .../prog/en/modules/help/catalogue/moredetail.tt | 20 +++++++++++++++++--- .../prog/en/modules/help/catalogue/search.tt | 10 +++++----- 3 files changed, 24 insertions(+), 10 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/issuehistory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/issuehistory.tt index 8dd53e8..a763f37 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/issuehistory.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/issuehistory.tt @@ -1,11 +1,11 @@ [% INCLUDE 'help-top.inc' %] -

Checkout history

+

Checkout History

Each bibliographic record keeps a circulation history (with or without the patron information depending on your settings), but each item also has its own circulation history page. To see this, click on the 'Items' tab to the left of the record you are viewing.

Below the 'History' heading is a link to 'View item's checkout history,' clicking that will open up the item's history which will look slightly different from the bibliographic record's history page.

-

See the full documentation for item checkout history in the manual (online).

+

See the full documentation for Item Checkout History in the manual (online).

[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/moredetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/moredetail.tt index edea67e..7eae764 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/moredetail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/moredetail.tt @@ -1,9 +1,23 @@ [% INCLUDE 'help-top.inc' %] -

Item details

+

Item Details

-

This page provides information regarding all of the items attached to a record. From here you can easily mark and item lost, damaged or withdrawn. You can slo view the circulation history or edit the items.

+

This page provides information regarding all of the items attached to a record.

-

See the full documentation for item records in the manual (online).

+

Quick Item Status Updates

+ +

Often circulation staff need to change the status of an item to Lost or Damaged. This doesn't require you to edit the entire item record. Instead clicking on the item barcode on the checkout summary or checkin history will bring you to an item summary. You can also get to the item summary by clicking on the Items tab to the left of the bib detail page.

+ +

From this view you can mark an item lost by choosing a lost status from the pull down and clicking the 'Set Status' button.

+ +

You can also mark an item as damaged by choosing a damaged status from the pull down and clicking the 'Set Status' button.

+ +

Item Specific Circulation History

+ +

Each bibliographic record keeps a circulation history (with or without the patron information depending on your settings), but each item also has its own circulation history page. To see this, click on the 'Items' tab to the left of the record you are viewing.

+ +

Below the 'History' heading is a link to 'View item's checkout history,' clicking that will open up the item's history which will look slightly different from the bibliographic record's history page.

+ +

See the full documentation for Item Records in the manual (online).

[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search.tt index 2b3db1b..38d1b3e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search.tt @@ -4,7 +4,7 @@

To see more search options click [More Options] at the bottom of the page. This will allow for more advanced boolean searching.

-

Searching subtypes in the Staff Client

+

Searching Subtypes on the Staff Client

Below is a summary of the various pieces of the advanced search limit:

@@ -19,7 +19,7 @@

Content

-

There are three indexes that comprise content: 'fic' is derived from 003/33; 'bio' is derived from the 008/34 and 'mus' is derived from LEADER/06. Common values for each of these are:

+

There are three indexes that comprise Content: 'fic' is derived from 003/33; 'bio' is derived from the 008/34 and 'mus' is derived from LEADER/06. Common values for each of these are:

-

Additional content types

+

Additional Content Types

The index name is 'ctype' is taken from the 008 and it's where we get the 'additional content types'. It's position 008/24-28 field. Common values are:

@@ -68,6 +68,6 @@
  • ctype:w Law reports and digests
  • ctype:z Treaties
  • -

    See the full documentation for searching in the manual (online).

    +

    See the full documentation for Searching in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file -- 1.7.5.4