[PR #2468] [MERGED] Append, Prepend, or Replace notes in bulk actions #18680

Closed
opened 2026-04-14 20:49:49 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2468
Author: @shall0pass
Created: 3/15/2024
Status: Merged
Merged: 4/2/2024
Merged by: @shall0pass

Base: masterHead: appendToNote


📝 Commits (8)

  • 21068bf sort of working
  • e6ae5ff fix null condition, move buttons up
  • 6e5e55e visual and workflow updates
  • a03c9c0 update colors on hover
  • 656481e Merge branch 'master' into appendToNote
  • 482071e release note
  • 6b95488 fix another condition that inserted null
  • 9bcb4e4 Merge branch 'master' into appendToNote

📊 Changes

3 files changed (+147 additions, -8 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/Account.jsx (+13 -1)
📝 packages/desktop-client/src/components/modals/EditField.jsx (+128 -7)
upcoming-release-notes/2468.md (+6 -0)

📄 Description

This adds the ability to prepend or append a note to a batch of transactions without overwriting the current notes. It also retains the ability to set a batch of transactions with the same note as the default.

Will resolve: https://github.com/actualbudget/actual/issues/667

Updated view:
appendNotes


🔄 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/2468 **Author:** [@shall0pass](https://github.com/shall0pass) **Created:** 3/15/2024 **Status:** ✅ Merged **Merged:** 4/2/2024 **Merged by:** [@shall0pass](https://github.com/shall0pass) **Base:** `master` ← **Head:** `appendToNote` --- ### 📝 Commits (8) - [`21068bf`](https://github.com/actualbudget/actual/commit/21068bfdac88e45f11e2ae56aa816ce11dee3703) sort of working - [`e6ae5ff`](https://github.com/actualbudget/actual/commit/e6ae5ff8a00048d834013efb4ba5fc13e399b9db) fix null condition, move buttons up - [`6e5e55e`](https://github.com/actualbudget/actual/commit/6e5e55e1f30d0e9e0a84d0cd00c9c890d8865921) visual and workflow updates - [`a03c9c0`](https://github.com/actualbudget/actual/commit/a03c9c0066491f649c3108b40e3cf6d15397a081) update colors on hover - [`656481e`](https://github.com/actualbudget/actual/commit/656481eee36006a345f2e7f3bf818117a9c7f121) Merge branch 'master' into appendToNote - [`482071e`](https://github.com/actualbudget/actual/commit/482071e191418bc74e03ea46bc37e6d4e4b14c6b) release note - [`6b95488`](https://github.com/actualbudget/actual/commit/6b954883d30b831fb713281cc780eb3adb4bfa0f) fix another condition that inserted null - [`9bcb4e4`](https://github.com/actualbudget/actual/commit/9bcb4e4843f0626dff12b861ec87c4330a50d154) Merge branch 'master' into appendToNote ### 📊 Changes **3 files changed** (+147 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/Account.jsx` (+13 -1) 📝 `packages/desktop-client/src/components/modals/EditField.jsx` (+128 -7) ➕ `upcoming-release-notes/2468.md` (+6 -0) </details> ### 📄 Description This adds the ability to prepend or append a note to a batch of transactions without overwriting the current notes. It also retains the ability to set a batch of transactions with the same note as the default. Will resolve: https://github.com/actualbudget/actual/issues/667 Updated view: ![appendNotes](https://github.com/actualbudget/actual/assets/20625555/f3caab57-3906-454f-ba13-dc9a0ac9c250) --- <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-04-14 20:49:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#18680