Skip to content
/ verne Public

Customer loyalty system for internal use. Very basic, based on Python's Tkinter, needs much work yet.

Notifications You must be signed in to change notification settings

mimmon/verne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

verne

Customer loyalty system for internal use. Very basic, based on Python's Tkinter, needs much work yet.

  1. It saves the customers purchases history in retail store.
  2. Each customer has its own card with a bar code. The code is scanned to the entry and the customer details appear in window.
  3. If customer makes a purchase, it'll be recorded using "+ kredit" (+purchase)
  4. If customer has already 50 points, s/he can use her/his points to get a discount of 10%.
  5. Customer can be edited in any time.
  6. You can look for a customer using his bar code or via look up tool: enter first letters of his name or surname or use first letters of his name AND surname divided by space and system will look up the possible customers.

The interface is only in Slovak, maybe in future verisions there will be multilingual support, now it is hardcoded Slovak.

Issues:
1) the customers details and purchase history are stored in simple txt file. In future this should be done using a simple database. Especially if there are more customers.
2) vertical scrolling in the look up window should be added.

About

Customer loyalty system for internal use. Very basic, based on Python's Tkinter, needs much work yet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages