From 9580a3c9f7352833f20752e4a77c3ae31547e097 Mon Sep 17 00:00:00 2001 From: ruthra kumar Date: Mon, 22 Dec 2025 15:01:26 +0530 Subject: [PATCH] refactor: add charts to financial statements workspace --- .../financial_reports/financial_reports.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/erpnext/accounts/workspace/financial_reports/financial_reports.json b/erpnext/accounts/workspace/financial_reports/financial_reports.json index 3ab4a3e22d7..12645fabd1a 100644 --- a/erpnext/accounts/workspace/financial_reports/financial_reports.json +++ b/erpnext/accounts/workspace/financial_reports/financial_reports.json @@ -1,5 +1,11 @@ { - "charts": [], + "app": "erpnext", + "charts": [ + { + "chart_name": "Profit and Loss", + "label": "Profit and Loss" + } + ], "content": "[{\"id\":\"nKKr6fjgjb\",\"type\":\"card\",\"data\":{\"card_name\":\"Ledgers\",\"col\":4}},{\"id\":\"p7NY6MHe2Y\",\"type\":\"card\",\"data\":{\"card_name\":\"Financial Statements\",\"col\":4}},{\"id\":\"3AK1Zf0oew\",\"type\":\"card\",\"data\":{\"card_name\":\"Profitability\",\"col\":4}},{\"id\":\"Q_hBCnSeJY\",\"type\":\"card\",\"data\":{\"card_name\":\"Other Reports\",\"col\":4}}]", "creation": "2024-01-05 16:09:16.766939", "custom_blocks": [], @@ -260,7 +266,7 @@ "type": "Link" } ], - "modified": "2024-01-18 22:13:07.596844", + "modified": "2025-12-22 13:55:46.095713", "modified_by": "Administrator", "module": "Accounts", "name": "Financial Reports", @@ -273,5 +279,6 @@ "roles": [], "sequence_id": 5.0, "shortcuts": [], - "title": "Financial Reports" -} \ No newline at end of file + "title": "Financial Reports", + "type": "Workspace" +}