[rename] Email Alert -> Notification
This commit is contained in:
parent
c3d1353ab5
commit
1198d94904
@ -1,28 +0,0 @@
|
|||||||
{
|
|
||||||
"attach_print": 0,
|
|
||||||
"condition": "doc.auto_created",
|
|
||||||
"creation": "2018-04-25 14:19:05.440361",
|
|
||||||
"days_in_advance": 0,
|
|
||||||
"docstatus": 0,
|
|
||||||
"doctype": "Email Alert",
|
|
||||||
"document_type": "Fiscal Year",
|
|
||||||
"enabled": 1,
|
|
||||||
"event": "New",
|
|
||||||
"idx": 0,
|
|
||||||
"is_standard": 1,
|
|
||||||
"message": "<h3>{{_(\"Fiscal Year\")}}</h3>\n\n<p>{{ _(\"New fiscal year created :- \") }} {{ doc.name }}</p>",
|
|
||||||
"modified": "2018-04-25 14:30:38.588534",
|
|
||||||
"modified_by": "Administrator",
|
|
||||||
"module": "Accounts",
|
|
||||||
"name": "Notification for new fiscal year",
|
|
||||||
"owner": "Administrator",
|
|
||||||
"recipients": [
|
|
||||||
{
|
|
||||||
"email_by_role": "Accounts User"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"email_by_role": "Accounts Manager"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"subject": "Notification for new fiscal year {{ doc.name }}"
|
|
||||||
}
|
|
@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"attach_print": 0,
|
||||||
|
"condition": "doc.auto_created",
|
||||||
|
"creation": "2018-04-25 14:19:05.440361",
|
||||||
|
"days_in_advance": 0,
|
||||||
|
"docstatus": 0,
|
||||||
|
"doctype": "Notification",
|
||||||
|
"document_type": "Fiscal Year",
|
||||||
|
"enabled": 1,
|
||||||
|
"event": "New",
|
||||||
|
"idx": 0,
|
||||||
|
"is_standard": 1,
|
||||||
|
"message": "<h3>{{_(\"Fiscal Year\")}}</h3>\n\n<p>{{ _(\"New fiscal year created :- \") }} {{ doc.name }}</p>",
|
||||||
|
"modified": "2018-04-25 14:30:38.588534",
|
||||||
|
"modified_by": "Administrator",
|
||||||
|
"module": "Accounts",
|
||||||
|
"name": "Notification for new fiscal year",
|
||||||
|
"owner": "Administrator",
|
||||||
|
"recipients": [
|
||||||
|
{
|
||||||
|
"email_by_role": "Accounts User"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"email_by_role": "Accounts Manager"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"subject": "Notification for new fiscal year {{ doc.name }}"
|
||||||
|
}
|
@ -1,26 +0,0 @@
|
|||||||
{
|
|
||||||
"attach_print": 0,
|
|
||||||
"condition": "doc.docstatus==1",
|
|
||||||
"creation": "2018-05-15 18:52:36.362838",
|
|
||||||
"date_changed": "bonus_payment_date",
|
|
||||||
"days_in_advance": 14,
|
|
||||||
"docstatus": 0,
|
|
||||||
"doctype": "Email Alert",
|
|
||||||
"document_type": "Retention Bonus",
|
|
||||||
"enabled": 1,
|
|
||||||
"event": "Days Before",
|
|
||||||
"idx": 0,
|
|
||||||
"is_standard": 1,
|
|
||||||
"message": "<p>{{ _(\"Hello\") }},</p>\n\n<p> {{ _(\"Retention Bonus for\") }} {{ doc.employee_name }} {{ _(\"due on\") }} {{ doc.bonus_payment_date }}</p>",
|
|
||||||
"modified": "2018-05-15 19:00:24.294418",
|
|
||||||
"modified_by": "ranjith@earthianslive.com",
|
|
||||||
"module": "HR",
|
|
||||||
"name": "Retention Bonus",
|
|
||||||
"owner": "ranjith@earthianslive.com",
|
|
||||||
"recipients": [
|
|
||||||
{
|
|
||||||
"email_by_role": "HR Manager"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"subject": "Retention Bonus alert for {{ doc.employee }}"
|
|
||||||
}
|
|
26
erpnext/hr/notification/retention_bonus/retention_bonus.json
Normal file
26
erpnext/hr/notification/retention_bonus/retention_bonus.json
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"attach_print": 0,
|
||||||
|
"condition": "doc.docstatus==1",
|
||||||
|
"creation": "2018-05-15 18:52:36.362838",
|
||||||
|
"date_changed": "bonus_payment_date",
|
||||||
|
"days_in_advance": 14,
|
||||||
|
"docstatus": 0,
|
||||||
|
"doctype": "Notification",
|
||||||
|
"document_type": "Retention Bonus",
|
||||||
|
"enabled": 1,
|
||||||
|
"event": "Days Before",
|
||||||
|
"idx": 0,
|
||||||
|
"is_standard": 1,
|
||||||
|
"message": "<p>{{ _(\"Hello\") }},</p>\n\n<p> {{ _(\"Retention Bonus for\") }} {{ doc.employee_name }} {{ _(\"due on\") }} {{ doc.bonus_payment_date }}</p>",
|
||||||
|
"modified": "2018-05-15 19:00:24.294418",
|
||||||
|
"modified_by": "ranjith@earthianslive.com",
|
||||||
|
"module": "HR",
|
||||||
|
"name": "Retention Bonus",
|
||||||
|
"owner": "ranjith@earthianslive.com",
|
||||||
|
"recipients": [
|
||||||
|
{
|
||||||
|
"email_by_role": "HR Manager"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"subject": "Retention Bonus alert for {{ doc.employee }}"
|
||||||
|
}
|
@ -3,7 +3,7 @@
|
|||||||
"creation": "2017-08-11 03:17:11.769210",
|
"creation": "2017-08-11 03:17:11.769210",
|
||||||
"days_in_advance": 0,
|
"days_in_advance": 0,
|
||||||
"docstatus": 0,
|
"docstatus": 0,
|
||||||
"doctype": "Email Alert",
|
"doctype": "Notification",
|
||||||
"document_type": "Training Result",
|
"document_type": "Training Result",
|
||||||
"enabled": 1,
|
"enabled": 1,
|
||||||
"event": "Submit",
|
"event": "Submit",
|
@ -3,7 +3,7 @@
|
|||||||
"creation": "2017-08-11 03:13:40.519614",
|
"creation": "2017-08-11 03:13:40.519614",
|
||||||
"days_in_advance": 0,
|
"days_in_advance": 0,
|
||||||
"docstatus": 0,
|
"docstatus": 0,
|
||||||
"doctype": "Email Alert",
|
"doctype": "Notification",
|
||||||
"document_type": "Training Event",
|
"document_type": "Training Event",
|
||||||
"enabled": 1,
|
"enabled": 1,
|
||||||
"event": "Submit",
|
"event": "Submit",
|
Loading…
x
Reference in New Issue
Block a user