Pythonic Point of Sale System
Go to file
Lance Edgar 4eb9442fce feat: begin abstraction for more flexible button menus
plenty more to do here yet, but i'm mostly happy with these patterns.

i don't love the `pos` reference being passed from View down to
Button, since any intermediary controls may not (yet?) need the ref
but must maintain it so buttons can run pos.cmd()

also the `entry` param for cmd() may not be that useful since we can
pass arbitrary kwargs?
2024-07-06 23:39:55 -05:00
wuttapos feat: begin abstraction for more flexible button menus 2024-07-06 23:39:55 -05:00
.gitignore feat: switch from setup.cfg to pyproject.toml + hatchling 2024-06-10 21:56:59 -05:00
CHANGELOG.md bump: version 0.2.0 → 0.2.1 2024-07-01 11:55:59 -05:00
pyproject.toml feat: use latest flet, try to fix threading issues 2024-07-05 16:41:11 -05:00
README.md Initial commit, basic login working 2023-09-22 21:39:25 -05:00
tasks.py feat: switch from setup.cfg to pyproject.toml + hatchling 2024-06-10 21:56:59 -05:00

WuttaPOS

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