Case/Special Order Tracker
Find a file
Lance Edgar b4deea76e0 feat: add initial support for order item events
so far just attaching events on creation, but then can view them
2025-01-15 19:26:01 -06:00
docs fix: customize "view order item" page w/ panels 2025-01-15 17:16:31 -06:00
src/sideshow feat: add initial support for order item events 2025-01-15 19:26:01 -06:00
tests feat: add initial support for order item events 2025-01-15 19:26:01 -06:00
.gitignore build: ignore dist folder 2025-01-06 17:38:12 -06:00
CHANGELOG.md bump: version 0.2.0 → 0.3.0 2025-01-13 13:33:24 -06:00
pyproject.toml docs: tweak trove classifiers 2025-01-13 17:03:54 -06:00
README.md docs: set description, docs url in readme 2025-01-06 17:34:38 -06:00
tasks.py build: add release task 2025-01-06 17:35:31 -06:00
tox.ini feat: add basic "create order" feature, docs, tests 2025-01-06 17:03:41 -06: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