[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. 095b58d29d286ddf69e81f848ec8ba5ebfa1c083

Evergreen Git git at git.evergreen-ils.org
Thu Nov 16 13:05:35 EST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_3_0 has been updated
       via  095b58d29d286ddf69e81f848ec8ba5ebfa1c083 (commit)
      from  599a1135d0ce8a5af3d3f03ce41157b386cb76ae (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 095b58d29d286ddf69e81f848ec8ba5ebfa1c083
Author: Angela Kilsdonk <akilsdonk at esilibrary.com>
Date:   Thu Nov 9 14:00:05 2017 -0800

    Docs: Patron Search to Place Hold
    
    Patron search functionality while placing a hold in the staff client.  Docs written by Mary Jinglewski.
    
    Signed-off-by: Angela Kilsdonk <akilsdonk at equinoxinitiative.org>
    Signed-off-by: Angela Kilsdonk <akilsdonk at esilibrary.com>

diff --git a/docs/circulation/basic_holds.adoc b/docs/circulation/basic_holds.adoc
index bf50b8a..b417b48 100644
--- a/docs/circulation/basic_holds.adoc
+++ b/docs/circulation/basic_holds.adoc
@@ -62,3 +62,40 @@ fill the hold. The same holds true for selecting multiple languages.
 
 image::media/holds_title_options_adv.png[Place Hold screen with Advanced Options]
 
+
+Patron Search from Place Hold
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Patron Search from Place Hold allows staff members, when placing a hold on behalf of a patron in the web staff client, to search for patrons by names and other searchable patron information, rather than relying on barcode alone.
+
+
+To use Patron Search From Place Holds:
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+1. After performing a search in the catalog, staff will retrieve a bibliographic record.
+2. Click *Place Hold* either in the search results or within the detailed bibliographic record. The Place Hold Screen will appear. Note: this feature also appears when placing volume level holds and copy level holds.
+
+image::media/PlaceHold-0.JPG[]
+
+3. Next to _Place Hold for patron by barcode_, click on *Patron Search*. Please note that Patron Search will only appear in this interface when using the web-based staff client, not the desktop XUL-based staff client, nor the patron-facing OPAC.
+
+image::media/PlaceHold-1.JPG[]
+
+4. A dialog box will appear with the patron search interface used elsewhere in the staff client. By default, the search scopes to your workstation org unit, and you can search by patron last name, first name, and middle name.
+
+image::media/PlaceHold-2.JPG[]
+
+Clicking the *arrow icon* to the right of _Clear Form_ can either expand or condense the searchable fields display which includes other patron information.
+
+image::media/PlaceHold-3.JPG[]
+
+5. To search for a patron, fill out the relevant search fields, and click *Search* or hit ENTER on your keyboard. Results will appear below in Patron Search Results in the lower half of the screen.
+
+image::media/PlaceHold-4.JPG[]
+
+6. Click the row of the desired patron account, and click *Select*.
+
+image::media/PlaceHold-5.JPG[]
+
+7. The dialog box will close and the selected patron's barcode will appear next to _Place Hold for patron by barcode_. This will cause the patron's hold notification preferences to appear in the relevant fields in the bottom half of the screen. Changes to the Hold Notification preferences can be made before clicking *Submit* to finish placing a hold for the patron.
+
+image::media/PlaceHold-6.JPG[]
+
diff --git a/docs/media/PlaceHold-0.JPG b/docs/media/PlaceHold-0.JPG
new file mode 100644
index 0000000..dc11dbd
Binary files /dev/null and b/docs/media/PlaceHold-0.JPG differ
diff --git a/docs/media/PlaceHold-1.JPG b/docs/media/PlaceHold-1.JPG
new file mode 100644
index 0000000..efe0993
Binary files /dev/null and b/docs/media/PlaceHold-1.JPG differ
diff --git a/docs/media/PlaceHold-2.JPG b/docs/media/PlaceHold-2.JPG
new file mode 100644
index 0000000..44d7037
Binary files /dev/null and b/docs/media/PlaceHold-2.JPG differ
diff --git a/docs/media/PlaceHold-3.JPG b/docs/media/PlaceHold-3.JPG
new file mode 100644
index 0000000..a49ffc2
Binary files /dev/null and b/docs/media/PlaceHold-3.JPG differ
diff --git a/docs/media/PlaceHold-4.JPG b/docs/media/PlaceHold-4.JPG
new file mode 100644
index 0000000..23d63a6
Binary files /dev/null and b/docs/media/PlaceHold-4.JPG differ
diff --git a/docs/media/PlaceHold-5.JPG b/docs/media/PlaceHold-5.JPG
new file mode 100644
index 0000000..f1a48d2
Binary files /dev/null and b/docs/media/PlaceHold-5.JPG differ
diff --git a/docs/media/PlaceHold-6.JPG b/docs/media/PlaceHold-6.JPG
new file mode 100644
index 0000000..a5ae4f5
Binary files /dev/null and b/docs/media/PlaceHold-6.JPG differ

-----------------------------------------------------------------------

Summary of changes:
 docs/circulation/basic_holds.adoc |   37 +++++++++++++++++++++++++++++++++++++
 docs/media/PlaceHold-0.JPG        |  Bin 0 -> 139484 bytes
 docs/media/PlaceHold-1.JPG        |  Bin 0 -> 45184 bytes
 docs/media/PlaceHold-2.JPG        |  Bin 0 -> 58521 bytes
 docs/media/PlaceHold-3.JPG        |  Bin 0 -> 76954 bytes
 docs/media/PlaceHold-4.JPG        |  Bin 0 -> 98204 bytes
 docs/media/PlaceHold-5.JPG        |  Bin 0 -> 100271 bytes
 docs/media/PlaceHold-6.JPG        |  Bin 0 -> 46175 bytes
 8 files changed, 37 insertions(+), 0 deletions(-)
 create mode 100644 docs/media/PlaceHold-0.JPG
 create mode 100644 docs/media/PlaceHold-1.JPG
 create mode 100644 docs/media/PlaceHold-2.JPG
 create mode 100644 docs/media/PlaceHold-3.JPG
 create mode 100644 docs/media/PlaceHold-4.JPG
 create mode 100644 docs/media/PlaceHold-5.JPG
 create mode 100644 docs/media/PlaceHold-6.JPG


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list