Pythonic Point of Sale System
Go to file
Lance Edgar 2a835d9bcb feat: use latest flet, try to fix threading issues
see also, previous comment in pyproject.toml (removed in this commit).

there is some event loop error happening on app exit with latest flet,
which may or may not be solved with this commit.  but since flet is
still essentially in beta phase, seems better to stay on latest
version instead of holding back.

this tries to fix the issue(s) in the following ways:

- timestamp thread is now "daemonized"
- if runtime error happens in timestamp control, ignore and exit thread
- if runtime error happens in main thread error handler, also ignore

we'll see what happens next after some usage
2024-07-05 16:41:11 -05:00
wuttapos feat: use latest flet, try to fix threading issues 2024-07-05 16:41:11 -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.