Delivery Ledger is a small desktop app for photographers who want a clean history of what they delivered to each client.
It helps you track the full handoff timeline for every job:
- Previews you sent for selection
- Final images you delivered
- Revisions you sent after feedback
The goal is simple: keep a reliable historical record so you can stop asking:
- "Did I send those?"
- "When did I send those?"
- Logs deliveries by job/client name
- Records delivery type:
Preview,Final, orRevised - Stores folder path, file count, timestamp, and optional notes
- Shows grouped delivery history per job in a read-only timeline
- Supports drag-and-drop folder logging for fast entry
- Runs fully local with SQLite (no account, no cloud)
Photographers and small studios that deliver image folders to clients and need a simple, searchable delivery trail.
- Create or select a job name.
- Choose (or drag/drop) the folder you delivered.
- Mark it as Preview, Final, or Revised.
- Add an optional note.
- Save and keep moving.
Later, open the job history to confirm exactly what was sent and when.
pip install -r requirements.txt
python app.py