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 b1016a43c37..be9f2179eed 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 @@ -15,7 +15,7 @@ "message": "

{{ _(\"New Fiscal Year - {0}\").format(doc.name) }}

\n\n

{{ _(\"A new fiscal year has been automatically created.\") }}

\n\n

{{ _(\"Fiscal Year Details\") }}

\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n {% if doc.companies|length > 0 %}\n \n \n \n \n {% for idx in range(1, doc.companies|length) %}\n \n \n \n {% endfor %}\n {% endif %}\n
{{ _(\"Year Name\") }}{{ doc.name }}
{{ _(\"Start Date\") }}{{ frappe.format_value(doc.year_start_date) }}
{{ _(\"End Date\") }}{{ frappe.format_value(doc.year_end_date) }}
\n {% if doc.companies|length < 2 %}\n {{ _(\"Company\") }}\n {% else %}\n {{ _(\"Companies\") }}\n {% endif %}\n {{ doc.companies[0].company }}
{{ doc.companies[idx].company }}
\n\n{% if doc.disabled %}\n

{{ _(\"The fiscal year has been automatically created in a Disabled state to maintain consistency with the previous fiscal year's status.\") }}

\n{% endif %}\n\n

{{ _(\"Please review the {0} configuration and complete any required financial setup activities.\").format(frappe.utils.get_link_to_form(\"Fiscal Year\", doc.name, frappe.bold(\"Fiscal Year\"))) }}

", "message_type": "HTML", "minutes_offset": 0, - "modified": "2026-02-21 12:14:54.736795", + "modified": "2026-02-23 17:37:03.755394", "modified_by": "Administrator", "module": "Accounts", "name": "Notification for new fiscal year", @@ -30,5 +30,5 @@ ], "send_system_notification": 0, "send_to_all_assignees": 0, - "subject": "{{ _(\"New Fiscal Year {0} - Review Required\").format(doc.name) }}" + "subject": "New Fiscal Year {{ doc.name }} - Review Required" } diff --git a/erpnext/manufacturing/notification/material_request_receipt_notification/material_request_receipt_notification.json b/erpnext/manufacturing/notification/material_request_receipt_notification/material_request_receipt_notification.json index 6ef2ea30418..d39354df5fc 100644 --- a/erpnext/manufacturing/notification/material_request_receipt_notification/material_request_receipt_notification.json +++ b/erpnext/manufacturing/notification/material_request_receipt_notification/material_request_receipt_notification.json @@ -2,6 +2,7 @@ "attach_print": 0, "channel": "Email", "condition": "doc.status == \"Received\" or doc.status == \"Partially Received\"", + "condition_type": "Python", "creation": "2019-04-29 11:53:23.981418", "days_in_advance": 0, "docstatus": 0, @@ -11,16 +12,18 @@ "event": "Value Change", "idx": 0, "is_standard": 1, + "message": "

{{ _(\"Material Request Type\") }}: {{ doc.material_request_type }}
\n{{ _(\"Company\") }}: {{ doc.company }}

\n\n

{{ _(\"Order Summary\") }}

\n\n\n \n \n \n \n {% for item in doc.items %}\n {% if frappe.utils.flt(item.received_qty, 2) > 0.0 %}\n \n \n \n \n {% endif %}\n {% endfor %}\n
{{ _(\"Item Name\") }}{{ _(\"Received Quantity\") }}
{{ item.item_code }}{{ frappe.utils.flt(item.received_qty, 2) }}
\n", "message_type": "HTML", "method": "", - "modified": "2023-11-17 08:53:29.525296", + "minutes_offset": 0, + "modified": "2026-02-23 17:41:43.982194", "modified_by": "Administrator", "module": "Manufacturing", "name": "Material Request Receipt Notification", "owner": "Administrator", "recipients": [ { - "receiver_by_document_field": "requested_by" + "receiver_by_document_field": "owner" } ], "send_system_notification": 0,