Docs: Adding more information about closed dates editor
authorJane Sandberg <sandbej@linnbenton.edu>
Thu, 6 Apr 2017 04:15:45 +0000 (21:15 -0700)
committerJane Sandberg <sandbej@linnbenton.edu>
Thu, 6 Apr 2017 04:15:45 +0000 (21:15 -0700)
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
docs/admin_initial_setup/describing_your_organization.txt
docs/media/closed_dates.png [new file with mode: 0644]

index 73ccb59..e5355c4 100644 (file)
@@ -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 (file)
index 0000000..2839d32
Binary files /dev/null and b/docs/media/closed_dates.png differ