From 05f5200c8442decd763a58dc2396d3c417eac1fa Mon Sep 17 00:00:00 2001 From: Nicole C. Engard Date: Fri, 7 Oct 2011 13:31:32 -0400 Subject: [PATCH] Bug 6966 Holds Help Update file in the reserve folder. --- .../prog/en/modules/help/reserve/request.tt | 106 +++++++++++++------ 1 files changed, 72 insertions(+), 34 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reserve/request.tt index a6cc1ff..3d7381b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reserve/request.tt @@ -1,37 +1,75 @@ [% INCLUDE 'help-top.inc' %]

Holds

- - - -

Reordering holds

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

Placing Holds in Staff Client

+ +

There are several ways to place holds from the staff client. The most obvious is using the 'Place Hold' button at the top of any bibliographic record.

+ +

You can also click the smaller 'Place Hold' link found at the top of your catalog search results, or the 'Holds' link found below each result.

+ +

You will be asked to search for a patron by barcode or any part of their name to start the hold process.

+ +

If you'd like to search for the patron first and then the bib record for the hold, you can open the patron record and click on the 'Search to Hold' button at the top of the patron record.

+ +

After clicking the button you will be brought to the catalog search page where you can find the book(s) you want to place a hold on. Under each title on the results you'll see an option to 'Hold for Patron Name.'

+ +

If you want to place a hold on multiple items, simply check the boxes to the left of them and click the arrow to the right of the 'Place Hold' button.

+ +

Depending on how many items you choose to place a hold on at once you will be see a different place hold form. If you are placing a hold on one bibliographic record you will see a list of all of the items you can place a hold on.

+ + + +

If you're placing a hold on multiple items you will be presented with the next available option for all titles. If no items are available for hold it will say so on the confirmation screen.

+ +

Managing Holds

+ +

Holds can be altered and canceled from the Holds tab found on the left of the bibliographic record.

+ +

From the list of holds you can change the order of the holds, the pickup location and/or cancel the hold.

+ +

Note: Depending on how you have your HidePatronName system preference set the list may show patron names instead of card numbers in the Patron column like in the image above.

+ +

To rearrange or delete holds, simply make a selection from the 'Priority' pull down or click the arrows to the right of the priority pull down.

+ +

To delete or cancel a hold, choose 'del' from the menu or click the red 'X' to the right of the hold line.

+ +

Clicking the down arrow to the right of the hold will stick the hold at the bottom of the list even if more requests are made.

+ +

For example, your library has home-bound patrons that are allowed to keep books out for months at a time. It would not be fair to other patrons if a home-bound patron were able to check out a brand new book and keep it for months. For this reason, the home-bound patron's hold request would stay at the bottom of the queue until everyone else who wanted to read that book has already done so.

+ +

Once you have made your changes, click the 'Update hold(s)' button and your changes will be saved.

+ +

Receiving Holds

+ +

When items that are on hold are checked in or out the system will remind the circulation librarian that the item is on hold and offer them options for managing the hold.

+ +

When you check in an item that has a hold on it the system will ask you to either confirm and transfer the item or just confirm the hold

+ +

Clicking the Confirm button will mark the item as on hold for the patron. If the item needs to be transferred the item will also be marked as in transit to the proper branch. Clicking 'Ignore' will retain the hold, but allow you to check the item out to another patron. Choosing to confirm and print will present you with a printable page that you can slip inside the book with the necessary hold and/or transfer information.

+ +

Once confirmed the hold will show on the patron record and on the checkout screen under the 'Hold' tab.

+ +

The item record will also show that the item is on hold.

+ +

In some cases a patron may come in to pick up a hold for their partner (or someone else in their household). In this case you want to make sure that the hold is cancelled when you check the item out to someone else. When trying to check out an item that is already waiting for someone else you will be presented with a warning message.

+ +

From here you can check the item out to the patron at the desk and cancel the hold for the patron.

+ +

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

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