From: Andrea Buntz Neiman Date: Mon, 21 Oct 2019 20:31:00 +0000 (-0400) Subject: Docs: added Request Items section to Items Status doc X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fdd9105c37e09947c9ae469af0100b741ba6511c;p=contrib%2FConifer.git Docs: added Request Items section to Items Status doc Signed-off-by: Andrea Buntz Neiman --- diff --git a/docs/cataloging/item_status.adoc b/docs/cataloging/item_status.adoc index 4943f23e89..bf22af4c86 100644 --- a/docs/cataloging/item_status.adoc +++ b/docs/cataloging/item_status.adoc @@ -80,3 +80,19 @@ To create spine and item labels for an item (or group of items): . Take a look at the Label Preview area. . When you are satisfied with your labels, click the _Print_ button. +Request Items Action +~~~~~~~~~~~~~~~~~~~~ + +To place requests from the Item Status interface, select one or more items in List View and select *Actions -> Request Items*. This action can also be invoked for a single item from Item Status Detail View. + +Starting in 3.4, this action has an Honor User Preferences checkbox which does the following for the selected user when checked: + +* Changes the Pickup Library selection to match the user's Default Hold Pickup Location +* Honor the user's Holds Notification settings (including Default Phone Number, etc.) + +Also beginning with 3.4, a Title Hold option has been added to the Hold Type menu. This will create one title-level hold request for each unique title associated with the items that were selected when Request Items was invoked. + +image::media/request_from_item_status.png[Request from Item Status] + +Success and Failure toasts have also been added based on what happens after the Request Items interface has closed. + diff --git a/docs/media/request_from_item_status.png b/docs/media/request_from_item_status.png new file mode 100644 index 0000000000..a544b27bdd Binary files /dev/null and b/docs/media/request_from_item_status.png differ