From f951dd180a75a07ec2c8ed310633eabce276e46f Mon Sep 17 00:00:00 2001 From: ruthra kumar Date: Mon, 26 Jan 2026 21:25:21 +0530 Subject: [PATCH] refactor: payments dashboard (cherry picked from commit 99406ccc15ebfe50055c767267c3bbc4cd937fc4) --- .../accounts_dashboard/payments/payments.json | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 erpnext/accounts/accounts_dashboard/payments/payments.json diff --git a/erpnext/accounts/accounts_dashboard/payments/payments.json b/erpnext/accounts/accounts_dashboard/payments/payments.json new file mode 100644 index 00000000000..22110e8ed2b --- /dev/null +++ b/erpnext/accounts/accounts_dashboard/payments/payments.json @@ -0,0 +1,50 @@ +{ + "cards": [ + { + "card": "Total Outgoing Bills" + }, + { + "card": "Total Incoming Bills" + }, + { + "card": "Total Incoming Payment" + }, + { + "card": "Total Outgoing Payment" + } + ], + "charts": [ + { + "chart": "Incoming Bills (Purchase Invoice)", + "width": "Half" + }, + { + "chart": "Outgoing Bills (Sales Invoice)", + "width": "Half" + }, + { + "chart": "Accounts Receivable Ageing", + "width": "Half" + }, + { + "chart": "Accounts Payable Ageing", + "width": "Half" + }, + { + "chart": "Bank Balance", + "width": "Full" + } + ], + "creation": "2026-01-26 21:25:12.793893", + "dashboard_name": "Payments", + "docstatus": 0, + "doctype": "Dashboard", + "idx": 0, + "is_default": 0, + "is_standard": 1, + "modified": "2026-01-26 21:25:12.793893", + "modified_by": "Administrator", + "module": "Accounts", + "name": "Payments", + "owner": "Administrator" +}