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

Evergreen Git git at git.evergreen-ils.org
Fri Mar 9 08:35:29 EST 2018


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  f8fad2903d203ee68dba4b548dc46354b3d34622 (commit)
      from  73536963c82cfa5487b77099012dcd4d26b176ea (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 f8fad2903d203ee68dba4b548dc46354b3d34622
Author: Remington Steed <rjs7 at calvin.edu>
Date:   Thu Mar 8 11:21:10 2018 -0500

    Docs: Update "Alternate Hold Pick up Location" for web client
    
      - New screenshot
      - Remove instructions for changing location label (e.g. "Drive-thru")
      - Wrap long lines to 72 characters (if those lines were changed)
    
    Signed-off-by: Remington Steed <rjs7 at calvin.edu>

diff --git a/docs/circulation/advanced_holds.adoc b/docs/circulation/advanced_holds.adoc
index f6b8e26..e98c0c0 100644
--- a/docs/circulation/advanced_holds.adoc
+++ b/docs/circulation/advanced_holds.adoc
@@ -351,35 +351,26 @@ Alternate Hold Pick up Location
 
 *Abstract*
 
-This feature enables libraries to configure an alternate hold pick up location.  The alternate pick up location will appear in the staff client to inform library staff that a patron has a hold waiting at that location.  In the stock Evergreen code, the default alternate location is called "Behind Desk".  This label can be changed to accommodate a library's specific hold pick up location.  For example, if a library has a drive thru window for hold pick up, the alternate location can be changed to display as "Drive Thru".  
+This feature enables libraries to configure an alternate hold pick up
+location.  The alternate pick up location will appear in the staff
+client to inform library staff that a patron has a hold waiting at that
+location.  In the stock Evergreen code, the default alternate location
+is called "Behind Desk".
 
 *Configuration*
 
-The alternate pick up location is disabled in Evergreen by default.  It can be enabled by setting *Holds: Behind Desk Pickup Supported* to 'True' in the Library Settings Editor.  Server side changes to configuration files are required to enable this feature and edit the alternate pick up location label.  The following files and labels need to be changed:
-
-* Open-ILS/src/templates/opac/myopac/prefs_settings.tt2
-+
-`<td><label for='[% setting %]'>[% l('Pickup holds from the drive-thru when possible?') %]</label></td>`
-
-*  Open-ILS/web/opac/locale/en-US/lang.dtd
-+
-`<!ENTITY staff.patron_display.holds_available_behind_desk.label 'Drive-Thru:'>`
-
-* Open-ILS/xul/staff_client/server/locale/en-US/circ.properties
-+
-`staff.circ.utils.hold.behind_desk=Drive-Thru`
-
-* Open-ILS/xul/staff_client/server/locale/en-US/patron.properties
-+
-`staff.patron.summary.hold_counts_behind_desk=Available / Total (Drive-Thru)`
+The alternate pick up location is disabled in Evergreen by default.  It
+can be enabled by setting *Holds: Behind Desk Pickup Supported* to
+'True' in the Library Settings Editor.
 
 Libraries can also choose to give patrons the ability to opt-in to pick up holds at the alternate location through their OPAC account.  To add this option, set the *OPAC/Patron Visible* field in the User Setting Type *Hold is behind Circ Desk* to 'True'.  The User Setting Types can be found under *Administration -> Server Administration ->  User Setting Types*.
 
 *Display*
 
-When enabled, the alternate pick up location will appear in several places in the staff client.  The alternate pick up location and the number of items that are ready for pick up at that location will be displayed in the Patron Account Summary and under the Holds button in the patron account.  Staff will also see the general number of holds available and holds placed by the patron.
+When enabled, the alternate pick up location will be displayed under the
+Holds button in the patron account.
 
-image::media/custom_hold_pickup_location1.jpg[Custom Hold Pickup Location]
+image::media/custom_hold_pickup_location1.png[Custom Hold Pickup Location]
 
 
 If configured, patrons will see the option to opt-in to the alternate location in the _Account Preferences_ section of their OPAC Account.
diff --git a/docs/media/custom_hold_pickup_location1.png b/docs/media/custom_hold_pickup_location1.png
new file mode 100644
index 0000000..a76b1b2
Binary files /dev/null and b/docs/media/custom_hold_pickup_location1.png differ

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

Summary of changes:
 docs/circulation/advanced_holds.adoc        |   31 +++++++++-----------------
 docs/media/custom_hold_pickup_location1.png |  Bin 0 -> 58939 bytes
 2 files changed, 11 insertions(+), 20 deletions(-)
 create mode 100644 docs/media/custom_hold_pickup_location1.png


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list