The title of my project

Sales Report Application

my image

Django Sales Application, this application provides the report the sales that occured in particular duration of time. The User send the request query for the specific duration of period, the condition is feteched from the database(here I used sql lite 3 for my database connectivity) , which handles the User and Product information and the Sales that had occured, from this database the user query get reterived.

The retrived data is shown in the table format using Pandas Framework, and for the better visualzation Matplotlib is used for creating charts(Bar Chart, Pie chart, Line chart).Django provides the middleware, that authedenticate the Valid Users to access the home page of the website.

The report can be collected as PDF format, and CSV files can also be uploaded in the drag box and the respective table get converted into objects and stored in the database the the report for the respective CSV file can also be obtained.

Source code