Skip to content

Savings and SavingsGoal classes with tests, implemented into GeneralBudget

Andreas Kluge Svendsrud requested to merge AndreasBudgetPeriodFix into frontend-testing

Created SavingsGoal and Savings class and made GeneralBudget use them.

Savings is a class that has an amount that is given to it, which can further can be given to different savingsGoals. SavingsGoal is a specific goal that you are saving towards, for example a car or holiday.

Merge request reports