Pythonic Point of Sale System
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? |
||
|---|---|---|
| wuttapos | ||
| .gitignore | ||
| CHANGELOG.md | ||
| pyproject.toml | ||
| README.md | ||
| tasks.py | ||
WuttaPOS
Why not write a new POS system..? Heh surely a terrible idea, yet here we are.