Simple desktop employee-ledger app for tracking reimbursements, advances, settlements, and CSV exports.
python -m venv .venv
.\.venv\Scripts\Activate.ps1
python -m pip install --upgrade pip
python -m pip install -r requirements-dev.txtpython src/app.pypytestUse the Export CSV action in the desktop app to save the currently selected
or filtered ledger view to an Excel-friendly CSV file.