tcrasset / your-budget

Personal budgeting cross platform mobile application, using zero based budgeting. Built using Flutter.
10 stars 1 forks source link

Adding a future transaction changes current budget #33

Closed tcrasset closed 3 years ago

tcrasset commented 3 years ago

This is because we are using currentBudgetDate when looking for the BudgetValue. We should pass in a date to the appState.updateSubcategory function.