This website requires JavaScript.
Explore
Help
Sign In
LAB-linuxserver
/
budge
Watch
1
Star
0
Fork
0
You've already forked budge
mirror of
https://github.com/linuxserver/budge.git
synced
2026-03-09 00:08:38 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
budge
/
backend
/
src
/
subscribers
History
Alex Phillips
b8bf957eae
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
2022-04-05 09:09:53 -04:00
..
AccountSubscriber.ts
removed dinero dependency on the backend
2022-02-24 21:41:23 -05:00
BudgetMonthSubscriber.ts
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
2022-04-05 09:09:53 -04:00
BudgetSubscriber.ts
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
2022-04-05 09:09:53 -04:00
CategoryMonthSubscriber.ts
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
2022-04-05 09:09:53 -04:00
CategorySubscriber.ts
ensure that the next 'month' is always present - this handles month rollovers on the first
2022-02-05 07:21:42 -05:00
TransactionSubscriber.ts
default memo of transfer transactions to tracking accounts is the category, fixed db call from update to insert when updating a transaction and accounts change
2022-03-05 07:57:46 -05:00