[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. c12037d26fcc0770a8fd65502b7ab1619d9dd438

Evergreen Git git at git.evergreen-ils.org
Mon Nov 26 14:43:14 EST 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_1 has been updated
       via  c12037d26fcc0770a8fd65502b7ab1619d9dd438 (commit)
       via  0ca8872d73d7fa8facaeae5108aa6be8c1a3aff8 (commit)
      from  6f156b842245583be8a2212ba9631ad8157e4fcb (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 c12037d26fcc0770a8fd65502b7ab1619d9dd438
Author: kilsdonka <43423795+kilsdonka at users.noreply.github.com>
Date:   Mon Nov 26 11:40:57 2018 -0800

    Docs: Copy alerts documentation
    
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>

diff --git a/docs/circulation/circulating_items.adoc b/docs/circulation/circulating_items.adoc
index 5b88510..24059ea 100644
--- a/docs/circulation/circulating_items.adoc
+++ b/docs/circulation/circulating_items.adoc
@@ -536,3 +536,168 @@ and/or processing fee) may be inserted into the last borrower's account.
 *Check in Items* and *Renew Items* on the dropdown menu.
 
 
+Copy Alerts
+~~~~~~~~~~~
+
+The Copy Alerts feature allows library staff to add customized alert messages to copies.  The copy alerts will appear when a specific event takes place, such as when the copy is checked in, checked out, or renewed.  Alerts can be temporary or persistent: temporary alerts will be disabled after the initial alert and acknowledgement from staff, while persistent alerts will display each time the alert event takes place.  Copy Alerts can be configured to display at the circulating or owning library only or, alternatively, when the library at which the alert event takes place is not the circulating or owning library.  Copy Alerts at check in can also be configured to provide options for the next copy status that should be applied to an item.   Library administrators will have the ability to create and customize Copy Alert Types and to suppress copy alerts at specific org units.
+
+Adding a Copy Alert
+^^^^^^^^^^^^^^^^^^^
+
+Copy Alerts can be added to new copies or existing copies using the Volume/Copy Editor.  They can also be added directly to items through the Check In, Check Out, Renew, and Item Status screens.
+
+To add a Copy Alert in the Volume/Copy Editor:
+++++++++++++++++++++++++++++++++++++++++++++++
+
+1. Within the _Volume/Copy Editor_, scroll to the bottom of the screen and click on *Copy Alerts*.
+
+image::media/copyalert1.PNG[]
+
+2. A _New Copy Alert_ window will pop up.
+
+image::media/copyalert2.PNG[]
+
+3. Select an alert _Type_ and enter an alert message.  Check the box next to _Temporary_ if this alert should not appear after the initial alert is acknowledged.  Leaving the Temporary box unchecked will create a persistent alert that will appear each time the action to trigger the alert occurs, such as check in or check out.
+
+4. Click *OK* to save the new Copy Alert.  After adding an initial copy alert, clicking on the *Copy Alerts* button in the _Volume/Copy Editor_ will allow you to add another Copy Alert and to view and edit Existing Copy Alerts.
+
+image::media/copyalert3.PNG[]
+
+5. Within the Volume/Copy Editor, make any additional changes to the item record and click *Store Selected* to store these changes and the new copy alert(s) to the _Completed Copies_ tab.  If you are done modifying the copy, click *Save & Exit* to finalize the changes.
+
+image::media/copyalert4.png[]
+
+To add a Copy Alert from the Check In, Check Out, or Renewal screens:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+1. Navigate to the appropriate screen, for example to *Circulation>Check In*.
+2. Scan in the item barcode.
+3. Select the item row and go to *Actions>Add Copy Alerts* or right click on the item row and select *Add Copy Alerts*.
+
+image::media/copyalert5.PNG[]
+
+4. The _Add Copy Alert_ window will pop up.  Select the alert _Type_, add an additional alert message if needed, and Click *OK* to save.  This alert will be added to the copy.
+
+image::media/copyalert6.png[]
+
+To add a Copy Alert from the Item Status screen:
+++++++++++++++++++++++++++++++++++++++++++++++++
+
+1. Go to the _Detail View_ of the Item Status screen. 
+2. In the bottom left-hand corner of the item record there is a _Copy Alerts_ option.  Click *Add* to create a new copy alert.
+
+image::media/copyalert7.png[]
+
+3. The *Add Copy Alert* window will pop up.  Select the alert _Type_, add an additional alert message if needed, and Click *OK* to save.  This alert will be added to the copy.
+
+Triggering a Copy Alert
+^^^^^^^^^^^^^^^^^^^^^^^
+
+The Copy Alert will appear when the action required to trigger the alert occurs.  For example, the Normal Checkin Alert will appear when the item is checked in:
+
+image::media/copyalert8.PNG[]
+
+If Next Status options have been configured for the Checkin Alert, staff will see a drop down menu that allows then to select the next Status for the copy:
+
+image::media/copyalert9.png[]
+
+Managing Copy Alerts
+^^^^^^^^^^^^^^^^^^^^
+
+Copy Alerts can be managed from the _Item Status_ screen.  Within the _Quick Summary_ tab of the _Detailed View_ of an item, click on *Manage* to view and *Remove* copy alerts.
+
+image::media/copyalert10.PNG[]
+
+Administration of Copy Alerts
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Copy Alert Types
+++++++++++++++++
+
+Copy Alert Types are created and managed in *Administration>Local Administration>Copy Alert Types*.  Copy Alert Types define the action and behavior of an alert message type.  The Alert Types included in a stock installation of Evergreen are:
+
+* Normal checkout
+* Normal checkin
+* Normal renewal
+* Checkin of missing copy
+* Checkin of lost-and-paid copy
+* Checkin of damaged copy
+* Checkin of claims-returned copy
+* Checkin of long overdue copy
+* Checkin of claims-never-checked-out copy
+* Checkin of lost copy
+* Checkout of missing copy
+* Checkout of lost-and-paid copy
+* Checkout of damaged copy
+* Checkout of claims-returned copy
+* Checkout of long overdue copy
+* Checkout of claims-never-checked-out copy
+* Checkout of lost copy
+* Normal checkout at circ lib
+* Normal checkin at circ lib
+* Normal renewal at circ lib
+* Normal checkout at owning lib
+* Normal checkin at owning lib
+* Normal renewal at owning lib
+
+To create a new Copy Alert Type:
+++++++++++++++++++++++++++++++++
+
+1. Go to *Administration>Local Administration>Copy Alert Types*.
+2. Click on *Create* and fill out the following fields as needed:
+* *Name:*  name of the Copy Alert Type.
+* *Active:* indicates if the alert type is currently in use (Yes) or not (No)
+* *State:* indicates the Copy Status of the item at the time of the event.
+* *Event:* the action that takes place in the ILS to trigger the alert.
+* *Scope Org Unit:* indicates which org unit(s) the alert type will apply to.
+* *Next Status:*  can be used with temporary Checkin Alerts only.  If a next status is configured, staff will be presented with a list of statuses to choose from when the item is checked in.
+* *Renewing?:* indicates if the alert should appear during a renewal.
+* *Invert location?:* if set to yes, this setting will invert the following two settings.  For example, if an alert is set to appear at the Circulating Library only, inverting the location will cause the alert to appear at all libraries except the Circulating Library.
+* *At Circulation Library?:* indicates if the alert should appear at the circulation library only.
+* *At Owning Library?:* indicates if the alert should appear at the owning library only.
+3. Click *Save*.
+
+To edit an existing Copy Alert Type:
+++++++++++++++++++++++++++++++++++++
+
+1. Go to *Administration>Local Administration>Copy Alert Types*.
+2. Click on the type and go to *Actions>Edit* or right-click and select *Edit*.
+3. Make changes to the existing configuration and click *Save*.
+
+
+Copy Alert Suppression
+^^^^^^^^^^^^^^^^^^^^^^
+
+The Copy Alert Suppression interface can be used to suppress alert types at a specific org unit.  Suppression of alerts will adhere to the organization unit hierarchy.  For example, if an alert is suppressed at the System level, it will be suppressed for all descendent branches.
+
+To suppress an alert type:
+++++++++++++++++++++++++++
+
+1. Go to *Administration>Local Administration>Copy Alert Suppression*.
+2. Click *Create* and select the _Alert Type_ that you want to suppress from the drop down menu.
+3. Next, select the _Org Unit_ at which the alert should be suppressed.
+4. Click *Save*.
+
+image::media/copyalert11.PNG[]
+
+Copy Alert Related Permissions
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+The following permissions affect access to copy alert administration and use:
+
+* ADMIN_COPY_ALERT_TYPE
+* ADMIN_COPY_ALERT_SUPPRESS
+* ADMIN_COPY_ALERT
+* CREATE_COPY_ALERT_TYPE
+* CREATE_COPY_ALERT_SUPPRESS
+* CREATE_COPY_ALERT
+* DELETE_COPY_ALERT_TYPE
+* DELETE_COPY_ALERT_SUPPRESS
+* DELETE_COPY_ALERT
+* VIEW_COPY_ALERT_TYPE
+* VIEW_COPY_ALERT_SUPPRESS
+* VIEW_COPY_ALERT
+* UPDATE_COPY_ALERT_TYPE
+* UPDATE_COPY_ALERT_SUPPRESS
+* UPDATE_COPY_ALERT
+
diff --git a/docs/media/copyalert1.PNG b/docs/media/copyalert1.PNG
new file mode 100644
index 0000000..0e6dffe
Binary files /dev/null and b/docs/media/copyalert1.PNG differ
diff --git a/docs/media/copyalert10.PNG b/docs/media/copyalert10.PNG
new file mode 100644
index 0000000..713979c
Binary files /dev/null and b/docs/media/copyalert10.PNG differ
diff --git a/docs/media/copyalert11.PNG b/docs/media/copyalert11.PNG
new file mode 100644
index 0000000..1ddc324
Binary files /dev/null and b/docs/media/copyalert11.PNG differ
diff --git a/docs/media/copyalert2.PNG b/docs/media/copyalert2.PNG
new file mode 100644
index 0000000..94b3ddd
Binary files /dev/null and b/docs/media/copyalert2.PNG differ
diff --git a/docs/media/copyalert3.PNG b/docs/media/copyalert3.PNG
new file mode 100644
index 0000000..262d099
Binary files /dev/null and b/docs/media/copyalert3.PNG differ
diff --git a/docs/media/copyalert4.png b/docs/media/copyalert4.png
new file mode 100644
index 0000000..70feddc
Binary files /dev/null and b/docs/media/copyalert4.png differ
diff --git a/docs/media/copyalert5.PNG b/docs/media/copyalert5.PNG
new file mode 100644
index 0000000..00e20d5
Binary files /dev/null and b/docs/media/copyalert5.PNG differ
diff --git a/docs/media/copyalert6.png b/docs/media/copyalert6.png
new file mode 100644
index 0000000..75bb4cf
Binary files /dev/null and b/docs/media/copyalert6.png differ
diff --git a/docs/media/copyalert7.png b/docs/media/copyalert7.png
new file mode 100644
index 0000000..e553e47
Binary files /dev/null and b/docs/media/copyalert7.png differ
diff --git a/docs/media/copyalert8.PNG b/docs/media/copyalert8.PNG
new file mode 100644
index 0000000..cd15955
Binary files /dev/null and b/docs/media/copyalert8.PNG differ
diff --git a/docs/media/copyalert9.png b/docs/media/copyalert9.png
new file mode 100644
index 0000000..6d73a45
Binary files /dev/null and b/docs/media/copyalert9.png differ

commit 0ca8872d73d7fa8facaeae5108aa6be8c1a3aff8
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date:   Mon Nov 26 11:35:56 2018 -0800

    Docs: removing broken link from circ manual
    
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>

diff --git a/docs/circulation/circulating_items_web_client.adoc b/docs/circulation/circulating_items_web_client.adoc
index cb244ed..65ee0c9 100644
--- a/docs/circulation/circulating_items_web_client.adoc
+++ b/docs/circulation/circulating_items_web_client.adoc
@@ -471,7 +471,7 @@ The following Library Settings enable you to set preferences related to long ove
 
 [TIP]
 Learn more about these settings in the chapter about the
-<<_library_settings_editor,Library Settings Editor>>.
+Library Settings Editor.
 
 *Permissions to use this Feature*
 

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

Summary of changes:
 docs/circulation/circulating_items.adoc            |  165 ++++++++++++++++++++
 docs/circulation/circulating_items_web_client.adoc |    2 +-
 docs/media/copyalert1.PNG                          |  Bin 0 -> 46875 bytes
 docs/media/copyalert10.PNG                         |  Bin 0 -> 89186 bytes
 docs/media/copyalert11.PNG                         |  Bin 0 -> 27024 bytes
 docs/media/copyalert2.PNG                          |  Bin 0 -> 15610 bytes
 docs/media/copyalert3.PNG                          |  Bin 0 -> 28091 bytes
 docs/media/copyalert4.png                          |  Bin 0 -> 41891 bytes
 docs/media/copyalert5.PNG                          |  Bin 0 -> 31221 bytes
 docs/media/copyalert6.png                          |  Bin 0 -> 44792 bytes
 docs/media/copyalert7.png                          |  Bin 0 -> 113416 bytes
 docs/media/copyalert8.PNG                          |  Bin 0 -> 13286 bytes
 docs/media/copyalert9.png                          |  Bin 0 -> 28362 bytes
 13 files changed, 166 insertions(+), 1 deletions(-)
 create mode 100644 docs/media/copyalert1.PNG
 create mode 100644 docs/media/copyalert10.PNG
 create mode 100644 docs/media/copyalert11.PNG
 create mode 100644 docs/media/copyalert2.PNG
 create mode 100644 docs/media/copyalert3.PNG
 create mode 100644 docs/media/copyalert4.png
 create mode 100644 docs/media/copyalert5.PNG
 create mode 100644 docs/media/copyalert6.png
 create mode 100644 docs/media/copyalert7.png
 create mode 100644 docs/media/copyalert8.PNG
 create mode 100644 docs/media/copyalert9.png


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list