https://github.com/waldo0137/tienda
Built with Django. A comprehensive Point of Sale (POS) system for retail small businesses with shopping cart, inventory tracking, and reporting capabilities.
https://github.com/waldo0137/tienda
accounting-reports boostrap django django-application django-framework django-project javascript management-system pipenv pos-system python recipe-generator report-generator report-template shopping-cart store-app-platform store-management-system
Last synced: 4 months ago
JSON representation
Built with Django. A comprehensive Point of Sale (POS) system for retail small businesses with shopping cart, inventory tracking, and reporting capabilities.
- Host: GitHub
- URL: https://github.com/waldo0137/tienda
- Owner: Waldo0137
- Created: 2024-06-11T21:34:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-12T23:45:52.000Z (10 months ago)
- Last Synced: 2025-01-31T23:04:49.710Z (5 months ago)
- Topics: accounting-reports, boostrap, django, django-application, django-framework, django-project, javascript, management-system, pipenv, pos-system, python, recipe-generator, report-generator, report-template, shopping-cart, store-app-platform, store-management-system
- Language: JavaScript
- Homepage:
- Size: 19.5 MB
- Stars: 22
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Point of Sale (POS) System
## Description
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.## Features
- User-friendly shopping cart interface
- Robust reporting capabilities
- Inventory tracking
- Supplier monitoring
- Sales reports generation
- PDF and Excel report exports## Prerequisites
- Python 3.x
- Pipenv
## Installation
1. Clone the repository:
```bash
git clone https://github.com/username/tienda.git
```
2. Navigate to the project directory:
```bash
cd tienda
```
3. Install the dependencies && 3rds parties:
```bash
pip install pipenv
pipenv install Django
pipenv install openpyxl
pipenv install html2pdf
```## Usage
## Usage
1. Activate the virtual environment:
```bash
pipenv shell
```
2. Apply migrations:
```bash
pipenv run python manage.py makemigrations
pipenv run python manage.py migrate
```
3. Run the application:
```bash
pipenv run python manage.py runserver
```
4. Open your web browser and go to:
```
http://localhost:8000
```For questions or collaboration, please contact me via [Twitter](https://twitter.com/Wa_ViGo) or email at [Gmail](mailto:[email protected]).
## License
This project is licensed under the MIT License.## Screenshoots










