carlosdimatteo / fintrack-backend-go

0 stars 0 forks source link

Net worth module #14

Open carlosdimatteo opened 5 months ago

carlosdimatteo commented 5 months ago

All accounts must track a balance

balance is given by

start balance + (all incomes - all expenses) 

each account must have a startDate to count income and expense from, this should be the start of every year each account must have a startBalance to count from , this should be the balance of the account at the start Date