Skip to content

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

Notifications You must be signed in to change notification settings

Waldo0137/tienda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/pos-system.git
  2. Navigate to the project directory:
    cd pos-system
  3. Install the dependencies && 3rds parties:
    pip install pipenv
    pipenv install Django
    pipenv install openxl
    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

Screenshot_1 Screenshot_2 Screenshot_3 Screenshot_4 Screenshot_5 Screenshot_6 Screenshot_7 Screenshot_8 Screenshot_9 Screenshot_10 Screenshot_11