mirror of
https://github.com/kbenestad/ClubLedger.git
synced 2026-06-18 09:44:33 +00:00
Store ledger for advanced/deferred payments. Member registry, cashier, point of sale module, and transaction history.
Adds two widgets at the top of the Cashier view: - Total outstanding credit across all member accounts - Transaction summary (top-ups / withdrawals / charges / net) with period selector: today, this week, month, quarter, year, or custom date range. Backed by new GET /cashier/stats endpoint that respects the configured display timezone for period boundaries. https://claude.ai/code/session_01JuRTR5Xjx8emQsyerBgGU7 |
||
|---|---|---|
| docs | ||
| static | ||
| .gitignore | ||
| LICENSE | ||
| main.py | ||
| manage.py | ||
| README.md | ||
| requirements.txt | ||
| run.bat | ||
| run.sh | ||
ClubLedger
Store ledger for advanced/deferred payments. Member registry, cashier, point of sale module, and transaction history.