feat: add employee timing system, notification templates, and professor class plan sms
This commit is contained in:
@@ -65,6 +65,15 @@ const NOTIFICATION_ACTION_DEFS = [
|
||||
smsTemplateKey: 'sessionHolding',
|
||||
defaultChannels: { sms: true, email: false, bot: false }
|
||||
},
|
||||
{
|
||||
key: 'classPlanProfessor',
|
||||
label: 'ارسال برنامه کلاس به استاد',
|
||||
description: 'ارسال جزئیات و زمانبندی برگزاری کلاس به استاد',
|
||||
category: 'classes',
|
||||
relatedEvent: 'class.plan_to_professor',
|
||||
smsTemplateKey: 'classPlanProfessor',
|
||||
defaultChannels: { sms: true, email: false, bot: false }
|
||||
},
|
||||
{
|
||||
key: 'invoiceCreated',
|
||||
label: 'ایجاد صورتحساب',
|
||||
|
||||
Reference in New Issue
Block a user