Etyres is an inventory management and invoicing desktop web app focused on tyre dealerships, built with React, Flask and Mongo. It is designed with a focus on negotations that take place between a seller and customer, GST invoice is computed accordingly.
Try the Live Demo - ETyres
purchase.mp4
sale.mp4
report.mp4
- Download Docker for your OS
- For Ubuntu - download Docker Engine and Docker-compose.
- For Windows - download Docker Desktop.
- For MacOS - download Docker Desktop.
- Fork and clone this repo
- Run the following command to start the dev build (make sure it is executed from the project diretory) -
sudo docker-compose --profile dev up
The app can be accessed at localhost:3000/, and the mongodb at port 27017 (any mongo GUI tool can be used such as Mongo Compass).
Feel free to fork it and make contributions.
- Make the server async.
- Add feature to delete sale invoice, reverse stock.
- Add analytics page.
- Add GSTR3B tally feature