Deputy.Constants.Roster (Deputy v0.4.1)

Copy Markdown View Source

Integer codes used in roster publishing and management.

Examples

iex> Deputy.Constants.Roster.publish_mode_notify()
1

iex> Deputy.Constants.Roster.publish_mode_silent()
2

Summary

Functions

All locations mode enabled (blnAllLocationsMode: 1)

Publish and notify employees (intMode: 1)

Publish without notification (intMode: 2)

All locations mode disabled (blnAllLocationsMode: 0)

Functions

all_locations()

All locations mode enabled (blnAllLocationsMode: 1)

publish_mode_notify()

Publish and notify employees (intMode: 1)

publish_mode_silent()

Publish without notification (intMode: 2)

single_location()

All locations mode disabled (blnAllLocationsMode: 0)