add customers table, view

plus some other random fixes
This commit is contained in:
Lance Edgar 2026-01-01 20:11:41 -06:00
parent 89238722b3
commit 67c97d0847
8 changed files with 261 additions and 2 deletions

View file

@ -59,7 +59,7 @@ wuttapos = "wuttapos.app:WuttaPosAppProvider"
# TODO: (why) is this needed again?
[project.entry-points."wutta.web.menus"]
"wuttapos" = "wuttapos.server.menus:serverMenuHandler"
"wuttapos" = "wuttapos.server.menus:WuttaPosMenuHandler"
[project.urls]