[PR #3049] [MERGED] Include more information in payee of split parent #4656

Closed
opened 2026-02-28 20:59:12 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3049
Author: @jfdoming
Created: 7/13/2024
Status: Merged
Merged: 7/20/2024
Merged by: @joel-jeremy

Base: masterHead: jfdoming/include-more-information-in-split-payee


📝 Commits (9)

📊 Changes

10 files changed (+135 additions, -33 deletions)

View changed files

📝 packages/desktop-client/e2e/rules.test.js (+1 -1)
📝 packages/desktop-client/e2e/rules.test.js-snapshots/Rules-creates-a-split-transaction-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/rules.test.js-snapshots/Rules-creates-a-split-transaction-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/rules.test.js-snapshots/Rules-creates-a-split-transaction-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/transactions.test.js (+1 -1)
📝 packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-creates-a-split-test-transaction-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-creates-a-split-test-transaction-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-creates-a-split-test-transaction-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/transactions/TransactionsTable.jsx (+127 -31)
upcoming-release-notes/3049.md (+6 -0)

📄 Description

Split from #2923

Before:
image

After:
image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/3049 **Author:** [@jfdoming](https://github.com/jfdoming) **Created:** 7/13/2024 **Status:** ✅ Merged **Merged:** 7/20/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `jfdoming/include-more-information-in-split-payee` --- ### 📝 Commits (9) - [`67bb5ea`](https://github.com/actualbudget/actual/commit/67bb5eac32ea635d3c9fa30e65d66973c0022dbc) Use dicts to look up common information - [`472b0b5`](https://github.com/actualbudget/actual/commit/472b0b5c05061fed11f2b1b4194e9705b2c1d503) Show abbreviated payees in split payee section - [`80203fa`](https://github.com/actualbudget/actual/commit/80203fae4a7a7e11bad7591f0dd423dab7b37bd9) Update vrt - [`22f9275`](https://github.com/actualbudget/actual/commit/22f92759614709e529bea995ac02459514924b40) fix: missing transfer icon - [`642fccf`](https://github.com/actualbudget/actual/commit/642fccf77d58f4c64243532b672d8997f21201cb) Add release notes - [`c3e1693`](https://github.com/actualbudget/actual/commit/c3e16935513a24468477e5aa6e2a689bee1aa91d) fix: update vrt again - [`8caefea`](https://github.com/actualbudget/actual/commit/8caefea8d8d09bd467b017c60719b35216e8af97) bugfix: failing edge cases - [`aca7237`](https://github.com/actualbudget/actual/commit/aca723747f3047b9a691c7d593b2210e4b70f350) fix: stale test - [`e262c2d`](https://github.com/actualbudget/actual/commit/e262c2d0ce88ab551f124cf37367c7531ee13c4c) fix: stale test, p2 (+ vrt) ### 📊 Changes **10 files changed** (+135 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/rules.test.js` (+1 -1) 📝 `packages/desktop-client/e2e/rules.test.js-snapshots/Rules-creates-a-split-transaction-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/rules.test.js-snapshots/Rules-creates-a-split-transaction-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/rules.test.js-snapshots/Rules-creates-a-split-transaction-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/transactions.test.js` (+1 -1) 📝 `packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-creates-a-split-test-transaction-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-creates-a-split-test-transaction-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-creates-a-split-test-transaction-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.jsx` (+127 -31) ➕ `upcoming-release-notes/3049.md` (+6 -0) </details> ### 📄 Description Split from #2923 Before: <img width="1163" alt="image" src="https://github.com/user-attachments/assets/41c2d447-6c12-44fe-96e8-5013187307a1"> After: <img width="1163" alt="image" src="https://github.com/user-attachments/assets/754f6cf3-1a88-411b-a565-d3419b667f86"> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 20:59:12 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#4656