codinguser / gnucash-android

Gnucash for Android mobile companion application.
Apache License 2.0
1.23k stars 540 forks source link

Bitcoin currency support #656

Closed diogocp closed 7 years ago

diogocp commented 7 years ago

Please add support for the Bitcoin currency. It does not have an official ISO 4217 currency code yet, but XBT is commonly used.

chrisberkhout commented 7 years ago

For inspiration: there's a patch I use to do it for GnuCash desktop. It doesn't add the maximum precision allowed by Bitcoin, but works well enough in practice.

rivaldi8 commented 7 years ago

@chrisberkhout Thanks for the patch! However, simply adding the currency won't be enough. There's still the problem reported in #635, to be solved by finishing the migration from Currency to Commodity.

rivaldi8 commented 7 years ago

Fixed in develop (947cd7d).