[PR #6115] [MERGED] Add COP (Colombian Peso) to Currencies #24944

Closed
opened 2026-04-16 18:19:29 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6115
Author: @brasilikum
Created: 11/11/2025
Status: Merged
Merged: 11/13/2025
Merged by: @youngcw

Base: masterHead: feat/add-currency-COP


📝 Commits (3)

📊 Changes

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

View changed files

📝 packages/desktop-client/src/components/settings/Currency.tsx (+1 -0)
📝 packages/loot-core/src/shared/currencies.ts (+1 -0)
upcoming-release-notes/6115.md (+6 -0)

📄 Description

Considerations given to the choice of symbol:

Locally $ is most used, and $COP or COP in a multicurrency context

I went with the worldbank standard of Col$, but have no strong feelings either way

Same goes with the decimals. I have never seen anyone use decimals, given that a minimum salary is ~ Col$ 1.000.000.
This is still possible tho, see below:

image

It might be nice to be able to change this setting on a per-currency basis in the future.


🔄 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/6115 **Author:** [@brasilikum](https://github.com/brasilikum) **Created:** 11/11/2025 **Status:** ✅ Merged **Merged:** 11/13/2025 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `feat/add-currency-COP` --- ### 📝 Commits (3) - [`1647d0b`](https://github.com/actualbudget/actual/commit/1647d0b97c35ead6f61a679a739e9bc20c692b56) Add COP - [`952595a`](https://github.com/actualbudget/actual/commit/952595a02c5659564bfed019d3485520ffc1e81d) Create 6115.md - [`aaf38be`](https://github.com/actualbudget/actual/commit/aaf38be08f7c580a45b5605fd606328b39bb13f6) Merge branch 'master' into feat/add-currency-COP ### 📊 Changes **3 files changed** (+8 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/settings/Currency.tsx` (+1 -0) 📝 `packages/loot-core/src/shared/currencies.ts` (+1 -0) ➕ `upcoming-release-notes/6115.md` (+6 -0) </details> ### 📄 Description Considerations given to the choice of symbol: Locally $ is most used, and $COP or COP in a multicurrency context I went with the [worldbank standard](https://openknowledge.worldbank.org/server/api/core/bitstreams/3267dfd4-d584-5a98-a91e-210930e193f6/content) of Col$, but have no strong feelings either way Same goes with the decimals. I have never seen anyone use decimals, given that a minimum salary is ~ Col$ 1.000.000. This is still possible tho, see below: <img width="801" height="390" alt="image" src="https://github.com/user-attachments/assets/fe34524d-f877-4645-ba4f-e09bb6a104e1" /> It might be nice to be able to change this setting on a per-currency basis in the future. --- <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-04-16 18:19:29 -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#24944