Currently when I enter a Money column the format is wrong for Brazilian Real (R$):
When using the custom Money field with the Brazilian Real currency, cents (decimals of money) are not included. You need to correct this error, since the currency is made of integer and decimal numbers in the following format: R$0.000.00. What has happened is that it enters the wrong format: R$0.00 (without the decimal part)
·