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

Evergreen Git git at git.evergreen-ils.org
Thu Aug 23 14:23:51 EDT 2012


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  28810efc47ec4cc159b00feb0f6c1b1e97ad75ed (commit)
      from  df64a073b4926a069dbe384e0c83feeb0b9e14a7 (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 28810efc47ec4cc159b00feb0f6c1b1e97ad75ed
Author: Sally Fortin <sfortin at esilibrary.com>
Date:   Thu Aug 23 14:21:39 2012 -0400

    Documentation: Add documentation for setting maximum checkout by copy location.
    
    Signed-off-by: Robert Soulliere <robert.soulliere at mohawkcollege.ca>

diff --git a/docs/admin/circulation_limit_groups.txt b/docs/admin/circulation_limit_groups.txt
new file mode 100644
index 0000000..6b31187
--- /dev/null
+++ b/docs/admin/circulation_limit_groups.txt
@@ -0,0 +1,47 @@
+Circulation Limit Sets
+----------------------
+
+Maximum Checkout by Copy Location
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+This feature enables you to specify the maximum number of checkouts of items by
+copy location and is an addition to the circulation limit sets.  Circulation
+limit sets refine circulation policies by limiting the number of items that
+users can check out.  Circulation limit sets are linked by name to circulation
+policies.
+
+To limit checkouts by copy location:
+
+. Click *Admin -> Local Administration -> Circulation Limit Sets*.
+. Click *New* to create a new circulation limit set.
+. In the *Owning Library* field, select the library that can create and edit
+this limit set.
+. Enter a *Name* for the circulation set.  You will select the *Name* to link
+the circulation limit set to a circulation policy.
+. Enter the number of *Items Out* that a user can take from this copy location.
+. Enter the *Min Depth*, or the minimum depth in the org tree that Evergreen
+will consider as valid circulation libraries for counting items out.  The min
+depth is based on org unit type depths.  For example, if you want the items in
+all of the circulating libraries in your consortium to be eligible for
+restriction by this limit set when it is applied to a circulation policy, then
+enter a zero (0) in this field.  
+. Check the box adjacent to *Global Flag* if you want all of the org units in
+your consortium to be restricted by this limit set when it is applied to a
+circulation policy.  Otherwise, Evergreen will only appy the limit to the direct
+ancestors and descendants of the owning library.
+. Enter a brief *Description* of the circulation limit set.
+. Click *Save*.
+
+image::media/Maximum_Checkout_by_Copy_Location1.jpg[Maximum_Checkout_by_Copy_Location1]
+
+To link the circulation limit set to a circulation policy:
+ 
+. Click *Admin* -> *Local Administration* -> *Circulation Policies*
+. Select an existing circulation policy, or create a new one.
+. Scroll down to the *Linked Limit Sets*.  
+. Select the *Name* of the limit set that you want to add to the circulation
+policy.
+. Click *Add*.
+. Click *Save*.
+
+image::media/Maximum_Checkout_by_Copy_Location2.jpg[Maximum_Checkout_by_Copy_Location2]
diff --git a/docs/media/Maximum_Checkout_by_Copy_Location1.jpg b/docs/media/Maximum_Checkout_by_Copy_Location1.jpg
new file mode 100755
index 0000000..28d0402
Binary files /dev/null and b/docs/media/Maximum_Checkout_by_Copy_Location1.jpg differ
diff --git a/docs/media/Maximum_Checkout_by_Copy_Location2.jpg b/docs/media/Maximum_Checkout_by_Copy_Location2.jpg
new file mode 100755
index 0000000..d3a9075
Binary files /dev/null and b/docs/media/Maximum_Checkout_by_Copy_Location2.jpg differ
diff --git a/docs/root.txt b/docs/root.txt
index f643e4e..a892b23 100644
--- a/docs/root.txt
+++ b/docs/root.txt
@@ -148,6 +148,8 @@ include::admin/authorities.txt[]
 
 include::admin/cn_prefixes_and_suffixes.txt[]
 
+include::admin/circulation_limit_groups.txt[]
+
 include::admin/restrict_Z39.50_sources_by_perm_group.txt[]
 
 include::admin/booking-admin.txt[]

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

Summary of changes:
 docs/admin/circulation_limit_groups.txt           |   47 +++++++++++++++++++++
 docs/media/Maximum_Checkout_by_Copy_Location1.jpg |  Bin 0 -> 44982 bytes
 docs/media/Maximum_Checkout_by_Copy_Location2.jpg |  Bin 0 -> 52935 bytes
 docs/root.txt                                     |    2 +
 4 files changed, 49 insertions(+), 0 deletions(-)
 create mode 100644 docs/admin/circulation_limit_groups.txt
 create mode 100755 docs/media/Maximum_Checkout_by_Copy_Location1.jpg
 create mode 100755 docs/media/Maximum_Checkout_by_Copy_Location2.jpg


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list