feat: add basic readonly web views for CORE members, products
also adds canonical web app db sessions for CORE also adds some methods to corepos handler, to get model / make session
This commit is contained in:
parent
b134e340ff
commit
05f428586b
22 changed files with 655 additions and 2 deletions
|
@ -5,7 +5,8 @@ Wutta-COREPOS
|
|||
This package adds basic integration with `CORE-POS`_, using
|
||||
`pyCOREPOS`_.
|
||||
|
||||
Its main purpose is to setup DB connections for CORE Office.
|
||||
Its main purpose is to setup DB connections for CORE Office, but it
|
||||
also contains basic readonly web views for some CORE tables.
|
||||
|
||||
.. _CORE-POS: https://www.core-pos.com/
|
||||
|
||||
|
@ -26,3 +27,10 @@ Its main purpose is to setup DB connections for CORE Office.
|
|||
api/wutta_corepos.app
|
||||
api/wutta_corepos.conf
|
||||
api/wutta_corepos.handler
|
||||
api/wutta_corepos.web
|
||||
api/wutta_corepos.web.db
|
||||
api/wutta_corepos.web.views
|
||||
api/wutta_corepos.web.views.corepos
|
||||
api/wutta_corepos.web.views.corepos.master
|
||||
api/wutta_corepos.web.views.corepos.members
|
||||
api/wutta_corepos.web.views.corepos.products
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue