This project is Built with Django. This project is a Point of Sale (POS) system designed to optimize retail operations. Featuring a user-friendly shopping cart interface and robust reporting capabilities, it allows for efficient transaction processing, inventory tracking, and supplier monitoring. Ideal for small and medium-sized retail businesses.
- User-friendly shopping cart interface
- Robust reporting capabilities
- Inventory tracking
- Supplier monitoring
- Sales reports generation
- PDF and Excel report exports
- Python 3.x
- Pipenv
- Clone the repository:
git clone https://github.com/username/tienda.git
- Navigate to the project directory:
cd tienda
- Install the dependencies && 3rds parties:
pip install pipenv pipenv install Django pipenv install openpyxl pipenv install html2pdf
- Activate the virtual environment:
pipenv shell
- Apply migrations:
pipenv run python manage.py makemigrations pipenv run python manage.py migrate
- Run the application:
pipenv run python manage.py runserver
- Open your web browser and go to:
http://localhost:8000
For questions or collaboration, please contact me via Twitter or email at Gmail.
This project is licensed under the MIT License.