SouravJohar / expense-tracker

A simple API for an expense tracking application along with multiple interfaces to use it.
9 stars 10 forks source link

support for inflow #3

Open SouravJohar opened 6 years ago

SouravJohar commented 6 years ago

What if you get money? Salary, gifts, investment returns.

Right now, you can get away with this $ spent -5000 salary

And it would adjust the total expenditure. Not very elegant though 😂

kedaroo commented 5 years ago

We could restructure our db table to something similar as an 'income - expenditure sheet' in order to incorporate features like these. So we could work on root level to create these features, and we won't need to work our way around problem.

SouravJohar commented 5 years ago

Sounds good.