[PR #987] [MERGED] Add support for credit card OFX files #3449

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/987
Author: @j-f1
Created: 5/2/2023
Status: Merged
Merged: 5/2/2023
Merged by: @j-f1

Base: masterHead: jed/ofx-credit-card


📝 Commits (4)

📊 Changes

5 files changed (+62 additions, -1 deletions)

View changed files

packages/loot-core/src/mocks/files/credit-card.ofx (+11 -0)
📝 packages/loot-core/src/server/accounts/__snapshots__/parse-file.test.ts.snap (+29 -0)
📝 packages/loot-core/src/server/accounts/parse-file.test.ts (+12 -0)
📝 packages/loot-core/src/server/accounts/parse-file.ts (+4 -1)
upcoming-release-notes/987.md (+6 -0)

📄 Description

My credit card (Apple Card) recently switched from exporting as bank transactions to exporting as credit card transactions. This adds some logic to the importer to handle this case.


🔄 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/987 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 5/2/2023 **Status:** ✅ Merged **Merged:** 5/2/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `jed/ofx-credit-card` --- ### 📝 Commits (4) - [`2558970`](https://github.com/actualbudget/actual/commit/2558970b22156e16b1b285397626b4e6c3c616da) Add support for credit card OFX files - [`0d462bf`](https://github.com/actualbudget/actual/commit/0d462bfc690a677e0c98f3cb4159baa5f1526bf8) Add release note - [`1379538`](https://github.com/actualbudget/actual/commit/137953861be9a4e857910ecd1cc440472d6b3f1b) || - [`0331add`](https://github.com/actualbudget/actual/commit/0331addfd64f0f94502dbf919024f2f9e24f6538) Fix typo ### 📊 Changes **5 files changed** (+62 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `packages/loot-core/src/mocks/files/credit-card.ofx` (+11 -0) 📝 `packages/loot-core/src/server/accounts/__snapshots__/parse-file.test.ts.snap` (+29 -0) 📝 `packages/loot-core/src/server/accounts/parse-file.test.ts` (+12 -0) 📝 `packages/loot-core/src/server/accounts/parse-file.ts` (+4 -1) ➕ `upcoming-release-notes/987.md` (+6 -0) </details> ### 📄 Description My credit card (Apple Card) recently switched from exporting as bank transactions to exporting as credit card transactions. This adds some logic to the importer to handle this case. --- <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:41:49 -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#3449