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

Evergreen Git git at git.evergreen-ils.org
Thu Aug 23 13:42:24 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  df64a073b4926a069dbe384e0c83feeb0b9e14a7 (commit)
      from  29616d9dcbde78aa506f1554a066fa0647883ac9 (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 df64a073b4926a069dbe384e0c83feeb0b9e14a7
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