diff --git a/erpnext/accounts/notification/notification_for_new_fiscal_year/notification_for_new_fiscal_year.html b/erpnext/accounts/notification/notification_for_new_fiscal_year/notification_for_new_fiscal_year.html new file mode 100644 index 0000000000..0c4a46241d --- /dev/null +++ b/erpnext/accounts/notification/notification_for_new_fiscal_year/notification_for_new_fiscal_year.html @@ -0,0 +1,3 @@ +
{{ _("New fiscal year created :- ") }} {{ doc.name }}
diff --git a/erpnext/accounts/notification/notification_for_new_fiscal_year/notification_for_new_fiscal_year.json b/erpnext/accounts/notification/notification_for_new_fiscal_year/notification_for_new_fiscal_year.json index 4c7faf4f65..f605ad3ba6 100644 --- a/erpnext/accounts/notification/notification_for_new_fiscal_year/notification_for_new_fiscal_year.json +++ b/erpnext/accounts/notification/notification_for_new_fiscal_year/notification_for_new_fiscal_year.json @@ -11,19 +11,21 @@ "event": "New", "idx": 0, "is_standard": 1, - "message": "{{ _(\"New fiscal year created :- \") }} {{ doc.name }}
", - "modified": "2018-04-25 14:30:38.588534", + "message_type": "HTML", + "modified": "2023-11-17 08:54:51.532104", "modified_by": "Administrator", "module": "Accounts", "name": "Notification for new fiscal year", "owner": "Administrator", "recipients": [ { - "email_by_role": "Accounts User" + "receiver_by_role": "Accounts User" }, { - "email_by_role": "Accounts Manager" + "receiver_by_role": "Accounts Manager" } ], + "send_system_notification": 0, + "send_to_all_assignees": 0, "subject": "Notification for new fiscal year {{ doc.name }}" -} \ No newline at end of file +} diff --git a/erpnext/accounts/notification/notification_for_new_fiscal_year/notification_for_new_fiscal_year.md b/erpnext/accounts/notification/notification_for_new_fiscal_year/notification_for_new_fiscal_year.md deleted file mode 100644 index c674ab6d0e..0000000000 --- a/erpnext/accounts/notification/notification_for_new_fiscal_year/notification_for_new_fiscal_year.md +++ /dev/null @@ -1,3 +0,0 @@ -{{ _("New fiscal year created :- ") }} {{ doc.name }}
\ No newline at end of file diff --git a/erpnext/manufacturing/notification/material_request_receipt_notification/material_request_receipt_notification.md b/erpnext/manufacturing/notification/material_request_receipt_notification/material_request_receipt_notification.html similarity index 57% rename from erpnext/manufacturing/notification/material_request_receipt_notification/material_request_receipt_notification.md rename to erpnext/manufacturing/notification/material_request_receipt_notification/material_request_receipt_notification.html index e6feee971d..ca97516e02 100644 --- a/erpnext/manufacturing/notification/material_request_receipt_notification/material_request_receipt_notification.md +++ b/erpnext/manufacturing/notification/material_request_receipt_notification/material_request_receipt_notification.html @@ -1,12 +1,12 @@ -Material Request Type: {{ doc.material_request_type }}{{ _("Material Request Type") }}: {{ doc.material_request_type }}
+{{ _("Company") }}: {{ doc.company }}
Item Name | -Received Quantity | +{{ _("Item Name") }} | +{{ _("Received Quantity") }} |
---|
Item Name | \nReceived Quantity | \n
---|---|
{{ item.item_code }} | \n{{ frappe.utils.flt(item.received_qty, 2) }} | \n