brad-cannell / budget_app

MIT License
0 stars 0 forks source link

Write a script that creates the data table for the bill pay page/view #10

Open mbcann01 opened 5 months ago

mbcann01 commented 5 months ago

Overview

I did a fair amount of work on the budget in Google Sheets. My thought was that I would just use the easiest platform to get the job done. It turns out that Google Sheets isn't "easy"; although, it still may turn out to be the easiest - we'll see. For now, however, I want to give Shiny another try.

One of the sheets that I started creating in Google Sheets was the "Bills Due" table. This table/sheet was supposed to be the view I would use for paying bills each pay period. The idea was for it to be similar to my traditional Google Sheets monthly budget, but dynamic.

In this issue, we aren't yet creating a Shiny app. Instead, I just trying to create a static version of the bills due table that I want to interact with. Doing so requires joining data from a few different data tables and then filtering them based on the date and pay period.

Links

Tasks

mbcann01 commented 5 months ago

2023-03-24

Copy and paste for commits:

Working on bill pay table
Part of #3
- Create a non-interactive combined bill pay table in bills_due.R
mbcann01 commented 5 months ago

2023-03-28

Copy and paste for commits:

Working on bill pay table
Part of #10
- Create a non-interactive combined bill pay table in bills_due.R
mbcann01 commented 5 months ago

2023-03-29

Copy and paste for commits:

Working on bill pay table
Part of #10
- Create a non-interactive combined bill pay table in bills_due.R