feat: batch start and live class reminder

This commit is contained in:
Jannat Patel
2025-02-18 17:22:52 +05:30
parent d573a9f008
commit 30574ea0fd
7 changed files with 152 additions and 13 deletions

View File

@@ -116,6 +116,8 @@ scheduler_events = {
"daily": [
"lms.job.doctype.job_opportunity.job_opportunity.update_job_openings",
"lms.lms.doctype.lms_payment.lms_payment.send_payment_reminder",
"lms.lms.doctype.lms_batch.lms_batch.send_batch_start_reminder",
"lms.lms.doctype.lms_live_class.lms_live_class.send_live_class_reminder",
],
}