Ask, reply and learn. Join the community of Akaunting.
Hi everyone,
I'm attempt to config the tool in Portuguese and use the local currency to Brazil(Real).
But in Item Tab the configuration off currency dont work, é conversion dont occurency.
I have te conf on Gerenals Options, Currency, Account(bank), follow down same prints.
http://laptecnologia.com.br/image/currrency.jpg
http://laptecnologia.com.br/image/geral-conf.jpg
http://laptecnologia.com.br/image/item.jpg
http://laptecnologia.com.br/image/product.jpg
Hello Lucas,
I was not able to get the issue, what is exactly not working?
Regards
The Sale Price and Purchase Price in ITEM are producing a wrong value after the currency conversion.
US 150.00 is R$150,00 but is displayed R$1.500.000,00
You may need to set your "locale" settings in the database to the right language ("dutch" in my case).
Go to your index.php file and add the following line just underneath the define for "minimum supported PHP version":
/* Set locale to Dutch */
setlocale (LC_TIME, "Dutch");
Problem solved!
Showing 1 to 4 of 4 discussions