Skip to content

Created a Point of Sale System for a local retail store

Notifications You must be signed in to change notification settings

nullvoid10/CYJ-POS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Point of Sale System Web App

A point of sale system made with python django for a local retail store. The idea was to run a local server in a private network where staff could connect to serve client with POS capability.

Technologies used

  • Python
  • Django
  • Bootstrap
  • Jquery
  • AJAX
  • JSON
  • Django Template Language

Benefits

  • New staff don't need to memorize prices.
  • Recorded all transactions.
  • Accounting will be easy.

Features

  • Can create, read, update, delete customer.
  • Can create, read, update, delete product.
  • Can create, read, update, delete products category.
  • Invoice.
  • Also has a price list feature.
  • etc...

Just clone it run the following

    $ python3 manage.py makemigrations
    $ python3 manage.py migrate
    $ python3 manage.py createsuperuser
    $ python3 manage.py runserver

See video demo here

About

Created a Point of Sale System for a local retail store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published