Predefined ILS Events to alert the UI
authorMike Rylander <mrylander@gmail.com>
Tue, 19 May 2020 19:10:34 +0000 (15:10 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Thu, 21 May 2020 21:25:50 +0000 (17:25 -0400)
This commit defines events that might be sent to UIs in the case of
exceptional circumstances.

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/extras/ils_events.xml

index cc0d3f8..ce36cc6 100644 (file)
        <event code='7029' textcode='MAX_AUTO_RENEWALS_REACHED'>
                <desc xml:lang="en-US">Circulation has no more auto-renewals remaining</desc>
        </event>
+       <event code='7030' textcode='CURBSIDE_NOT_ALLOWED'>
+               <desc xml:lang="en-US">Curbside pickup is not enabled for this location</desc>
+       </event>
+       <event code='7031' textcode='CURBSIDE_MAX_FOR_TIME'>
+               <desc xml:lang="en-US">Maximum scheduled curbside pickups at the requested time</desc>
+       </event>
+       <event code='7032' textcode='CURBSIDE_EXISTS'>
+               <desc xml:lang="en-US">A scheduled, unfilled curbside request already exists</desc>
+       </event>
 
 
        <!-- ================================================================ -->