-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to make a transfer from two selected transactions #2398
Conversation
- Transactions amount must match - Transactions must be from different acounts - Split transactions not eligible
✅ Deploy Preview for actualbudget ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Bundle Stats — desktop-clientHey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle. As this PR is updated, I'll keep you updated on how the bundle size is impacted. Total
Changeset
View detailed bundle breakdownAdded No assets were added Removed No assets were removed Bigger
Smaller No assets were smaller Unchanged
|
Bundle Stats — loot-coreHey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle. As this PR is updated, I'll keep you updated on how the bundle size is impacted. Total
Changeset No files were changed View detailed bundle breakdownAdded No assets were added Removed No assets were removed Bigger No assets were bigger Smaller No assets were smaller Unchanged
|
You're my hero, I've wanted this function for ages. Thanks! |
This is awesome... Thanks for this! The next useful feature would be to match transactions. So if the transaction in one account is correctly to as a transfer, and the other isn't, you can go to the account with both transactions and match it up and it'd always use the transfer transaction for the match details (similar to how YNAB does it). |
…udget#2398) * Adds option to make a transfer from two selected transactions - Transactions amount must match - Transactions must be from different accounts - Split transactions not eligible
…#321) Docs for PR actualbudget/actual#2398 as part of the feature actualbudget/actual#1891
Summary
Add an option in the selected transactions menu in mutli-account budget pages (all accounts, for budget/etc), that allows you to relate two transactions across accounts as a transfer.
Feature
Feature: #1891
Details
Workflows
Single account pages don't show the option at all in the selection menu:
Multi account pages always show the option in the selection menu, but disabled when the selections are not valid for the transfer action:
For valid selections the action is enabled in the selection tooltip:
Final PR Tasks