Home
Softono

Tienda

Open source JavaScript
42
Stars
19
Forks
0
Issues
1
Watchers
2 years
Last Commit

 About Tienda

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

Platforms

Web Self-hosted

Languages

JavaScript

Links

Need Help Installing Tienda?

We provide expert installation service for this software. Our team will install, configure, and secure Tienda on your server. plans start at just $30.

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

Screenshot_1 Screenshot_2 Screenshot_3 Screenshot_4 Screenshot_5 Screenshot_6 Screenshot_7 Screenshot_8 Screenshot_9 Screenshot_10 Screenshot_11