1.
2.
3.
@PDMeira You can install local sysytem on your server or PC and select euros as base currency.
What iz Angola Kwanza (AOA)???
angola Kwanza it's a local currency that is not listed on available currencies.
How do I configure euros as base currency for everything? Any documentation? US dollar symbol is everywhere
@PDMeira In the installation wizard you can set the default currency. If you select US Dollar symbol it will be the default. Check in "Software configuration > System tools > Currencies"
Hi,
We jsut set up the deployment via Softalicous and there is no option in the set up, can you advise how we edit this as I have gone via the gui and seen nothing like this, and in the core DB neither
The same with me. I did with Softaculous and don't see any option to do it. It doesn't allow me to define euros as default currency. I also don't see how I can setup a currency that it's not listed on "Software configuration > System tools > Currencies". Please advise.
try this
UPDATE `vtiger_currency_info` SET `defaultid` = '0';
UPDATE `vtiger_currency_info` SET `defaultid` = '-11' WHERE `currency_code` = 'EUR';
Most helpful comment
try this