[Feature] Add time to transactions #1717

Closed
opened 2026-02-28 19:53:00 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @travisw3 on GitHub (Dec 27, 2024).

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?

From what I am seeing transactions currently only consist of a date. In the CSV that is generated from my bank, it includes both a date and time for transactions. This is causing transactions that when showing a running balance that is negative at times when it should not be and also causes me problems when trying to reconcile transactions from the CSVs.

Including an example below

Account Starting Balance = $135.22

CSV transactions

"2024-10-01 04:18:03+00:00","REDACTED",400.00
"2024-09-25 13:22:11+00:00","REDACTED",-107.93
"2024-09-30 14:01:07+00:00","REDACTED",-6.00
"2024-09-30 17:41:45+00:00","REDACTED",-14.46
"2024-10-01 22:12:54+00:00","REDACTED",-25.38
"2024-10-01 13:52:23+00:00","REDACTED",-6.00
"2024-10-01 16:39:35+00:00","REDACTED",-17.09
"2024-10-02 18:13:45+00:00","REDACTED",-25.00

Describe your ideal solution to this problem

Transactions should have both a date and time and the time should be able to be imported and used from CSVs

Teaching and learning

No response

Originally created by @travisw3 on GitHub (Dec 27, 2024). ### 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? From what I am seeing transactions currently only consist of a date. In the CSV that is generated from my bank, it includes both a date and time for transactions. This is causing transactions that when showing a running balance that is negative at times when it should not be and also causes me problems when trying to reconcile transactions from the CSVs. Including an example below Account Starting Balance = $135.22 CSV transactions ``` "2024-10-01 04:18:03+00:00","REDACTED",400.00 "2024-09-25 13:22:11+00:00","REDACTED",-107.93 "2024-09-30 14:01:07+00:00","REDACTED",-6.00 "2024-09-30 17:41:45+00:00","REDACTED",-14.46 "2024-10-01 22:12:54+00:00","REDACTED",-25.38 "2024-10-01 13:52:23+00:00","REDACTED",-6.00 "2024-10-01 16:39:35+00:00","REDACTED",-17.09 "2024-10-02 18:13:45+00:00","REDACTED",-25.00 ``` ### Describe your ideal solution to this problem Transactions should have both a date and time and the time should be able to be imported and used from CSVs ### Teaching and learning _No response_
GiteaMirror added the needs votesfeature labels 2026-02-28 19:53:00 -06:00
Author
Owner

@github-actions[bot] commented on GitHub (Dec 27, 2024):

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 (Dec 27, 2024): :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 -->
Author
Owner

@bchooxg commented on GitHub (Dec 31, 2024):

This is a needed feature for me

@bchooxg commented on GitHub (Dec 31, 2024): This is a needed feature for me
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#1717