bigcapitalhq / bigcapital

💵 Bigcapital is financial accounting with intelligent reporting for faster decision-making, an open-source alternative to Quickbooks, Xero, etc.
https://bigcapital.app
GNU Affero General Public License v3.0
2.54k stars 222 forks source link

Rework currency system #724

Open mvdgun opened 3 hours ago

mvdgun commented 3 hours ago

Currently the system gets its currency data from the js-money library which looks pretty dead to me. The good news is that the complete currency list is available in a GitHub repo and licensed under the MIT license: https://github.com/davidkalosi/js-money/blob/master/lib/currency.js.

Rework the currency system to allow for a more dynamic currency registration.

Fixes: https://github.com/bigcapitalhq/bigcapital/issues/234 https://github.com/bigcapitalhq/bigcapital/issues/290 https://github.com/bigcapitalhq/bigcapital/issues/313

linear[bot] commented 3 hours ago

BIG-264 Rework currency system