Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task
mbcann01 opened this issue Mar 28, 2024 · 3 comments
Open
1 task
Assignees
Labels
R R and/or Shiny

Comments

@mbcann01
Copy link
Member

mbcann01 commented Mar 28, 2024

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

  • Placeholer
@mbcann01 mbcann01 self-assigned this Mar 28, 2024
@mbcann01 mbcann01 added the R R and/or Shiny label Mar 28, 2024
@mbcann01 mbcann01 mentioned this issue Mar 28, 2024
3 tasks
@mbcann01
Copy link
Member Author

2023-03-24

  • Working bill pay functionality.
  • Right now, I'm just trying to put together the bill pay table in a non-interactive way (bills_due.R).
  • Working through the wiki notes.
  • Instead of trying to think through every possible scenario from the beginning, I'm trying to work through progressively more complicated scenarios. For example, annual bills and bills that I don't want to pay in the same pay period they are due.
  • Left off on line 80 of bills_due.R.

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
Copy link
Member Author

mbcann01 commented Mar 28, 2024

2023-03-28

  • Working bill pay functionality.
  • Right now, I'm just trying to put together the bill pay table in a non-interactive way (bills_due.R).
  • Working through the wiki notes.
  • Instead of trying to think through every possible scenario from the beginning, I'm trying to work through progressively more complicated scenarios. For example, annual bills and bills that I don't want to pay in the same pay period they are due.
  • Left off on line 96 of bills_due.R. Trying to get the month filter working.

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
Copy link
Member Author

mbcann01 commented Mar 29, 2024

2023-03-29

  • Working bill pay functionality.
  • Right now, I'm just trying to put together the bill pay table in a non-interactive way (bills_due.R).
  • Working through the wiki notes.
  • Instead of trying to think through every possible scenario from the beginning, I'm trying to work through progressively more complicated scenarios. For example, annual bills and bills that I don't want to pay in the same pay period they are due.
  • Left off on line 166 of bills_due.R. I am trying to get the pay period filter working.

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 added a commit that referenced this issue Jul 7, 2024
Part of #10
- Create a non-interactive combined bill pay table in bills_due.R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R R and/or Shiny
Projects
None yet
Development

No branches or pull requests

1 participant