SELECT * FROM `notification_setting`
过滤行: |
id | type | is_mail | is_sms | is_notification | display_notification | template | variables | created_at | |
---|---|---|---|---|---|---|---|---|---|
1 | student_admission | 1 | 0 | 0 | 0 | Dear {{firstname}} {{lastname}} your admission is ... | {{firstname}} {{lastname}} {{class}} {{section}... | 2020-02-01 10:58:40 | |
2 | exam_result | 1 | 0 | 0 | 1 | Dear {{student_name}} - {{exam_roll_no}}, your {{e... | {{student_name}} {{exam_name}} {{total_marks}} {{a... | 2020-01-20 18:09:22 | |
3 | fee_submission | 1 | 0 | 0 | 1 | Dear parents, we have received Fees Amount {{fee_... | {{firstname}} {{lastname}} {{class}} {{section}} ... | 2020-02-08 19:23:20 | |
4 | absent_attendence | 1 | 0 | 0 | 1 | Absent Notice :{{firstname}} {{lastname}} was abs... | {{firstname}} {{lastname}} {{mobileno}} {{email}} ... | 2020-02-08 19:33:13 | |
5 | login_credential | 1 | 0 | 0 | 0 | Hello {{display_name}} your login details for Url:... | {{url}} {{display_name}} {{username}} {{password}} | 2020-02-08 17:55:33 | |
6 | homework | 1 | 0 | 0 | 1 | New Homework has been created for {{student_name}}... | {{homework_date}} {{submit_date}} {{class}} {{sect... | 2020-02-08 17:55:33 | |
7 | fees_reminder | 1 | 0 | 0 | 1 | Dear parents, please pay fee amount Rs.{{due_amoun... | {{fee_type}}{{fee_code}}{{due_date}}{{firstname}} ... | 2020-02-08 17:55:33 |
过滤行: |