Hello everyone,
We are currently using ERPNext for our accounting workflows and noticed that the financial statement reports (such as Profit and Loss Statement and Balance Sheet) include charts by default.
For our use case, we would like to remove or disable these charts so that only the tabular report data is displayed.
We are looking for a clean and maintainable way to achieve this without modifying core files.
Environment details:
ERPNext Version: v15.98.1
Frappe Version: : v15.100.1
Deployment: Production server using Bench
Customization approach: Preferably via custom app or configuration rather than core modification
Questions:
-
Is there a configuration or setting available to disable charts in financial reports?
-
If not, what would be the recommended approach to remove them (e.g., overriding report JS, modifying report configuration, or using a custom script)?
-
Has anyone implemented a similar customization in ERPNext v15?
Any guidance or best practices would be greatly appreciated.
Thank you.