[PR #4776] [CLOSED] Added a gocardless bank parser for Raiffeisen Bank AT #5579

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4776
Author: @0x4d4e
Created: 4/8/2025
Status: Closed

Base: masterHead: bank_raiffeisen_at


📝 Commits (2)

  • 1b55fc2 Added a gocardless bank parser for Raiffeisen AT bank
  • 39e1c97 Merge branch 'master' into bank_raiffeisen_at

📊 Changes

3 files changed (+166 additions, -0 deletions)

View changed files

packages/sync-server/src/app-gocardless/banks/raiffeisen_at_rzbaatww.js (+60 -0)
packages/sync-server/src/app-gocardless/banks/tests/raiffeisen_at_rzbaatww.spec.js (+100 -0)
upcoming-release-notes/4776.md (+6 -0)

📄 Description


category: Enhancements
authors: [0x4d4e]

Added a gocardless bank parser for Raiffeisen Bank Austria.

I just started using actual and many transactions had not payee information or notes. I'm not experienced with JS, but taking some inspiration from other bank parsers, these changes fix all transactions that I can currently sync from my bank accounts.

Please tell me if anything should be improved! :)


🔄 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/4776 **Author:** [@0x4d4e](https://github.com/0x4d4e) **Created:** 4/8/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `bank_raiffeisen_at` --- ### 📝 Commits (2) - [`1b55fc2`](https://github.com/actualbudget/actual/commit/1b55fc29fab02e043af6d7c70a144b9e2d534e3d) Added a gocardless bank parser for Raiffeisen AT bank - [`39e1c97`](https://github.com/actualbudget/actual/commit/39e1c97dce11c1f6825ba67902b469e0e248b32b) Merge branch 'master' into bank_raiffeisen_at ### 📊 Changes **3 files changed** (+166 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `packages/sync-server/src/app-gocardless/banks/raiffeisen_at_rzbaatww.js` (+60 -0) ➕ `packages/sync-server/src/app-gocardless/banks/tests/raiffeisen_at_rzbaatww.spec.js` (+100 -0) ➕ `upcoming-release-notes/4776.md` (+6 -0) </details> ### 📄 Description --- category: Enhancements authors: [0x4d4e] --- Added a gocardless bank parser for Raiffeisen Bank Austria. I just started using actual and many transactions had not payee information or notes. I'm not experienced with JS, but taking some inspiration from other bank parsers, these changes fix all transactions that I can currently sync from my bank accounts. Please tell me if anything should be improved! :) --- <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:14:45 -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#5579