[PR #5658] [WIP] Paycheck to PayCheck Management month #13107

Closed
opened 2026-04-10 21:47:25 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/actualbudget/actual/pull/5658

State: closed
Merged: No


This feature allow management of budget paycheck to paycheck on a monthly basis but start and end date for each month can be changed through the UI.

Basic implementation involves create 2 cells in the monthly spreadsheet for the start and the end date. Modify the calculation function in the dynamic cell to depend on it. There 2 date selectors to modify the start and end date on the gui as you see in the picture. The missing is the following

1- I need a recommendation on the best place to stores the values today or if possible create a new table in the DB for it.
2- I need write a range selector with may be some restriction on what could be selected.
3- a rule action to auto set the start date on paycheck arrival
4- on click of the budget calculation, it needs to show the right filter.

Untitled
**Original Pull Request:** https://github.com/actualbudget/actual/pull/5658 **State:** closed **Merged:** No --- This feature allow management of budget paycheck to paycheck on a monthly basis but start and end date for each month can be changed through the UI. Basic implementation involves create 2 cells in the monthly spreadsheet for the start and the end date. Modify the calculation function in the dynamic cell to depend on it. There 2 date selectors to modify the start and end date on the gui as you see in the picture. The missing is the following 1- I need a recommendation on the best place to stores the values today or if possible create a new table in the DB for it. 2- I need write a range selector with may be some restriction on what could be selected. 3- a rule action to auto set the start date on paycheck arrival 4- on click of the budget calculation, it needs to show the right filter. <img width="1739" height="1186" alt="Untitled" src="https://github.com/user-attachments/assets/86e5fa5d-c2d3-4b92-87a8-fca0bebbe96d" />
GiteaMirror added the pull-request label 2026-04-10 21:47:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#13107