mirror of
https://github.com/actualbudget/actual.git
synced 2026-07-15 14:43:36 -05:00
[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
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pushpenderpannu on GitHub (Jan 17, 2025).
Verified feature request does not already exist?
💻
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
@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 👍!