Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T23:45:52.000Z (3 months ago)
- Last Synced: 2024-10-11T07:04:47.909Z (about 1 month 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: 20
- Watchers: 1
- Forks: 6
- 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
![Screenshot_1](https://github.com/Waldo0137/tienda/assets/54595253/f70ea2cf-bba0-4d99-8839-48ae8b0357da)
![Screenshot_2](https://github.com/Waldo0137/tienda/assets/54595253/847032b9-eb67-41de-bf89-e1babf66b076)
![Screenshot_3](https://github.com/Waldo0137/tienda/assets/54595253/a401fd11-148b-4b3c-8a7e-8c2e7e60cbcd)
![Screenshot_4](https://github.com/Waldo0137/tienda/assets/54595253/4f98f4e1-8712-460a-9b2e-7db9d30454f6)
![Screenshot_5](https://github.com/Waldo0137/tienda/assets/54595253/fe5b6a6d-64d6-4cf9-b767-341a07bfb004)
![Screenshot_6](https://github.com/Waldo0137/tienda/assets/54595253/afec0024-346d-4119-b1f9-e3ea3cab28dc)
![Screenshot_7](https://github.com/Waldo0137/tienda/assets/54595253/cee83edb-9cd9-4b09-8a04-6fa2c9adc7d1)
![Screenshot_8](https://github.com/Waldo0137/tienda/assets/54595253/1a36b00a-6055-47bf-893e-84e83c9d7000)
![Screenshot_9](https://github.com/Waldo0137/tienda/assets/54595253/d16453c8-516a-40d8-951c-df6ae83f35df)
![Screenshot_10](https://github.com/Waldo0137/tienda/assets/54595253/3d8ec858-8458-4d66-aa69-0bfb1b2be6e1)
![Screenshot_11](https://github.com/Waldo0137/tienda/assets/54595253/e41b4ffe-6cd1-4da6-8045-522af7abb7f7)