stadelmanma/Interactive-Ledger-rails

Make a Budget View

Closed this issue · 1 comments

I want to be able to initialize this table with re-currant values but then edit those values and dates as required.

  • Implement recurring values that default to a specific day of the month
    • i.e. always on the 12th of a month
  • Implement recurring values that default to a specific day or week number in a month
    • i.e. the 2nd Monday of every month
  • Implement an "planned" budget and then have an "actual" one next to it that shows values pulled from the transactions table
    • All categories would be pulled into this,
    • Time ranges that haven't happened yet would still get filled with data from the "planned" budget

This was partially implemented but needs additional features