Skip to content

arbopa/DeliveryTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delivery Ledger (PySide6)

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?"

What It Does

  • Logs deliveries by job/client name
  • Records delivery type: Preview, Final, or Revised
  • 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)

Who It Is For

Photographers and small studios that deliver image folders to clients and need a simple, searchable delivery trail.

Typical Workflow

  1. Create or select a job name.
  2. Choose (or drag/drop) the folder you delivered.
  3. Mark it as Preview, Final, or Revised.
  4. Add an optional note.
  5. Save and keep moving.

Later, open the job history to confirm exactly what was sent and when.

Install

pip install -r requirements.txt

Run

python app.py

About

Delivery Ledger is a small desktop app for photographers who want a clean history of what they delivered to each client.

Resources

Stars

Watchers

Forks

Packages