• Joined on 2022-10-10
jerick pushed to main at jerick/finance-app 2026-04-22 13:39:19 +00:00
1400aa99d6 Enforce positive=CREDIT for all BANK account uploads
jerick pushed to main at jerick/finance-app 2026-04-22 13:37:32 +00:00
948ac2afe6 Fix Huntington profile detection: remove optional Split/Tags columns
jerick pushed to main at jerick/finance-app 2026-04-22 13:33:20 +00:00
705a23c520 Revert bank profiles to invertAmountSign: true
jerick pushed to main at jerick/finance-app 2026-04-22 02:38:18 +00:00
a472749b21 Fix bank account sign convention: positive = DEBIT (withdrawal)
jerick pushed to main at jerick/finance-app 2026-04-22 02:25:12 +00:00
99e41aab78 Fix pagination resetting to page 1 on navigation
jerick pushed to main at jerick/finance-app 2026-04-22 01:02:57 +00:00
038539c191 Remove dedupeHash and duplicate skipping from CSV upload
jerick pushed to main at jerick/finance-app 2026-04-22 00:56:36 +00:00
decfb19ec6 Add restart: unless-stopped to db and app services
jerick pushed to main at jerick/finance-app 2026-04-22 00:28:40 +00:00
3c13ae3597 Fix budget SelectValue showing ID instead of name in edit dialog
jerick pushed to main at jerick/finance-app 2026-04-22 00:15:48 +00:00
6f1376cc53 Add TRANSFER transaction type with bulk action and auto-rules
jerick pushed to main at jerick/finance-app 2026-04-21 20:57:24 +00:00
34bf24b35d Fix Discover CC sign convention: negative CSV = charge (DEBIT)
jerick pushed to main at jerick/finance-app 2026-04-21 20:46:55 +00:00
587ac19b18 Revert budget to net DEBIT-CREDIT formula, remove fix-cc-types endpoint
jerick pushed to main at jerick/finance-app 2026-04-21 20:40:08 +00:00
00d4796008 Fix budget totals going negative
jerick pushed to main at jerick/finance-app 2026-04-21 20:30:30 +00:00
5a795d7e93 Fix stale balances after transaction delete
jerick pushed to main at jerick/finance-app 2026-04-21 20:25:03 +00:00
60dabb6264 Recompute account balance after bulk transaction delete
jerick pushed to main at jerick/finance-app 2026-04-21 20:19:02 +00:00
da938c1fcf Fix account delete blocked by CsvUpload FK constraint
jerick pushed to main at jerick/finance-app 2026-04-21 15:32:55 +00:00
0cf4612106 Add INVESTMENT account type with manual portfolio value recording
jerick pushed to main at jerick/finance-app 2026-04-21 15:05:16 +00:00
0ea6a7c698 Fix account select showing cuid instead of name in transaction filters
jerick pushed to main at jerick/finance-app 2026-04-21 15:00:04 +00:00
62ca178308 Remove CC type flip — normalizer already produces correct DEBIT/CREDIT for Discover CC
a9c12b94e1 Budget spend: simple DEBIT+/CREDIT- net formula, consistent with type flip
Compare 2 commits »
jerick pushed to main at jerick/finance-app 2026-04-21 14:46:11 +00:00
1a984d1eac Fix budget sign logic: CC CREDIT=spend, CC DEBIT=refund (type-flip aware)
jerick pushed to main at jerick/finance-app 2026-04-21 14:43:08 +00:00
c2b9184f2c Changed budget allocation