mirror of
https://github.com/actualbudget/actual.git
synced 2026-07-16 15:14:02 -05:00
[GH-ISSUE #2759] [Feature] Read out what's entered as remittanceInformationStructured when syncing your bank transactions with GoCardless so that it can be imported into the "Notes" section in Actual #42761
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Peccadilloz on GitHub (May 15, 2024).
Original GitHub issue: https://github.com/actualbudget/actual/issues/2759
Verified feature request does not already exist?
💻
Pitch: what problem are you trying to solve?
Currently, Actual doesn't look at remittanceInformationStructured at any point during bank sync, so it isn't used as part of the notes. At the moment AB only looks at remittanceInformationUnstructured and remittanceInformationUnstructuredArray.
Some banks like the Berliner Sparkasse, a regional Bank in Germany which is part of the nationwide Sparkassen-Finanzgruppe,
will transmit the reason for payment as remittanceInformationStructured.
Describe your ideal solution to this problem
Ideally, Actual would look at remittanceInformationStructured as well when looking for things to be imported as notes for a transaction.
EDIT: Copying my reply from below here:
The discussion on the discord support channel has shown that it might be better to use the bank integration support instead.
This could be achieved by creating a new bank class similar to the other 2 Sparkasse entries found here:
https://github.com/actualbudget/actual-server/tree/master/src/app-gocardless/banks
I would try it myself, but i fear I can't do much besides simply copying one of the already created files [spk-karlsruhe-karsde66.js] or [spk-marburg-biedenkopf-heladef1mar.js] and changing the institutionIds.
If someone more knowledgeable would be so kind and to tackle this, I would be very grateful.
I can provide any infos, logs or or other data you might need for this.
Teaching and learning
No response
@github-actions[bot] commented on GitHub (May 15, 2024):
✨ Thanks for sharing your idea! ✨
This repository uses lodash style issue management for enhancements. That means enhancement issues are automatically closed. This doesn’t mean we don’t accept feature requests, though! We will consider implementing ones that receive many upvotes, and we welcome contributions for any feature requests marked as needing votes (just post a comment first so we can help you make 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 👍!
@Peccadilloz commented on GitHub (May 16, 2024):
The discussion on the discord support channel has shown that it might be better to use the bank integration support instead.
This could be achieved by creating a new bank class similar to the other 2 Sparkasse entries found here:
https://github.com/actualbudget/actual-server/tree/master/src/app-gocardless/banks
I would try it myself, but i fear I can't do much besides simply copying one of the already created files [spk-karlsruhe-karsde66.js] or [spk-marburg-biedenkopf-heladef1mar.js] and changing the institutionIds.
If someone more knowledgeable would be so kind and to tackle this, I would be very grateful.
I can provide any infos, logs or or other data you might need for this.
@github-actions[bot] commented on GitHub (Feb 14, 2025):
🎉 This feature has been implemented in #4253 and will be released in the next version. Thanks for sharing your idea! 🎉