prashants / webzash

Easy to use web based double entry accounting software in PHP - MySQL under MIT License
http://webzash.org
Other
208 stars 109 forks source link

How to handle multiple currencies? #84

Closed jellygit closed 7 years ago

jellygit commented 7 years ago

I have assets in several currencies, such as JPY, KRW, and USD. Is there a way to handle multiple currencies in one account?

prashants commented 7 years ago

Single account cannot have multiple currencies. You will have to convert it to a single currency or find some other way to deal with it.