[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. 858321783ee48e89cd2630184105fba043f3b2d5

Evergreen Git git at git.evergreen-ils.org
Thu Aug 23 13:44:01 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, rel_2_3 has been updated
       via  858321783ee48e89cd2630184105fba043f3b2d5 (commit)
      from  8100c68685f6bc925f657c57647f3c7a0cdedf5e (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 858321783ee48e89cd2630184105fba043f3b2d5
Author: Sally Fortin <sfortin at esilibrary.com>
Date:   Thu Aug 23 13:40:51 2012 -0400

    Documentaton: Add documentation on patron border color enhancements for 2.3.
    
    Signed-off-by: Robert Soulliere <robert.soulliere at mohawkcollege.ca>

diff --git a/docs/admin/staff_client-patron_border.txt b/docs/admin/staff_client-patron_border.txt
new file mode 100644
index 0000000..ffbd30b
--- /dev/null
+++ b/docs/admin/staff_client-patron_border.txt
@@ -0,0 +1,22 @@
+Patron Border Color Enhancement
+------------------------------
+
+This feature gives librarians new choices for color coding patron penalties.  
+
+In version 2.3, if the staff_alert column on the Standing Penalty Type is set to
+True and no other more serious penalty (as defined by the CSS) trumps it, then,
+when a patron incurs a penalty, a blue border will appear around the patron's
+name.
+
+For example, by default, the standing penalty type, ALERT_NOTE, has the
+staff_alert value set to TRUE.  If I apply an alert to a user's account, and no
+other penalty color takes precedence over it, then a blue border will appear
+around the patron's name.
+
+image::media/Patron_Border_Color_Enhancements2.jpg[Patron_Border_Color_Enhancements2]
+
+In addition, librarians now can customize the color coding on custom penalty
+types. For example, librarians can create a penalty type and, using the CSS
+classname PATRON_HAS_CUSTOM_PENALTY, apply a custom color box to the patron's
+record.
+
diff --git a/docs/media/Patron_Border_Color_Enhancements2.jpg b/docs/media/Patron_Border_Color_Enhancements2.jpg
new file mode 100755
index 0000000..9d835b0
Binary files /dev/null and b/docs/media/Patron_Border_Color_Enhancements2.jpg differ
diff --git a/docs/root.txt b/docs/root.txt
index 11d08f1..f643e4e 100644
--- a/docs/root.txt
+++ b/docs/root.txt
@@ -123,6 +123,8 @@ include::admin/staff_client-tab_buttons.txt[]
 
 include::admin/staff_client-double_clicking.txt[]
 
+include::admin/staff_client-patron_border.txt[]
+
 include::admin/staff_client-sorting_columns.txt[]
 
 include::admin/staff_client-recent_searches.txt[]

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

Summary of changes:
 docs/admin/staff_client-patron_border.txt        |   22 ++++++++++++++++++++++
 docs/media/Patron_Border_Color_Enhancements2.jpg |  Bin 0 -> 78527 bytes
 docs/root.txt                                    |    2 ++
 3 files changed, 24 insertions(+), 0 deletions(-)
 create mode 100644 docs/admin/staff_client-patron_border.txt
 create mode 100755 docs/media/Patron_Border_Color_Enhancements2.jpg


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list