Skip to content

akhdaniel/POS-System

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

POS-System

License Status

A simple Point-of-Sale system with graphic interface. The system is controlled by one person at time.

Design

The system is developed in python and designed with Kivy.

How it works

All the workers are registered on the system, and when someone start to work, needs to login in his account and logout at the end. Everything keeps registered. The system load from a database what is still available and what's not available. When someting's stock is almost ending, the user will be warned. The administrator will take care of the available itens.

Storing data

In this project, to save all data, a SQLite3 local database is used. The database is already included in the project.

Manage accounts

The administrator as a panel to manage accounts in the system. Each employer have a card with a username and a password.

About

💹 A simple Point-of-Sale system with graphic interface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%