[GH-ISSUE #6031] [Feature] Allow prefilling input fields on mobile new transaction page #9520

Closed
opened 2026-04-10 19:48:43 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @diktomat on GitHub (Oct 30, 2025).
Original GitHub issue: https://github.com/actualbudget/actual/issues/6031

Verified feature request does not already exist?

  • I have searched and found no existing issue

💻

  • Would you like to implement this feature?

Yes, I'd like to implement this myself, but much guidance would be needed, as my knowledge of JS is very rusty and I have never looked into Actual's source before.

Pitch: what problem are you trying to solve?

I'm using an iOS shortcut to open https://my.actual/transactions/new semi-automatically whenever I pay using Apple Wallet. I'd like to have amount, account and maybe payee already be filled in.

Describe your ideal solution to this problem

Recognize HTTP GET parameters for all input fields. This could be used either for filling in the full set:

https://my.actual/transactions/new?amount=13.37&payee=YNAB&category=Sanity&account=Spending&date=2025-10-30&cleared=false&notes=my%20very%20nice%20transaction

or just some fields:

https://my.actual/transactions/new?amount=23.42&account=Spending

Teaching and learning

Being a micro API, I'd suggest adding a sub page within the "API" chapter of the docs for explaining this and maybe other similar little niceties when added later on. Additionally, the "API" page itself would need to be updated to reflect the then existence of this.

Originally created by @diktomat on GitHub (Oct 30, 2025). Original GitHub issue: https://github.com/actualbudget/actual/issues/6031 ### Verified feature request does not already exist? - [x] I have searched and found no existing issue ### 💻 - [x] Would you like to implement this feature? Yes, I'd like to implement this myself, but much guidance would be needed, as my knowledge of JS is very rusty and I have never looked into Actual's source before. ### Pitch: what problem are you trying to solve? I'm using an iOS shortcut to open `https://my.actual/transactions/new` semi-automatically whenever I pay using Apple Wallet. I'd like to have amount, account and maybe payee already be filled in. ### Describe your ideal solution to this problem Recognize HTTP GET parameters for all input fields. This could be used either for filling in the full set: ```url https://my.actual/transactions/new?amount=13.37&payee=YNAB&category=Sanity&account=Spending&date=2025-10-30&cleared=false&notes=my%20very%20nice%20transaction ``` or just some fields: ```url https://my.actual/transactions/new?amount=23.42&account=Spending ``` ### Teaching and learning Being a micro API, I'd suggest adding a sub page within the "API" chapter of the docs for explaining this and maybe other similar little niceties when added later on. Additionally, the "API" page itself would need to be updated to reflect the then existence of this.
GiteaMirror added the feature label 2026-04-10 19:48:43 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Oct 30, 2025):

Thanks for sharing your idea!

This repository uses a voting-based system for feature requests. While enhancement issues are automatically closed, we still welcome feature requests! The voting system helps us gauge community interest in potential features. We also encourage community contributions for any feature requests marked as needing votes (just post a comment first so we can help guide you toward 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 👍!

<!-- gh-comment-id:3468285740 --> @github-actions[bot] commented on GitHub (Oct 30, 2025): :sparkles: Thanks for sharing your idea! :sparkles: This repository uses a voting-based system for feature requests. While enhancement issues are automatically closed, we still welcome feature requests! The voting system helps us gauge community interest in potential features. We also encourage community contributions for any feature requests marked as needing votes (just post a comment first so we can help guide you toward 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

@github-actions[bot] commented on GitHub (Nov 13, 2025):

🎉 This feature has been implemented in #6050 and will be released in the next version. Thanks for sharing your idea! 🎉

<!-- gh-comment-id:3529093213 --> @github-actions[bot] commented on GitHub (Nov 13, 2025): :tada: This feature has been implemented in #6050 and will be released in the next version. Thanks for sharing your idea! :tada: <!-- feature-implemented-comment -->
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#9520