Skip to content

Tags: linuxserver/budge

Tags

0.0.9

Toggle 0.0.9's commit message
modified the math logic to better support user input but still mainta…

…in decimal accuracy

0.0.8

Toggle 0.0.8's commit message
version bump

0.0.7

Toggle 0.0.7's commit message
ts-node required for migrations

0.0.6

Toggle 0.0.6's commit message
bugfix - migrations weren't running as ts-node wasn't a prod dep

0.0.5

Toggle 0.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

0.0.4

Toggle 0.0.4's commit message
update payees on account creation so we get new transfer payees, fixe…

…d ordering bug with dragging up vs down

0.0.3

Toggle 0.0.3's commit message
version bump, fixed duplicate import error

0.0.2

Toggle 0.0.2's commit message
version bump

0.0.1

Toggle 0.0.1's commit message
fixed readme