How to create Summary Dashboard of all reports in a single window

Hi,
I need to create Summary Dashboard of all reports in a single window.
Like stock summary, account summary, sales, purchase reports must be displayed in a single window.

You can create a Visual Dashboard if you want, having all this information. So, you need to get the data, analyze it and show it as charts using Frappe Charts.

So to break it down, you will need to do all this :-

  1. Get data and analyze it in Python
  2. Write JS, and use Frappe Charts to visualize it. Show this final dashboard as a webpage.
1 Like

Thank you…
I created a dashboard using Metabase… that sounds cool :sunglasses: