Pythonic Point of Sale System
Go to file
Lance Edgar 1df3327d9b feat: abandon UserControl as parent class for custom controls
since that is now deprecated; see also

- https://flet.dev/blog/flet-fastapi-and-async-api-improvements#custom-controls-api-normalized
- https://flet.dev/docs/getting-started/custom-controls/

also, the docs now have a good "counter" example which inspired a
change to the timestamp control, hopefully this means smarter thread
management and no more event loop errors..?
2024-07-05 19:53:13 -05:00
wuttapos feat: abandon UserControl as parent class for custom controls 2024-07-05 19:53:13 -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.