brotherton-erpnext/erpnext/hr/notification/training_feedback/training_feedback.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
905 B
JSON
Raw Normal View History

{
2018-06-14 07:48:21 +00:00
"attach_print": 0,
"channel": "Email",
2018-06-14 07:48:21 +00:00
"creation": "2017-08-11 03:17:11.769210",
"days_in_advance": 0,
"docstatus": 0,
"doctype": "Notification",
"document_type": "Training Result",
"enabled": 1,
"event": "Submit",
"idx": 0,
"is_standard": 1,
"message": "<h3>{{_(\"Training Event\")}}</h3>\n<p>{{ message }}</p>\n\n<h4>{{_(\"Details\")}}</h4>\n{{_(\"Event Name\")}}: <a href=\"{{ event_link }}\">{{ name }}</a>\n<br>{{_(\"Event Location\")}}: {{ location }}\n<br>{{_(\"Start Time\")}}: {{ start_time }}\n<br>{{_(\"End Time\")}}: {{ end_time }}\n<br>{{_(\"Attendance\")}}: {{ attendance }}\n",
"modified": "2017-08-11 04:26:58.194793",
"modified_by": "Administrator",
"module": "HR",
"name": "Training Feedback",
"owner": "Administrator",
"recipients": [
{
"email_by_document_field": "employee_emails"
}
2018-06-14 07:48:21 +00:00
],
2017-08-11 12:28:19 +00:00
"subject": "Please Share your Feedback For {{ doc.training_event }}"
}