34 lines
1.4 KiB
JSON
34 lines
1.4 KiB
JSON
{
|
|
"attach_print": 0,
|
|
"channel": "Email",
|
|
"creation": "2022-06-03 11:02:34.579145",
|
|
"days_in_advance": 0,
|
|
"docstatus": 0,
|
|
"doctype": "Notification",
|
|
"document_type": "LMS Certificate Request",
|
|
"enabled": 0,
|
|
"event": "New",
|
|
"idx": 0,
|
|
"is_standard": 1,
|
|
"message": "{% set title = frappe.db.get_value(\"LMS Course\", doc.course, \"title\") %}\n{% set timezone = frappe.db.get_value(\"LMS Batch\", doc.batch, \"timezone\") %}\n{% set timezone = timezone if timezone else '' %}\n{% set evaluator_name = frappe.db.get_value(\"User\", doc.evaluator, \"full_name\") %}\n\n<p> {{ _(\"Hey {0}\").format(doc.member_name) }} </p>\n<p> {{ _('Your evaluation for the course {0} has been scheduled on {1} at {2} {3}.').format(title, frappe.utils.format_date(doc.date, \"medium\"), frappe.utils.format_time(doc.start_time, \"short\"), timezone) }}</p>\n<p> {{ _(\"Your evaluator is {0}\").format(evaluator_name) }} </p>\n<p> {{ _(\"Please prepare well and be on time for the evaluations.\") }} </p>\n",
|
|
"message_type": "HTML",
|
|
"modified": "2024-08-01 12:17:40.647724",
|
|
"modified_by": "jannat@frappe.io",
|
|
"module": "LMS",
|
|
"name": "Certificate Request Creation",
|
|
"owner": "Administrator",
|
|
"recipients": [
|
|
{
|
|
"receiver_by_document_field": "member"
|
|
},
|
|
{
|
|
"receiver_by_document_field": "evaluator"
|
|
},
|
|
{
|
|
"receiver_by_role": "Frappe School Admin"
|
|
}
|
|
],
|
|
"send_system_notification": 0,
|
|
"send_to_all_assignees": 0,
|
|
"subject": "Your evaluation slot has been booked"
|
|
} |