Voile.Schema.StockOpname.Notifier (Voile v0.1.23)

Copy Markdown View Source

Delivers notifications for stock opname events.

Summary

Functions

Deliver notification when a librarian completes their work.

Deliver notification when revision is requested.

Deliver notification when session is approved.

Deliver notification when session is completed and ready for review.

Deliver notification when session is rejected.

Deliver notification when session is started and librarians are assigned.

Functions

deliver_librarian_completed_notification(session, librarian, assignment)

Deliver notification when a librarian completes their work.

deliver_revision_requested_notification(session, librarians, notes)

Deliver notification when revision is requested.

deliver_session_approved_notification(session, librarians)

Deliver notification when session is approved.

deliver_session_completed_notification(session)

Deliver notification when session is completed and ready for review.

deliver_session_rejected_notification(session, librarians, reason)

Deliver notification when session is rejected.

deliver_session_started_notification(session, librarians)

Deliver notification when session is started and librarians are assigned.