[PR #4958] [MERGED] Add BoursoBank GoCardless Integration #5683

Closed
opened 2026-02-28 21:16:41 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4958
Author: @Aerion
Created: 5/6/2025
Status: Merged
Merged: 5/12/2025
Merged by: @matt-fidd

Base: masterHead: add-gocardless-boursobank


📝 Commits (2)

  • a3b3c57 Add BoursoBank GoCardless Integration
  • bd8b959 Fix comment typo

📊 Changes

4 files changed (+203 additions, -0 deletions)

View changed files

📝 packages/sync-server/src/app-gocardless/bank-factory.js (+1 -0)
packages/sync-server/src/app-gocardless/banks/boursobank_bousfrppxxx.js (+81 -0)
packages/sync-server/src/app-gocardless/banks/tests/boursobank_bousfrppxxx.spec.js (+115 -0)
upcoming-release-notes/4958.md (+6 -0)

📄 Description

The default normalization was creating new payees for each transaction per day, as there was no specific integration for this bank.

e.g. Carte dd/mm/yy Payee Name Cb*1234 was taken as payee name.

There doesn't seem to be an easy catch-all syntax for the BoursoBank transactions, but I have put all the ones I could find from my transactions.


🔄 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/4958 **Author:** [@Aerion](https://github.com/Aerion) **Created:** 5/6/2025 **Status:** ✅ Merged **Merged:** 5/12/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `add-gocardless-boursobank` --- ### 📝 Commits (2) - [`a3b3c57`](https://github.com/actualbudget/actual/commit/a3b3c579759df20e09585c4082b3bd2d99e3d9ea) Add BoursoBank GoCardless Integration - [`bd8b959`](https://github.com/actualbudget/actual/commit/bd8b959241cc2fc4ddbd8157620830a398bdc731) Fix comment typo ### 📊 Changes **4 files changed** (+203 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/sync-server/src/app-gocardless/bank-factory.js` (+1 -0) ➕ `packages/sync-server/src/app-gocardless/banks/boursobank_bousfrppxxx.js` (+81 -0) ➕ `packages/sync-server/src/app-gocardless/banks/tests/boursobank_bousfrppxxx.spec.js` (+115 -0) ➕ `upcoming-release-notes/4958.md` (+6 -0) </details> ### 📄 Description The default normalization was creating new payees for each transaction per day, as there was no specific integration for this bank. e.g. `Carte dd/mm/yy Payee Name Cb*1234` was taken as payee name. There doesn't seem to be an easy catch-all syntax for the BoursoBank transactions, but I have put all the ones I could find from my transactions. <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> --- <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 21:16:41 -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#5683