Case/Special Order Tracker
Find a file
Lance Edgar f647d1e359 fix: decrease confusion for "add item" dialog when creating order
it was not clear to the user, what needs to happen when adding a new
item not yet in the system.  trick was, had to go to the Quantity tab
and choose the UOM.  hopefully this helps
2026-01-12 14:17:48 -06:00
docs fix: consolidate some duplicated code 2025-09-01 18:40:21 -05:00
src/sideshow fix: decrease confusion for "add item" dialog when creating order 2026-01-12 14:17:48 -06:00
tests fix: define get_row_parent() for OrderView 2025-12-15 17:04:48 -06:00
.gitignore build: ignore dist folder 2025-01-06 17:38:12 -06:00
.pylintrc fix: fix 'duplicate-code' for pylint 2025-09-01 19:36:38 -05:00
CHANGELOG.md bump: version 0.7.1 → 0.8.0 2025-12-15 17:05:39 -06:00
pyproject.toml bump: version 0.7.1 → 0.8.0 2025-12-15 17:05:39 -06:00
README.md docs: set description, docs url in readme 2025-01-06 17:34:38 -06:00
tasks.py fix: format all code with black 2025-08-31 12:59:28 -05:00
tox.ini test: initial pylint support 2025-09-01 13:48:36 -05:00

Sideshow

This is a web app which provides retailers a way to track case/special orders.

Full docs are at https://rattailproject.org/docs/sideshow/

Quick Start

Make a virtual environment and install the app:

python3 -m venv sideshow
source sideshow/bin/activate
pip install Sideshow
sideshow install