Pythonic Point of Sale System
Go to file
Lance Edgar 4a9c93c96b Require decimal point when user enters currency amount
e.g. '10.' or '.10' is ok, but '10' is not allowed due to ambiguity
2023-10-19 15:59:40 -05:00
wuttapos Require decimal point when user enters currency amount 2023-10-19 15:59:40 -05:00
.gitignore Add support for custom header logo image within assets dir 2023-09-29 13:02:30 -05:00
CHANGELOG.md Update changelog 2023-09-22 21:43:08 -05:00
README.md Initial commit, basic login working 2023-09-22 21:39:25 -05:00
setup.cfg Add basic Feedback button for POS screen 2023-09-24 19:29:57 -05:00
setup.py Initial commit, basic login working 2023-09-22 21:39:25 -05:00
tasks.py Initial commit, basic login working 2023-09-22 21:39:25 -05:00

WuttaPOS

Why not write a new POS system..? Heh surely a terrible idea, yet here we are.