]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/admin/emergency_closing_handler.adoc
Docs: Emergency Closing Handler
[Evergreen.git] / docs / admin / emergency_closing_handler.adoc
1 Emergency Closing Handler
2 -------------------------
3
4 Introduction
5 ~~~~~~~~~~~~
6
7 The *Closed Dates Editor* now includes an Emergency Closing feature that allows libraries to shift due dates and expiry dates to the next open day. Overdue fines will be automatically voided for the day(s) the library is marked closed. Once an Emergency Closing is processed, it is permanent and cannot be rolled back.
8
9 Administration
10 ~~~~~~~~~~~~~~
11
12 Permissions
13 ^^^^^^^^^^^
14
15 To create an Emergency Closing, the EMERGENCY_CLOSING permission needs to be granted to the user for all locations to be affected by an emergency closing.
16  
17 Create an emergency closing
18 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
19
20 The Emergency Closing feature is located within the *Closed Dates Editor* screen, which can be accessed via *Administration -> Local Administration -> Closed Dates Editor*. 
21
22 Within the closed dates editor screen, scheduled closed dates are listed and can be scoped by specific org unit and date. The date filter in the upper right-hand corner will show upcoming library closings on or after the selected date in the filter.
23
24 image::media/ECHClosedDatesEditorAddClosing.png[Add Closing]
25
26 Select *Add closing* to begin the emergency closing process. A pop-up will appear with fields to fill out. 
27
28 image::media/ECHLibraryClosingConstruction.png[Create Closing for One Full Day]
29
30 *Library* - Using the dropdown window, select the org unit which will be closing.
31
32 *Apply to all of my libraries* - When selected, this checkbox will apply the emergency closing date to the selected org unit and any associated child org unit(s).
33
34 *Closing Type* - The following Closing Type options are available in a drop down window:
35 * One full day
36 * Multiple days
37 * Detailed closing
38
39 The _Multiple days_ and _Detailed closing_ options will display different date options (e.g. start and end dates) in the next field if selected.
40
41 image::media/ECHLibraryClosingMultipleDays.png[Create Closing for Multiple Days]
42
43 image::media/ECHLibraryClosingDetailed.png[Create Detailed Closing]
44
45 *Date* - Select which day or days the library will be closed. 
46
47 [NOTE]
48 ========================
49 *NOTE* The Closed Dates editor is now date-aware. If a selected closed date is either in the past, or nearer in time than the end of the longest configured circulation period, staff will see a notification that says "Possible Emergency Closing" in both the dialog box and in the bottom right-hand corner.
50 ========================
51
52 *Reason* - Label the reason for library closing accordingly, e.g. 3/15 Snow Day
53
54 Emergency Closing Handler
55 ^^^^^^^^^^^^^^^^^^^^^^^^^
56
57 When a date is chosen that is nearer in time than the end of the longest configured circulation period or in the past, then a *Possible Emergency Closing* message will appear in the pop-up and in the bottom right-hand corner of the screen. Below the Possible Emergency Closing message, two checkboxes appear: *Emergency* and *Process Immediately*. 
58
59 [NOTE]
60 =========================
61 *NOTE* The *Emergency* checkbox must still be manually selected in order to actually set the closing as an Emergency Closing.
62 =========================
63
64 By selecting the *Emergency* checkbox, the system will void any overdue fines incurred for that emergency closed day or days and push back any of the following dates to the next open day as determined by the library’s settings:
65 * item due dates
66 * shelf expire times
67 * booking start times
68
69 image::media/ECHClosingSnowDay.png[Create Emergency Closing]
70
71 When selecting the *Process Immediately* checkbox, Evergreen will enact the Emergency Closing changes immediately once the Emergency Closed Date information is saved. If Process Immediately is not selected at the time of creation, staff will need to go back and edit the closing later, or the Emergency processing will not occur.
72
73 Upon clicking *OK*, a progress bar will appear on-screen. After completion, the Closed Dates Editor screen will update, and under the Emergency Closing Processing Summary column, the number of affected/processed Circulations, Holds, and Reservations will be listed.
74
75 image::media/ECHLibraryClosingDone.png[Emergency Closing Processing Complete]
76
77 Editing Closing to process Emergency Closing
78 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
79
80 If *Process immediately* is not selected during an Emergency Closing event creation, staff will need to edit the existing Emergency Closing event and process the affected items.
81
82 In the Closed Dates Editor screen, select the existing Emergency Closing event listed. Then, go to *Actions -> Edit closing*. 
83
84 image::media/ECHEditClosing.png[Edit Closing]
85
86 A pop-up display will appear with the same format as creating a Closed Dates event with the Emergency checkbox checked and the Process Immediately un-checked at the bottom. Select the *Process immediately* checkbox, and then *OK*. A progress bar will appear on-screen, the Emergency Closing processing will take occur, and the Closed Dates Editor display will update.
87
88 image::media/ECHEditClosingModal.png[Edit Closing Pop-Up]