Case/Special Order Tracker
Find a file
Lance Edgar ebd22fe6ee fix: expose config for new order w/ pending product
- whether or not this feature should be allowed at all
- user must have permission also
- UI should honor both of the above
- also, which fields are required for new pending product
2025-01-06 19:46:43 -06:00
docs docs: ensure static folder exists 2025-01-06 17:28:26 -06:00
src/sideshow fix: expose config for new order w/ pending product 2025-01-06 19:46:43 -06:00
tests fix: expose config for new order w/ pending product 2025-01-06 19:46:43 -06:00
.gitignore build: ignore dist folder 2025-01-06 17:38:12 -06:00
CHANGELOG.md bump: version 0.0.0 → 0.1.0 2025-01-06 17:37:40 -06:00
pyproject.toml feat: add basic "create order" feature, docs, tests 2025-01-06 17:03:41 -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