Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Sideshow 0.6.0 documentation
Sideshow 0.6.0 documentation

Documentation:

  • Overview
  • Glossary
  • Installation
  • Command Line
    • Built-in Commands

Package API:

  • sideshow
  • sideshow.app
  • sideshow.batch
  • sideshow.batch.neworder
  • sideshow.cli
  • sideshow.cli.base
  • sideshow.cli.install
  • sideshow.config
  • sideshow.db
  • sideshow.db.model
  • sideshow.db.model.batch
  • sideshow.db.model.batch.neworder
  • sideshow.db.model.customers
  • sideshow.db.model.orders
  • sideshow.db.model.products
  • sideshow.db.model.stores
  • sideshow.enum
  • sideshow.orders
  • sideshow.web
  • sideshow.web.app
  • sideshow.web.forms
  • sideshow.web.forms.schema
  • sideshow.web.menus
  • sideshow.web.static
  • sideshow.web.views
  • sideshow.web.views.batch
  • sideshow.web.views.batch.neworder
  • sideshow.web.views.common
  • sideshow.web.views.customers
  • sideshow.web.views.orders
  • sideshow.web.views.products
  • sideshow.web.views.stores
Back to top
View this page

sideshow.db.modelΒΆ

Sideshow data models

This is the default app model module for Sideshow.

This namespace exposes everything from wuttjamaican.db.model, plus the following.

Primary data models:

  • Store

  • Order

  • OrderItem

  • OrderItemEvent

  • LocalCustomer

  • LocalProduct

  • PendingCustomer

  • PendingProduct

And the batch models:

  • NewOrderBatch

  • NewOrderBatchRow

Next
sideshow.db.model.batch
Previous
sideshow.db
Copyright © 2025, Lance Edgar
Made with Sphinx and @pradyunsg's Furo