CoreBOSBB

Full Version: Currency
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
At Installation, the currency for my country is not listed, how do put it?

also after installation, how do i change the currency to my country currency which is not listed.

i am using corebos 5.4.0

Regards,

FRED
Hi,

This is all hardcoded.
For installation edit the modules/Utilities/Currencies.php array
For the application itself, add your currency into the vtiger_currencies database table and then translate it in the include/languages files.

If you can create a Pull Request on github I will gladly accept it or if you want to send me the currency information I will add it to the application for you.