I'm going to build my wife a home banking application so she can easily keep track of our finances.
I want it so that it you can input every credit to our bank account(wages etc). For each item of credit there will be 3 seperate input fields: date, amount, source(where it came from). These will store on a monthly baisis, withall moths being stored until the user deletes them (I don't know how many moths worth she needs to keep, at least 12 I'd say). And obviously doing calculations: adding the whole mothns credits, add every months total, adding every credit from a certain sorce etc.
Theres alot more but for the minute i will concentrate on the above.
Should I have Credit class with the attributes date, amount and source?
There's more but I won't ask it all on one longwinded post!
Thanks
Glen