6 Commits

Author SHA1 Message Date
Alex Phillips
ba9d021aff
Feature/underfunded carryover (#18)
* added ENV to disable registration, also surfacing that error message in the UI

* removed toBeBudgeted from budget as this is now on a month-by-month basis, added in necessary DB event logic to calculate carry-over of this amount as transactions / budgets change

* fixed date diff logic

* frontend changes for budget month's available amount

* changing from typeorm sync to migrations - initial migration checks for existing user table and skips migration if it exists as this was a DB already generated by the sync

* update docker init script

* added migration for budget month availablity

* cascade deletes, fixed tests
2022-04-15 07:58:22 -04:00
Alex Phillips
7869573603 removed dinero dependency on the backend 2022-02-24 21:41:23 -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
1907ce7831 more tests 2021-11-28 15:16:00 -05:00
Alex Phillips
fb6602c862 fixed tests, modified some logic to correct them 2021-11-28 11:08:13 -05:00
Alex Phillips
8d0081d082 more fixes, started adding tests 2021-11-25 10:58:40 -05:00