Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 683 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 683 Bytes

###Sales and Inventory software for Local Ghanaian Pharmacy Making it as simple as possible for local pharmacies to save and review their stock whenever they please. With basic authentication so no unauthorised person gains access to the system. Produce reusable code, easily adaptable for other pharmacy systems. If possible basic consumer friendly shops.

  • Make customer checkout fast, easy and flexible
  • Easily add new items with our Quick Add feature

####Code

  • Python 2.7.6
  • Tkinter

####Requirements

  • stock_db.csv file in a db folder. Hence db/stock_db.csv
  • user_db.csv file your user login authentication

TODO: optimise imports TODO: encrypt password TODO: security