[open-ils-commits] [GIT] Evergreen ILS branch rel_2_8 updated. e6dba76ea1e92bebd00966e22dc4f5b35409323b

Evergreen Git git at git.evergreen-ils.org
Wed Aug 12 08:35:44 EDT 2015


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_2_8 has been updated
       via  e6dba76ea1e92bebd00966e22dc4f5b35409323b (commit)
      from  925875f5f8ca0bd2e87cc330c39fb24756603b6d (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 e6dba76ea1e92bebd00966e22dc4f5b35409323b
Author: Angela Kilsdonk <akilsdonk at esilibrary.com>
Date:   Tue Aug 11 15:53:22 2015 -0400

    Documentation: Items out enhancements
    
    Signed-off-by: Angela Kilsdonk <akilsdonk at esilibrary.com>

diff --git a/docs/circulation/circulating_items.txt b/docs/circulation/circulating_items.txt
index 14eb86f..4d0b06c 100644
--- a/docs/circulation/circulating_items.txt
+++ b/docs/circulation/circulating_items.txt
@@ -1,4 +1,4 @@
-Circulating Items
+Circulating Items
 -----------------
 
 Check Out (F1)
@@ -331,6 +331,35 @@ settings are enabled. Both settings are available via the Library Settings
 editor.
 ====================================
 
+Enhancements to Items Out
+^^^^^^^^^^^^^^^^^^^^^^^^^
+
+By default, the *Items Out* interface in the patron's account is divided into two sections beneath the patron information: *Items Out* and *Other/Special Circulations*.  In previous versions of Evergreen, all circulations appeared in the *Items Out* portion of the interface except for those marked LOST, LONGOVERDUE, or CLAIMSRETURNED, which appeared in the *Other/Special Circulations* portion of the interface.
+
+This enhancement enables you to customize the placement of items in the LOST, LONGOVERDUE, or CLAIMSRETURNED statuses in the top or bottom list.  The value of this enhancement includes increased control over and organization of the Items Out interface.
+
+1) Three new org unit settings enable you to control the placement of these items.  To access these settings, click *Admin* -> *Local Administration* -> *Library Settings Editor*, and search for the following settings:
+
+* Items Out Lost Display Setting
+
+* Items Out Long-Overdue Display Setting
+
+* Items Out Claims Returned Display Setting
+
+The value for each setting is a numeric code describing the list in which the circulation should be placed when the item is checked out, and whether the circulation should appear in the bottom list when checked in, regardless of the state of the transaction. For example, an item may be checked in but the circulation may remain open because fees or fines are owed by the patron.
+
+2) Enter the appropriate value, and click *Update setting*.
+
+1 = Top list, then bottom list
+2 = Bottom list, then bottom list
+5 = Top list, then do not display
+6 = Bottom list, then do not display
+
+To Hide the bottom list entirely, set the value for all special statuses to "5".
+
+Note that if all of the special statuses are hidden, then the interface more accurately represents a patron's items out instead of a combination of items out and items with special circumstances.  Alternatively, if all items out and items with special statuses display in the top list, then the bottom list is hidden, and more screen space exists to display a patron's items out.
+
+
 Mark an Item Long Overdue
 ~~~~~~~~~~~~~~~~~~~~~~~~~
 

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

Summary of changes:
 docs/circulation/circulating_items.txt |   31 ++++++++++++++++++++++++++++++-
 1 files changed, 30 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list