[Feature] Report with Static date range but based on current date, which will help in creating report for credit card transaction for current month #1772

Closed
opened 2026-02-28 19:54:18 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @pushpenderpannu on GitHub (Jan 17, 2025).

Verified feature request does not already exist?

  • I have searched and found no existing issue

💻

  • Would you like to implement this feature?

Pitch: what problem are you trying to solve?

On the custom report page, I have two options, static and dynamic date. Dynamic gives me the (current date - predefined days) date range range.

What if I set the start date based on the current date? The range end date is the current date.

Example: my start date is the 25th of the month.

Then the range should be the 25th of the current month if the current date is greater than equal to the 25th then the start date is set to last month's 25th.

Scenario 1:
Current date: 17-Jan-2025
Computed start date - 25-Dec-2024
Computed End date - 17-Jan-2025

Scenario 2:
Current date: 27-Jan-2025
Computed start date - 25-Jan-2025
Computed end date - 27-Jan-2025

Scenario 3:
Current date: 25-Jan-2025
Computed start date - 25-Jan-2025
Computed end date - 25-Jan-2025

this will help me create a Credit card report for the current cycle, where the start date is my cycle start date.

Describe your ideal solution to this problem

No response

Teaching and learning

No response

Originally created by @pushpenderpannu on GitHub (Jan 17, 2025). ### Verified feature request does not already exist? - [x] I have searched and found no existing issue ### 💻 - [ ] Would you like to implement this feature? ### Pitch: what problem are you trying to solve? On the custom report page, I have two options, static and dynamic date. Dynamic gives me the (current date - predefined days) date range range. What if I set the start date based on the current date? The range end date is the current date. Example: my start date is the 25th of the month. Then the range should be the 25th of the current month if the current date is greater than equal to the 25th then the start date is set to last month's 25th. Scenario 1: Current date: 17-Jan-2025 Computed start date - 25-Dec-2024 Computed End date - 17-Jan-2025 Scenario 2: Current date: 27-Jan-2025 Computed start date - 25-Jan-2025 Computed end date - 27-Jan-2025 Scenario 3: Current date: 25-Jan-2025 Computed start date - 25-Jan-2025 Computed end date - 25-Jan-2025 this will help me create a Credit card report for the current cycle, where the start date is my cycle start date. ### Describe your ideal solution to this problem _No response_ ### Teaching and learning _No response_
GiteaMirror added the featureneeds votes labels 2026-02-28 19:54:18 -06:00
Author
Owner

@github-actions[bot] commented on GitHub (Jan 17, 2025):

Thanks for sharing your idea!

This repository uses lodash style issue management for enhancements. That means enhancement issues are automatically closed. This doesn’t mean we don’t accept feature requests, though! We will consider implementing ones that receive many upvotes, and we welcome contributions for any feature requests marked as needing votes (just post a comment first so we can help you make a successful contribution).

The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+

Don’t forget to upvote the top comment with 👍!

@github-actions[bot] commented on GitHub (Jan 17, 2025): :sparkles: Thanks for sharing your idea! :sparkles: This repository uses lodash style issue management for enhancements. That means enhancement issues are automatically closed. This doesn’t mean we don’t accept feature requests, though! We will consider implementing ones that receive many upvotes, and we welcome contributions for any feature requests marked as needing votes (just post a comment first so we can help you make a successful contribution). The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+ Don’t forget to upvote the top comment with 👍! <!-- feature-auto-close-comment -->
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#1772