[PR #1271] [CLOSED] [WIP] Auto-fill empty split transaction with outstanding amount on click. #3638

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1271
Author: @Shazib
Created: 7/3/2023
Status: Closed

Base: masterHead: split-transactions-autofill


📝 Commits (10+)

  • 78777b5 add ability to balance
  • 77c8860 Merge branch 'master' into split-transactions-autofill
  • 4a90621 Release notes
  • d57fe5c Merge branch 'master' into split-transactions-autofill
  • ad78d50 Merge branch 'actualbudget:master' into split-transactions-autofill
  • e1542ec Fix
  • 30b8e26 Merge branch 'master' into split-transactions-autofill
  • 2d02e02 Merge branch 'master' into split-transactions-autofill
  • a64bc1a Merge branch 'master' into split-transactions-autofill
  • 448ce91 Merge branch 'master' into split-transactions-autofill

📊 Changes

3 files changed (+88 additions, -6 deletions)

View changed files

📝 packages/desktop-client/src/components/transactions/TransactionsTable.js (+73 -3)
📝 packages/desktop-client/src/components/transactions/TransactionsTable.test.js (+9 -3)
upcoming-release-notes/1271.md (+6 -0)

📄 Description

I quite liked this idea suggested on the discord so i had a go at it.

The idea is if you've entered a bunch of splits and have X amount left, you can click that value to fill the amount for your final split.

Disclaimer: This doesn't work, I'm not sure how to get the editor/cell to 'refresh' with my value once i've set it!

I'll also see about adding a tooltip to explain what it does when you hover over it.

Help much appreciated!!


🔄 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/1271 **Author:** [@Shazib](https://github.com/Shazib) **Created:** 7/3/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `split-transactions-autofill` --- ### 📝 Commits (10+) - [`78777b5`](https://github.com/actualbudget/actual/commit/78777b566c0918ee42cc81c93737baec322af9a9) add ability to balance - [`77c8860`](https://github.com/actualbudget/actual/commit/77c8860231f7ee7c3d1a2b345edc52781a46dba6) Merge branch 'master' into split-transactions-autofill - [`4a90621`](https://github.com/actualbudget/actual/commit/4a90621c97bed5bed2ad7df45dd2fcd0fa921d99) Release notes - [`d57fe5c`](https://github.com/actualbudget/actual/commit/d57fe5c3709603ec6b959c1ce3ec41d510ac06f9) Merge branch 'master' into split-transactions-autofill - [`ad78d50`](https://github.com/actualbudget/actual/commit/ad78d501552bf795873b8cf5015fbcbcf1c2c04c) Merge branch 'actualbudget:master' into split-transactions-autofill - [`e1542ec`](https://github.com/actualbudget/actual/commit/e1542ec6bd8e944e7624d506726ced250f3e0182) Fix - [`30b8e26`](https://github.com/actualbudget/actual/commit/30b8e263c091e45cabe83b747dcc671a49ffbcac) Merge branch 'master' into split-transactions-autofill - [`2d02e02`](https://github.com/actualbudget/actual/commit/2d02e02531e9ea5a5053ff8577bf44fd4d898dac) Merge branch 'master' into split-transactions-autofill - [`a64bc1a`](https://github.com/actualbudget/actual/commit/a64bc1a088d7b07eadf294cc90b5e7af0c21d5b5) Merge branch 'master' into split-transactions-autofill - [`448ce91`](https://github.com/actualbudget/actual/commit/448ce91c6c5fc8c33eb47989f895c9752e8a6222) Merge branch 'master' into split-transactions-autofill ### 📊 Changes **3 files changed** (+88 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.js` (+73 -3) 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.test.js` (+9 -3) ➕ `upcoming-release-notes/1271.md` (+6 -0) </details> ### 📄 Description I quite liked this idea suggested on the discord so i had a go at it. The idea is if you've entered a bunch of splits and have X amount left, you can click that value to fill the amount for your final split. ~~Disclaimer: This doesn't work,~~ I'm not sure how to get the editor/cell to 'refresh' with my value once i've set it! I'll also see about adding a tooltip to explain what it does when you hover over it. Help much appreciated!! --- <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:44:34 -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#3638