binary-cod / personal_finance_assistant

Java Command Line Personal Finance assistant
2 stars 9 forks source link

Implement Services (Business Logic) #4

Open gantu opened 3 years ago

gantu commented 3 years ago

Implement the Services which will be glue layer between GUI and the repository.

gantu commented 3 years ago

Implement summary for current month: formula is sum_of_incomes_for_current_month - sum_of_expenses_for_current_month

Output should be: Your financial status for this month is : Your income: Income Your expenses: Expense Your savings are: Savings