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

Evergreen Git git at git.evergreen-ils.org
Thu Jun 14 09:41:03 EDT 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  c5f0c487ffa9b2c8340bedf76ee9c2a12e2c2675 (commit)
      from  836960e863327e6b038ff52db536e6b66322c3f9 (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 c5f0c487ffa9b2c8340bedf76ee9c2a12e2c2675
Author: Remington Steed <rjs7 at calvin.edu>
Date:   Thu Jun 14 09:31:33 2018 -0400

    Docs: Minor corrections to "Borrowing items" section
    
    This commit fixes a number of small inconsistencies in wording (between
    the docs and the interface) and formatting (e.g. making menu names bold).
    Also, one sentence is expanded for clarity.
    
    Signed-off-by: Remington Steed <rjs7 at calvin.edu>

diff --git a/docs/admin_initial_setup/borrowing_items.adoc b/docs/admin_initial_setup/borrowing_items.adoc
index 2ca3190..94be81b 100644
--- a/docs/admin_initial_setup/borrowing_items.adoc
+++ b/docs/admin_initial_setup/borrowing_items.adoc
@@ -59,8 +59,9 @@ User data
 ~~~~~~~~~
 
 Finally, several characteristics of specific patrons can affect circulation
-policies.  You may modify these characteristics in Search -> Search for Patrons
-or Circulation -> Register Patron.
+policies.  You can modify these characteristics in a patron's record (*Search ->
+Search for Patrons*, select a patron, choose *Edit* tab) or when registering a
+new patron (*Circulation -> Register Patron*).
 
 * The user permission group is also commonly used as a data element in
 circulation policies. 
@@ -88,7 +89,7 @@ Administration -> Circulation Recurring Fine Rules*.
 image::media/circ_recurring_fine_rules.jpg[]
 
 *Max fine* describes the maximum amount of fines that will be assessed for a
-specific circulation. Set the *Use Percent* field to True if the maximum fine
+specific circulation. Set the *Is Percent* field to True if the maximum fine
 should be a percentage of the item's price.
 
 You can find Circ Max Fine Rules by navigating to *Administration -> Server
@@ -117,20 +118,20 @@ The below instructions will allow you to create limits based on circulation
 modifiers.
 
 * Configure the circulation limit sets by selecting *Administration -> Local
-Administration -> Circulation Limit Sets*.
-* *Items Out* -  the maximum number of items circulated to a patron at the same
+Administration -> Circ Limit Sets*.
+* *Items Out* -  The maximum number of items circulated to a patron at the same
 time.
-* *Depth* - Enter the Min Depth, or the minimum depth, in the org tree that
+* *Min Depth* - Enter 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. 
-* *Global* - Check the box adjacent to Global Flag if you want all of the org
+* *Global* - Check the box adjacent to Global 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 apply the limit to the
 direct ancestors and descendants of the owning library.
-* *Linked Limit Groups* - add any circulation modifiers, copy locations, or circ
+* *Linked Limit Groups* - Add any circulation modifiers, copy locations, or circ
 limit groups that should be part of this limit set.
 
 *Example*
@@ -140,7 +141,7 @@ library in the consortium. Items with DVD, BLURAY, and VHS circ modifiers should
 be included in this maximum checkout count. 
 
 To create this limit set, you would add 5 to the *Items Out* field, 0 to the
-*Depth* field and select the *Global Flag*. Add the DVD, BLURAY and VHS circ
+*Min Depth* field and select the *Global* flag. Add the DVD, BLURAY and VHS circ
 modifiers to the limit set.
 
 Creating Circulation Policies
@@ -165,7 +166,7 @@ return the various parameters that are applied to the matching transaction.
 
 * Circulation policies by checkout library or owning library?
    - If your policies should follow the rules of the library that checks out the
-item, select the checkout library as the *Org Unit(org_unit)*.
+item, select the checkout library as the *Org Unit (org_unit)*.
    - If your policies should follow the rules of the library that owns the item,
 select the consortium as the *Org Unit (org_unit)* and select the owning library
 as the *Copy Circ Lib (copy_circ_lib)*.

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

Summary of changes:
 docs/admin_initial_setup/borrowing_items.adoc |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list