siddharthd
  • Joined on 2026-02-14
siddharthd pushed to main at siddharthd/finance-app 2026-05-15 19:29:20 +10:00
5df164e9a5 feat(secrets): add SOPS+age encryption for .env
siddharthd pushed to main at siddharthd/finance-app 2026-05-11 19:15:55 +10:00
b8cd1b0f89 fix(reconcile): prevent split/tag double-counting on reconciled transactions
siddharthd pushed to main at siddharthd/finance-app 2026-05-10 16:53:05 +10:00
ce67e38d77 docs: update CLAUDE.md and README to reflect recent changes
siddharthd pushed to main at siddharthd/finance-app 2026-05-10 16:13:51 +10:00
b8296b6e29 fix(prisma): sync schema with DB
siddharthd pushed to main at siddharthd/finance-app 2026-05-10 16:07:02 +10:00
0c1f88ed9c feat(transactions): add imported date column, split filter, and sortable columns
4a49add277 feat: CSV import and batch reconciliation UI
07b8c1ef16 fix(shared): exclude payments from balance when tag filter is active
1b561af9e9 feat(filters): add No tags filter to transactions and shared pages
1296555f17 test: add unit and integration test suites
Compare 7 commits »
siddharthd pushed to main at siddharthd/finance-app 2026-03-14 21:33:26 +11:00
ef73a9cea0 fix(payment): participantId stuck as empty string when participants load async
siddharthd pushed to main at siddharthd/finance-app 2026-03-14 21:30:35 +11:00
d53d3106f2 fix(shared): tag filter SQL precedence, balance cards filter by tag
siddharthd pushed to main at siddharthd/finance-app 2026-03-14 21:27:10 +11:00
02ac136e19 fix(payment): crash on open due to amount.toFixed on numeric string
siddharthd pushed to main at siddharthd/finance-app 2026-03-14 21:20:26 +11:00
084b8764e3 feat(transactions): Payment button to record existing transaction as debt payment
siddharthd pushed to main at siddharthd/finance-app 2026-03-14 21:11:37 +11:00
281f0d3782 fix(shared): show full description and notes in split transactions table
siddharthd pushed to main at siddharthd/finance-app 2026-03-14 21:09:02 +11:00
85e7801407 feat(shared): replace settle buttons with payment ledger
siddharthd pushed to main at siddharthd/finance-app 2026-03-14 20:39:32 +11:00
5206388958 feat(filters): smart query bar with amount operators and multi-select dropdowns
siddharthd pushed to main at siddharthd/finance-app 2026-03-14 20:06:42 +11:00
8076d1a949 docs: update README and add CLAUDE.md for finance app
aeaca84cc7 feat(edit-transaction): edit modal with notes, inline tags, and split management
278e57354c feat(insights): analytics drill-down, fee tracking, and category improvements
9f90d8726f feat(rules): apply_split rules with run history and revert
859043f5a5 feat(shared): bidirectional split balance, credit direction, and multi-user view
Compare 6 commits »
siddharthd created branch main in siddharthd/scripts 2026-03-12 11:51:34 +11:00
siddharthd pushed to main at siddharthd/scripts 2026-03-12 11:51:34 +11:00
68c5d561a6 Initial commit: banking statement download scripts
siddharthd created repository siddharthd/scripts 2026-03-12 11:50:01 +11:00
siddharthd pushed to main at siddharthd/finance-app 2026-03-11 12:46:17 +11:00
0985c38be8 fix(rules): save-as-rule uses full merchant name with equals, not first description word
siddharthd pushed to main at siddharthd/finance-app 2026-03-11 12:40:04 +11:00
af4c64bba7 feat(splits): save split as rule from split modal
siddharthd pushed to main at siddharthd/finance-app 2026-03-11 12:05:38 +11:00
a8743ba7df feat(transactions): save-as-rule prompt after merchant/category edit
siddharthd pushed to main at siddharthd/finance-app 2026-03-10 00:44:00 +11:00
7b3fd4b65f fix(merchants): net spend accounting for refunds/credits