Documentation ¶
Index ¶
- func CacheDump(db *bolt.DB) echo.HandlerFunc
- func DeletePunch(ectx echo.Context) error
- func DeleteWorkOrderEntry(c echo.Context) error
- func FixPunch(c echo.Context) error
- func GetLoginUserHandler(db *bolt.DB) echo.HandlerFunc
- func GetPunchHandler(db *bolt.DB) echo.HandlerFunc
- func GetSickAndVacationForJobAndDate(c echo.Context) error
- func LunchPunch(c echo.Context) error
- func OtherHours(c echo.Context) error
- func SendEventHandler(c echo.Context) error
- func UpsertWorkOrderEntry(ectx echo.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteWorkOrderEntry ¶
func DeleteWorkOrderEntry(c echo.Context) error
DeleteWorkOrderEntry deletes a work order entry
func FixPunch ¶
func FixPunch(c echo.Context) error
FixPunch adds an in or out punch as determined by the body sent
func GetLoginUserHandler ¶
LogInUser will authenticate a user, upgrade to websocket, and return the timesheet and offline mode to the web socket
func GetPunchHandler ¶
Punch adds an in or out punch as determined by the body sent
func GetSickAndVacationForJobAndDate ¶
func GetSickAndVacationForJobAndDate(c echo.Context) error
GetSickAndVacationForJobAndDate handles ensuring that we have the sick and vacation for a day
func SendEventHandler ¶ added in v0.3.5
func SendEventHandler(c echo.Context) error
SendEventHandler passes an event to the messenger
func UpsertWorkOrderEntry ¶
func UpsertWorkOrderEntry(ectx echo.Context) error
UpsertWorkOrderEntry .
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.