diff --git a/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher_dashboard.py b/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher_dashboard.py new file mode 100644 index 00000000000..fcbeb8350ba --- /dev/null +++ b/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher_dashboard.py @@ -0,0 +1,8 @@ +from frappe import _ + + +def get_data(): + return { + "non_standard_fieldnames": {"MapReduce Job": "document_name"}, + "transactions": [{"label": _("Job"), "items": ["MapReduce Job"]}], + }