[PR #690] [MERGED] Added option to include exchange rate multiplier during import #56910

Closed
opened 2026-05-06 20:49:09 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/690
Author: @carkom
Created: 2/24/2023
Status: Merged
Merged: 3/1/2023
Merged by: @j-f1

Base: masterHead: exchangeRate


📝 Commits (10+)

  • 37b3a72 Addd option to include exchange rate during import
  • 18f10d1 Added changes to multipler option within form
  • 861916c Merge branch 'master' into exchangeRate
  • 17537bb Use Input component
  • 066b8e0 build fixes
  • 74716eb Fix parsing errors
  • 4ce73a5 lint fixes
  • 35438d4 Merge branch 'master' into exchangeRate
  • 668701b Update packages/loot-design/src/components/modals/ImportTransactions.js
  • b621662 Update packages/loot-design/src/components/modals/ImportTransactions.js

📊 Changes

2 files changed (+141 additions, -48 deletions)

View changed files

📝 packages/desktop-client/playwright.config.js (+3 -2)
📝 packages/loot-design/src/components/modals/ImportTransactions.js (+138 -46)

📄 Description

I've added an option to include an exchange rate during manual csv imports. It's very simple, just multiplies each transaction by the exchange rate during import. This allows for the user to use foreign accounts and keep their "home" currency constant.

Link to issue #612


🔄 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/690 **Author:** [@carkom](https://github.com/carkom) **Created:** 2/24/2023 **Status:** ✅ Merged **Merged:** 3/1/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `exchangeRate` --- ### 📝 Commits (10+) - [`37b3a72`](https://github.com/actualbudget/actual/commit/37b3a72e943df43a6863781f73e2dbd3ed87c370) Addd option to include exchange rate during import - [`18f10d1`](https://github.com/actualbudget/actual/commit/18f10d1d0a2c45db8aff8190b306904e2146749a) Added changes to multipler option within form - [`861916c`](https://github.com/actualbudget/actual/commit/861916ce9dec282a2fb84b09681641f5224b5319) Merge branch 'master' into exchangeRate - [`17537bb`](https://github.com/actualbudget/actual/commit/17537bb766a15281c01e5d808eb28bc9b1b905b6) Use Input component - [`066b8e0`](https://github.com/actualbudget/actual/commit/066b8e01823902d012011ccc8d7a667ec22586b6) build fixes - [`74716eb`](https://github.com/actualbudget/actual/commit/74716eb35db35eec1d077d2b28c4dd318fd9080f) Fix parsing errors - [`4ce73a5`](https://github.com/actualbudget/actual/commit/4ce73a57ad131a993b7339c83103d94b1a3b646f) lint fixes - [`35438d4`](https://github.com/actualbudget/actual/commit/35438d401a465e99e08446e0f2c63320e8c0a693) Merge branch 'master' into exchangeRate - [`668701b`](https://github.com/actualbudget/actual/commit/668701ba2cc176e22d6265483aa143772fd5a114) Update packages/loot-design/src/components/modals/ImportTransactions.js - [`b621662`](https://github.com/actualbudget/actual/commit/b62166246027f06ff64743fece135862153a528e) Update packages/loot-design/src/components/modals/ImportTransactions.js ### 📊 Changes **2 files changed** (+141 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/playwright.config.js` (+3 -2) 📝 `packages/loot-design/src/components/modals/ImportTransactions.js` (+138 -46) </details> ### 📄 Description I've added an option to include an exchange rate during manual csv imports. It's very simple, just multiplies each transaction by the exchange rate during import. This allows for the user to use foreign accounts and keep their "home" currency constant. Link to issue #612 --- <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-05-06 20:49:09 -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#56910