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

Evergreen Git git at git.evergreen-ils.org
Fri Jan 22 18:36:49 EST 2016


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  67defeff2e503bb02db4f10182717c4ec044bde3 (commit)
      from  a841f7e50acd27565ef21734c4cbbeee096d051c (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 67defeff2e503bb02db4f10182717c4ec044bde3
Author: Yamil Suarez <yamil at yamil.com>
Date:   Fri Jan 22 18:34:42 2016 -0500

    Docs: Circulation - Patron Record web staff client updated content
    
    There are still some sections missing, like 'Merging Patron Records'
    and 'Bills and Payments'.
    
    Signed-off-by: Yamil Suarez <yamil at yamil.com>

diff --git a/docs/circulation/circulation_patron_records_web_client.txt b/docs/circulation/circulation_patron_records_web_client.txt
index a694cb0..76d0d23 100644
--- a/docs/circulation/circulation_patron_records_web_client.txt
+++ b/docs/circulation/circulation_patron_records_web_client.txt
@@ -401,7 +401,92 @@ Use the Other menu to navigate to _Notes_.
 
 image::media/circulation_patron_records-24_web_client.png[circulation_patron_records 24]
 
-Select the _Add New Note_ button. An _Add Note_ window displays.  
+Select the _Add New Note_ button. A _Create a new note_ window displays.  
 
+[TIP] 
+================================================ 
+To add a box in the _Add Note_ window for staff initials and require their
+entry, see the "Require staff initials..." settings in the
+<<_library_settings_editor,Library Settings Editor>> section.
+================================================ 
+
+Enter note information. 
+
+Select the check box for _Patron Visible_ to display the note in the OPAC. 
+
+image::media/circulation_patron_records-25_web_client.png[circulation_patron_records 25]
+
+Select _OK_ to save the note to the patron account.  
+
+To delete a note, go to _Other -> Notes_ and use the _Delete_ button
+on the right of each note.
+
+image::media/circulation_patron_records-26_web_client.png[circulation_patron_records 26]
+
+Staff-Generated Penalties/Messages
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+[[staff_generated_penalties]]
+To access this feature, use the _Messages_ button in the patron record.
+
+image::media/staff-penalties-1_web_client.png[Messages screen]
+
+Add a Message
+^^^^^^^^^^^^^
+
+Click *Apply Penalty/Message* to begin the process of adding a message to the patron.
+
+image::media/staff-penalties-2_web_client.png[Apply Penalty Dialog Box]
+
+There are three options: Notes, Alerts, Blocks
+
+* *Note*: This will create a non-blocking, non-alerting note visible to staff. Staff will be alerted to the message by the light-blue framing around the patron name, and can view the message by clicking the _Messages_ button on the patron record.  (Notes created in this fashion will not display via _Other_ -> _Notes_, and cannot be shared with the patron. See the <<circulation_patron_notes,Patron Notes>> section for notes which can be shared with the patron.)
+
+* *Alert*: This will create a non-blocking alert which appears when the patron record is first retrieved.  The alert will generate a dark-blue frame around the patron name. Alerts may be viewed by clicking the _Messages_ button on the patron record or by selecting _Other_ -> _Display Alerts and Messages_.
+
+* *Block*: This will create a blocking alert which appears when the patron record is first retrieved, and which behaves much as the non-blocking alert described previously. The patron will be also blocked from circulation, holds and renewals until the block is cleared by staff.
+
+After selecting the type of message to create, enter the message body into the box. If Staff Initials are required, they must be entered into the _Initials_ box before the message can be added.  Otherwise, fill in the optional _Initials_ box and click *OK*
+
+The message should now be visible in the _Staff-Generated Penalties/Messages_ list. If a blocking or non-blocking alert, the message will also display immediately when the patron record is retrieved.
+
+image::media/staff-penalties-3_web_client.png[[Messages on a record]
+
+Modify a Message
+^^^^^^^^^^^^^^^^
+
+Messages can be edited by staff after they are created. 
+
+image::media/staff-penalties-4_web_client.png[[Actions menu]
+
+Click to select the message to be modified, then click _Actions_ -> _Modify Penalty/Message_. This menu can also be accessed by right-clicking in the message area.
+
+image::media/staff-penalties-5_web_client.png[Modify penalty dialog box]
+
+To change the type of message, click on *Note*, *Alert*, *Block* to select the new type. Edit or add new text in the message body.  Enter Staff Initials into the _Initials_ box (may be required.) and click *OK* to submit the alterations.
+
+image::media/staff-penalties-6_web_client.png[Modified message in the list]
+
+Archive a Message
+^^^^^^^^^^^^^^^^^
+
+Messages which are no longer current can be archived by staff. This action will remove any alerts or blocks associated with the message, but retains the information contained there for future reference.
+
+image::media/staff-penalties-4_web_client.png[[Actions menu]
+
+Click to select the message to be archived, then click _Actions_ -> _Archive Penalty/Message_. This menu can also be accessed by right-clicking in the message area.
+
+image::media/staff-penalties-7_web_client.png[Archived messages]
+
+Archived messages will be shown in the section labelled _Archived Penalties/Messages_. To view messages, click *Retrieve Archived Penalties*. By default, messages archived within the past year will be retrieved. To retrieve messages from earlier dates, change the start date to the desired date before clicking *Retrieve Archived Penalties*.
+
+Remove a Message
+^^^^^^^^^^^^^^^^
+
+Messages which are no longer current can be removed by staff.  This action removes any alerts or blocks associated with the message and deletes the information from the system.
+
+image::media/staff-penalties-4_web_client.png[[Actions menu]
+
+Click to select the message to be removed, then click _Actions_ -> _Remove Penalty/Message_. This menu can also be accessed by right-clicking in the message area.
 
 
diff --git a/docs/media/circulation_patron_records-25_web_client.png b/docs/media/circulation_patron_records-25_web_client.png
new file mode 100644
index 0000000..88786c2
Binary files /dev/null and b/docs/media/circulation_patron_records-25_web_client.png differ
diff --git a/docs/media/circulation_patron_records-26_web_client.png b/docs/media/circulation_patron_records-26_web_client.png
new file mode 100644
index 0000000..45aa347
Binary files /dev/null and b/docs/media/circulation_patron_records-26_web_client.png differ
diff --git a/docs/media/staff-penalties-1_web_client.png b/docs/media/staff-penalties-1_web_client.png
new file mode 100644
index 0000000..35b11cc
Binary files /dev/null and b/docs/media/staff-penalties-1_web_client.png differ
diff --git a/docs/media/staff-penalties-2_web_client.png b/docs/media/staff-penalties-2_web_client.png
new file mode 100644
index 0000000..cd13b6f
Binary files /dev/null and b/docs/media/staff-penalties-2_web_client.png differ
diff --git a/docs/media/staff-penalties-3_web_client.png b/docs/media/staff-penalties-3_web_client.png
new file mode 100644
index 0000000..3214e25
Binary files /dev/null and b/docs/media/staff-penalties-3_web_client.png differ
diff --git a/docs/media/staff-penalties-4_web_client.png b/docs/media/staff-penalties-4_web_client.png
new file mode 100644
index 0000000..f9e7520
Binary files /dev/null and b/docs/media/staff-penalties-4_web_client.png differ
diff --git a/docs/media/staff-penalties-5_web_client.png b/docs/media/staff-penalties-5_web_client.png
new file mode 100644
index 0000000..c1079c7
Binary files /dev/null and b/docs/media/staff-penalties-5_web_client.png differ
diff --git a/docs/media/staff-penalties-6_web_client.png b/docs/media/staff-penalties-6_web_client.png
new file mode 100644
index 0000000..e90b4f9
Binary files /dev/null and b/docs/media/staff-penalties-6_web_client.png differ
diff --git a/docs/media/staff-penalties-7_web_client.png b/docs/media/staff-penalties-7_web_client.png
new file mode 100644
index 0000000..9fbc019
Binary files /dev/null and b/docs/media/staff-penalties-7_web_client.png differ

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

Summary of changes:
 .../circulation_patron_records_web_client.txt      |   87 +++++++++++++++++++-
 .../circulation_patron_records-25_web_client.png   |  Bin 0 -> 29493 bytes
 .../circulation_patron_records-26_web_client.png   |  Bin 0 -> 8400 bytes
 docs/media/staff-penalties-1_web_client.png        |  Bin 0 -> 73663 bytes
 docs/media/staff-penalties-2_web_client.png        |  Bin 0 -> 25200 bytes
 docs/media/staff-penalties-3_web_client.png        |  Bin 0 -> 43054 bytes
 docs/media/staff-penalties-4_web_client.png        |  Bin 0 -> 62278 bytes
 docs/media/staff-penalties-5_web_client.png        |  Bin 0 -> 29785 bytes
 docs/media/staff-penalties-6_web_client.png        |  Bin 0 -> 43296 bytes
 docs/media/staff-penalties-7_web_client.png        |  Bin 0 -> 30779 bytes
 10 files changed, 86 insertions(+), 1 deletions(-)
 create mode 100644 docs/media/circulation_patron_records-25_web_client.png
 create mode 100644 docs/media/circulation_patron_records-26_web_client.png
 create mode 100644 docs/media/staff-penalties-1_web_client.png
 create mode 100644 docs/media/staff-penalties-2_web_client.png
 create mode 100644 docs/media/staff-penalties-3_web_client.png
 create mode 100644 docs/media/staff-penalties-4_web_client.png
 create mode 100644 docs/media/staff-penalties-5_web_client.png
 create mode 100644 docs/media/staff-penalties-6_web_client.png
 create mode 100644 docs/media/staff-penalties-7_web_client.png


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list