VoileWeb.EmailComponent.Template (Voile v0.1.26)

Copy Markdown View Source

Centralized HTML email templates for Voile system notifications.

Summary

Functions

confirmation_instructions(user, url)

loan_reminder_html(member, transactions, days_before_due)

loan_reminder_text(member, transactions, days_before_due)

manual_reminder_html(member, transactions, earliest_days_until_due)

manual_reminder_text(member, transactions, earliest_days_until_due)

overdue_reminder_html(member, transactions)

overdue_reminder_text(member, transactions)

reset_password_instructions(user, url)

stock_opname_librarian_completed(session, librarian, assignment)

Email template when a librarian completes their work on a stock opname session.

stock_opname_revision_requested(session, librarian, notes)

Email template when revision is requested for a stock opname session.

stock_opname_session_approved(session, librarian)

Email template when stock opname session is approved.

stock_opname_session_completed(session)

Email template when stock opname session is completed and ready for review.

stock_opname_session_rejected(session, librarian, reason)

Email template when stock opname session is rejected.

stock_opname_session_started(session, librarian)

Email template when stock opname session is started and librarians are assigned.

update_email_instructions(user, url)