tienda

Built with Django. A comprehensive Point of Sale (POS) system for retail small businesses with shopping cart, inventory tracking, and reporting capabilities.

Stars
19
Committers
2

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:
    git clone https://github.com/username/tienda.git
    
  2. Navigate to the project directory:
    cd tienda
    
  3. Install the dependencies && 3rds parties:
    pip install pipenv
    pipenv install Django
    pipenv install openpyxl
    pipenv install html2pdf
    

Usage

Usage

  1. Activate the virtual environment:
    pipenv shell
    
  2. Apply migrations:
    pipenv run python manage.py makemigrations
    pipenv run python manage.py migrate
    
  3. Run the application:
    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 or email at Gmail.

License

This project is licensed under the MIT License.

Screenshoots