Store ledger for advanced/deferred payments. Member registry, cashier, point of sale module, and transaction history.
Find a file
Claude ca344e3762
fix: remove all non-ASCII characters that cause Windows encoding issues
- PIN input: removed literal bullet placeholder (was the reported gibberish)
- Search placeholders: ... -> ... (ASCII)
- Custom... period option in statement: uses … entity
- app.js/common.js/style.css/bar.js/cashier.js: en/em dashes in
  comments -> ASCII hyphens; Unicode minus sign U+2212 -> plain hyphen
- main.py: arrows and dashes in comments -> ASCII
- bar.html/cashier.html: standalone page titles and placeholders fixed

Intentional: pound sign in currency defaults stays as UTF-8 (served
with Content-Type: text/html; charset=utf-8 and correct HTTP headers).

https://claude.ai/code/session_01JuRTR5Xjx8emQsyerBgGU7
2026-05-31 03:48:14 +00:00
docs Revise Windows deployment steps in deployment.md 2026-05-31 10:19:14 +07:00
static fix: remove all non-ASCII characters that cause Windows encoding issues 2026-05-31 03:48:14 +00:00
.gitignore Ignore runtime data files (clubledger.db, staff.json) 2026-05-30 15:44:56 +00:00
LICENSE Initial commit 2026-05-30 12:01:08 +07:00
main.py fix: remove all non-ASCII characters that cause Windows encoding issues 2026-05-31 03:48:14 +00:00
manage.py Add manage.py CLI for password reset and database wipe 2026-05-30 17:02:40 +00:00
README.md Initial commit 2026-05-30 12:01:08 +07:00
requirements.txt Redesign receipts/statement to match spec; add logo upload 2026-05-30 16:55:23 +00:00
run.bat WINDOWS ONLY 2026-05-30 20:30:03 +07:00
run.sh run.sh: remove --quiet from pip so install errors are visible 2026-05-30 11:47:23 +00:00

ClubLedger

Store ledger for advanced/deferred payments. Member registry, cashier, point of sale module, and transaction history.