[open-ils-commits] [GIT] Evergreen ILS branch master updated. c8b679ebcd332054fb935512bdb3c8eed1b157d9

Evergreen Git git at git.evergreen-ils.org
Wed May 29 15:32:30 EDT 2013


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, master has been updated
       via  c8b679ebcd332054fb935512bdb3c8eed1b157d9 (commit)
      from  927f436d9b6674b6cf2a6c9ee77bbc71db9aad10 (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 c8b679ebcd332054fb935512bdb3c8eed1b157d9
Author: akilsdonk <akilsdonk at esilibrary.com>
Date:   Wed May 29 14:59:48 2013 -0400

    Org Unit Proximity Adjustment documentation
    
    Signed-off-by: akilsdonk <akilsdonk at esilibrary.com>

diff --git a/docs/admin/Org_Unit_Proximity_Adjustments.txt b/docs/admin/Org_Unit_Proximity_Adjustments.txt
new file mode 100644
index 0000000..11e235a
--- /dev/null
+++ b/docs/admin/Org_Unit_Proximity_Adjustments.txt
@@ -0,0 +1,44 @@
+Org Unit Proximity Adustments
+-----------------------------
+
+Org Unit Proximity Adustments
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Org Unit Proximity Adjustments allow libraries to indicate lending preferences for holds between libraries in an Evergreen consortium.  When a hold is placed in Evergreen, the hold targeter looks for copies that can fill the hold.  One factor that the hold targeter uses to choose the best copy to fill the hold is the distance, or proximity, between the capturing library and the pickup library for the request.  The proximity is based on the number of steps through the org tree that it takes to get from one org unit to another.    
+
+image::media/Org_Unit_Prox_Adj1.PNG[Org Unit Proximity]
+Org Unit Proximity between BR1 and BR4 = 4
+
+Org Unit Proximity Adjustments allow libraries to customize the distances between org units, which provides more control over which libraries are looked at when targeting copies to fill a hold.  Evergreen can also be configured to take Org Unit Proximity Adjustments into account during opportunistic capture through the creation of a custom Best-Hold Selection Sort Order.  See documentation <here> for more information on Best-Hold Selection Sort Order. 
+ 
+An Org Unit Proximity Adjustment can be created to tell Evergreen which libraries to look at first for copies to fill a hold or which library to look at last.  This may be useful for accounting for true transit costs or physical distances between libraries.  It can also be used to identify libraries that have special lending agreements or preferences.  Org Unit Proximity Adjustments can be created for all holds between two org units, or they can be created for holds on specific Copy Locations and Circulation Modifiers.  
+ 
+Absolute and Relative Adjustments
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Two types of proximity adjustments can be created in Evergreen: Absolute adjustments and Relative adjustments.  
+
+Absolute proximity adjustments allow you to replace the default proximity distance between two org units.  An absolute adjustment could be made to tell the hold targeter to look at a specific library or library system first to find an item to fill a hold, before looking elsewhere in the consortium.  
+ 
+Relative proximity adjustments allows the proximity between org units to be treated as closer or farther from one another than the default distance.  A relative proximity adjustment could be used to identify a library that has limited hours or slow transit times to tell the hold targeter to look at that library last for copies to fill a hold.  
+
+Create an Org Unit Proximity Adjustment
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.To create an Org Unit Proximity Adjustment between two libraries:
+. In the Admin menu choose *Server Administration -> Org Unit Proximity Adjustments*.
+. Click *New OU Proximity Adjustment*.
+. Choose an *Item Circ Lib* from the drop down menu.  
+. Choose a *Hold Request Lib* from the drop down menu.
+. If this proximity adjustment applies to a specific copy location, select the appropriate *Copy Location*  from the drop down menu.
+. If this proximity adjustment applies to a specific material type, select the appropriate *Circ Modifier* from the drop down menu.
+. If this is an Absolute proximity adjustment, check the box next to *Absolute adjustment?*  If you leave the box blank, a relative proximity adjustment will be applied.
+. Enter the *Proximity Adjustment* between the *Item Circulating Library* and the *Request Library*.
+. Click *Save*.
+
+image::media/03/Org_Unit_Prox_Adj2.PNG[Org Unit Proximity Adjustment]
+
+This will create a one-way proximity adjustment between Org Units.  In this example this adjustment will apply to items requested at by a patron BR4 and filled at BR1.  To create the reciprocal proximity adjustment, for items requested at BR1 and filled at BR4, create a second proximity adjustment between the two Org Units.
+
+Permissions to use this Feature
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+To create Org Unit Proximity Adjustments, you will need the following permission:
+
+* ADMIN_PROXIMITY_ADJUSTMENT
\ No newline at end of file
diff --git a/docs/media/Org_Unit_Prox_Adj1.PNG b/docs/media/Org_Unit_Prox_Adj1.PNG
new file mode 100644
index 0000000..25e3377
Binary files /dev/null and b/docs/media/Org_Unit_Prox_Adj1.PNG differ
diff --git a/docs/media/Org_Unit_Prox_Adj2.PNG b/docs/media/Org_Unit_Prox_Adj2.PNG
new file mode 100644
index 0000000..9ccf7e5
Binary files /dev/null and b/docs/media/Org_Unit_Prox_Adj2.PNG differ

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

Summary of changes:
 docs/admin/Org_Unit_Proximity_Adjustments.txt |   44 +++++++++++++++++++++++++
 docs/media/Org_Unit_Prox_Adj1.PNG             |  Bin 0 -> 12836 bytes
 docs/media/Org_Unit_Prox_Adj2.PNG             |  Bin 0 -> 27714 bytes
 3 files changed, 44 insertions(+), 0 deletions(-)
 create mode 100644 docs/admin/Org_Unit_Proximity_Adjustments.txt
 create mode 100644 docs/media/Org_Unit_Prox_Adj1.PNG
 create mode 100644 docs/media/Org_Unit_Prox_Adj2.PNG


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list