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

Evergreen Git git at git.evergreen-ils.org
Thu Apr 6 00:16:20 EDT 2017


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  c1011971402dd05f0b6b159486510f72021f8c48 (commit)
      from  33e365b198c8870aaa9e06ee672fb337c00f8b99 (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 c1011971402dd05f0b6b159486510f72021f8c48
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date:   Wed Apr 5 21:15:45 2017 -0700

    Docs: Adding more information about closed dates editor
    
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>

diff --git a/docs/admin_initial_setup/describing_your_organization.txt b/docs/admin_initial_setup/describing_your_organization.txt
index 73ccb59..e5355c4 100644
--- a/docs/admin_initial_setup/describing_your_organization.txt
+++ b/docs/admin_initial_setup/describing_your_organization.txt
@@ -100,7 +100,21 @@ autogen.sh
 
 Set closed dates using the Closed Dates Editor 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-. Open *Administration > Local Administration > Closed Dates Editor*.
+
+indexterm:[Closed Dates]
+
+These dates are in addition to your regular weekly closed days (see the section called “Library Hours of Operation”).    Both regular closed days and those entered in the Closed Dates Editor affect due dates and fines:
+
+* *Due dates.*  Due dates that would fall on closed days are automatically pushed forward to the next open day. Likewise, if an item is checked out at 8pm, for example, and would normally be due on a day when the library closes before 8pm, Evergreen pushes the due date forward to the next open day.
+* *Overdue fines.*  Overdue fines may not be charged on days when the library is closed.  This fine behavior depends on how the _Charge fines on overdue circulations when closed_ setting is configured in the Library Settings Editor.
+
+Closed dates do not affect the processing delays for Action/Triggers. For example, if your library has a trigger event that marks items as lost after 30 days, that 30 day period will include both open and closed dates.
+
+Adding a closure
+^^^^^^^^^^^^^^^^
+
+. Select _Administration > Local Administration_.
+. Select _Closed Dates Editor_.
 . Select type of closure: typically Single Day or Multiple Day.
 . Click the Calendar gadget to select the All Day date or starting and ending
   dates.
@@ -109,5 +123,20 @@ Set closed dates using the Closed Dates Editor
   units that will also be closed.
 . Click *Save*.
 
+image::media/closed_dates.png[]
+
 Now that your organizational structure is established, you can begin
 configuring permissions for the staff users of your Evergreen system.  
+
+Detailed closure
+^^^^^^^^^^^^^^^^
+
+If your closed dates include a portion of a business day, you should create a detailed closing.
+
+. Select _Administration -> Local Administration_.
+. Select _Closed Dates Editor_.
+. Select _Add Detailed Closing_.
+. Enter applicable dates, times, and a descriptive reason for the closing.
+. Click Save.
+. Check the Apply to all of my libraries box if your library is a multi-branch system and the closing applies to all of your branches.
+
diff --git a/docs/media/closed_dates.png b/docs/media/closed_dates.png
new file mode 100644
index 0000000..2839d32
Binary files /dev/null and b/docs/media/closed_dates.png differ

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

Summary of changes:
 .../describing_your_organization.txt               |   31 +++++++++++++++++++-
 docs/media/closed_dates.png                        |  Bin 0 -> 14302 bytes
 2 files changed, 30 insertions(+), 1 deletions(-)
 create mode 100644 docs/media/closed_dates.png


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list