sideshow.db.model.stores

Data models for Stores

class sideshow.db.model.stores.Store(**kwargs)[source]

Represents a physical location for the business.

archived

Indicates the store has been “retired” essentially, and mostly hidden from view.

get_display()[source]

Returns the display string for the store, e.g. “001 Acme Goods”.

name

Display name for the store (must be unique!).

store_id

Unique ID for the store.