Alex Phillips
|
81ad9ba37d
|
ensure that the next 'month' is always present - this handles month rollovers on the first
|
2022-02-05 07:21:42 -05:00 |
|
Alex Phillips
|
62c910f934
|
prettier formatting
|
2022-01-08 09:18:32 -05:00 |
|
Alex Phillips
|
a8744da70e
|
attempting to optimize API calls by allowing query params to return specific data
|
2022-01-04 18:55:26 -05:00 |
|
Alex Phillips
|
cf8785a017
|
re-organized / centralized sorting order logic, added support for reordering accounts
|
2021-12-29 14:54:16 -05:00 |
|
Alex Phillips
|
bbfc7b8c03
|
more tweaks to entity management, tests now fixed, in UI, budget table categories are now draggable and sortable
|
2021-12-13 06:18:20 -05:00 |
|
Alex Phillips
|
5154f63f34
|
refactored completely to use typeorm data mapper instead of active record
|
2021-12-11 19:52:07 -05:00 |
|
Alex Phillips
|
0809166c92
|
big updates - fixed CC transactions, specifically inflow to inflow category, now using dinerojs for currency handling, all amount values are stored as integers instead of floating point, big UI changes including better table structure, editing of account names, dark theme, paging of transactions, etc.
|
2021-12-07 19:54:42 -05:00 |
|
Alex Phillips
|
90392daf32
|
formatting fixes
|
2021-11-28 11:11:24 -05:00 |
|
Alex Phillips
|
ffa65b920a
|
credit cards should be working - initial balance, category transactions, etc
|
2021-11-22 20:16:03 -05:00 |
|
Alex Phillips
|
7216f475cd
|
moved 'to be budgeted' running balance to the global budget. Not what I want, but my head hurts figuring out how to calculate a properly cascading forward and backward ATB for every month
|
2021-11-21 14:46:59 -05:00 |
|
Alex Phillips
|
a1a4dc0900
|
renamed sanitize methods
|
2021-11-19 19:12:35 -05:00 |
|
Alex Phillips
|
62399bec75
|
cleaned up transaction / cascade logic into ORM event hooks, much cleaner no longer in controller, a lot easier to write tests for in the future. Dispatch budget months update on transaction events in UI in case new budget months were created
|
2021-11-18 21:15:08 -05:00 |
|
Alex Phillips
|
825d28d0d1
|
move out lots of logic into 'update' method
|
2021-11-18 18:21:47 -05:00 |
|
Alex Phillips
|
fa7e9cd219
|
updated logic, most should be all working here with the exception of CC transactions and carry-over balances?
|
2021-11-16 22:01:36 -05:00 |
|
Alex Phillips
|
f665fbefc0
|
a bunch of updates, react frontend, etc
|
2021-11-15 21:19:19 -05:00 |
|