feat: add basic model, views for Stores
This commit is contained in:
parent
76075f146c
commit
3ef84ff706
11 changed files with 348 additions and 1 deletions
|
@ -43,6 +43,7 @@ For an online demo see https://demo.wuttaproject.org/
|
|||
api/sideshow.db.model.customers
|
||||
api/sideshow.db.model.orders
|
||||
api/sideshow.db.model.products
|
||||
api/sideshow.db.model.stores
|
||||
api/sideshow.enum
|
||||
api/sideshow.orders
|
||||
api/sideshow.web
|
||||
|
@ -58,3 +59,4 @@ For an online demo see https://demo.wuttaproject.org/
|
|||
api/sideshow.web.views.customers
|
||||
api/sideshow.web.views.orders
|
||||
api/sideshow.web.views.products
|
||||
api/sideshow.web.views.stores
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue