POS - this is a point of sale system command line based built using python. The system has 3 modules that is the Customer, Product and Purchase that operates using CRUD operations.
- Features
- [Installation](#Installation-/-Setup instruction)
- Technologies
- Setup
- Author
The user can perform the following functions:
- A user can perfom all the CRUD operations that is create, read, update and delete in the 3 modules
- A user can view a list of customers, products and purchase details saved in a text file on the command line
- A user can make a sale on products available in the system
- A user can print a receipt after completing the transaction
- A user can send an email of the receipt after completing the transaction
The application requires the following installations to operate:
- Language: Python 3.8.10
- IDE: VSCode
- python
- git clone the repository
https://github.com/Juliet-Ol/pos_
- cd into pos_-Clone
cd pos_-Clone
- open the application with an IDE e.g VsCode
to run the application
- Run Application
python3 pos.py
- There are no known bugs currently but pull requests are allowed incase you find a bug
If you have any question or contributions, please find me on [LinkedIn]www.linkedin.com/in/juliet-oluoch-262018
© 2022 Juliet Oluoch