andrerwolff / PFT

Personal Finance Tracker
0 stars 1 forks source link

Budget Tool #5

Open andrerwolff opened 6 years ago

andrerwolff commented 6 years ago

Create a budgeting tool to help set up envelopes.

  1. Input expected income
  2. Input known bills (for bills group)
  3. Input savings goal (for goals group)
  4. Using remaining funds, create working budget

Using created, balanced budget 'tree' create envelopes/groups accordingly. It would be nice to create some external file or db table that stores this info for future reference and/or tweaking. JSON? txt?

*Will likely require heavy re-factoring...