I want to implement a reports and analytics code in django
This is the reports app for a business management website. One of its features is to identify the top selling product on the platform.Another is that it process low stock alerts,identify stock which has no sales. Also, it should display a table for the product, the units sold, total price of the products and if the product is available.Finally, the report app needs to count order based a date range. It should add revenue generated and filter revenue.enter image description here