[open-ils-commits] [GIT] Evergreen ILS branch rel_2_6 updated. ae25d0794464f43b6bcd2e4ad12bf2eef04802bb

Evergreen Git git at git.evergreen-ils.org
Fri Aug 29 13:51:54 EDT 2014


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_6 has been updated
       via  ae25d0794464f43b6bcd2e4ad12bf2eef04802bb (commit)
      from  811a85da9571288b87bb42a3d969a0b8af6410cc (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 ae25d0794464f43b6bcd2e4ad12bf2eef04802bb
Author: Josh Stompro <github at stompro.org>
Date:   Fri Aug 29 13:43:22 2014 -0400

    Docs: added Address Alert documentation for local admin menu feature
    
    Signed-off-by: Yamil Suarez <yamil at yamil.com>

diff --git a/docs/admin/lsa-address_alert.txt b/docs/admin/lsa-address_alert.txt
new file mode 100644
index 0000000..beae8cf
--- /dev/null
+++ b/docs/admin/lsa-address_alert.txt
@@ -0,0 +1,32 @@
+Address Alert
+-------------
+
+indexterm:[address alert]
+
+The Address Alert module gives administrators the ability to notify staff with a custom message when 
+addresses with certain patterns are entered in patron records. 
+
+This feature only serves to provide pertinent information to your library system's circulation staff during the registration process. An alert will not prevent the new patron account from being registered and the information will not be permanently associated with the patron account.
+
+To access the Address Alert module, select *Admin* -> *Local Administration* -> *Address Alert*.
+
+[NOTE]
+==========
+You must have Local Administrator permissions to access the Address Alert module.
+==========
+
+General Usage Examples
+~~~~~~~~~~~~~~~~~~~~~~
+
+. Alert staff when an address for a large apartment is entered to prompt them to ask for unit number.
+. Alert staff when the address of a hotel or other temporary housing is entered.
+. Alert staff when an address for a different country is entered.
+. Alert staff when a specific city or zip code is entered if that city or zip code needs to be handled in a special way.  If you have a neighboring city that you don't have a reciprocal relationship with, you could notify staff that a fee card is required for this customer.
+
+Access Control and Scoping
+~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Each address alert is tied to an Org Unit and will only be matched against that Org Unit and its children.
+
+When viewing the address alerts you will only see the alerts associated with the specific org unit selected in the "Contex Org Unit" selection box.  You won't see alerts associated with parent org units, so the list of alerts isn't a list of all alerts that may effect your org unit, only of the ones that you can edit.
+
diff --git a/docs/root.txt b/docs/root.txt
index efcfecf..98789c3 100644
--- a/docs/root.txt
+++ b/docs/root.txt
@@ -238,6 +238,8 @@ client.
 
 // Follow structure from staff client local admin menu.
 
+include::admin/lsa-address_alert.txt[]
+
 // Push titles down one level.
 :leveloffset: 1
 

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

Summary of changes:
 docs/admin/lsa-address_alert.txt |   32 ++++++++++++++++++++++++++++++++
 docs/root.txt                    |    2 ++
 2 files changed, 34 insertions(+), 0 deletions(-)
 create mode 100644 docs/admin/lsa-address_alert.txt


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list