Case/Special Order Tracker
Find a file
2025-01-09 21:44:47 -06:00
docs docs: fix glossary term mixup 2025-01-09 21:04:34 -06:00
src/sideshow fix: bugfix when new order with no pending customer 2025-01-09 21:44:47 -06:00
tests feat: add basic support for local customer, product lookups 2025-01-09 12:13:58 -06:00
.gitignore build: ignore dist folder 2025-01-06 17:38:12 -06:00
CHANGELOG.md bump: version 0.1.0 → 0.2.0 2025-01-09 12:55:04 -06:00
pyproject.toml bump: version 0.1.0 → 0.2.0 2025-01-09 12:55:04 -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