Hi. I would like to make a journal entry. Have you done one before? It does assume some random accounting difference without even having an input field for the exchange rate. It seems I am missing something.
I can only change the Exchange Rate of the Row / Account to which the money is being exchanged.
The accuracy of the exchange rate is not high enough to calculate the exact zero, partly because I need to inverse the number from the original one given by the bank statement. I calculated 1 / 1.0462 = 0.955840184 , but it only counts to 0.95584
You have to determine what is the precision that is desired through your entire ERPNext setup. Once you are clear on that, you can set it under System Settings.
Alternatively, if you only want that field to have a higher precision (not recommended for the sake of consistency), then you can go through the property setting route, where you would set the doctype as Journal Entry Account, the field as exchange_rate, property as precision, property_type as varchar (this may be INT, Iām not 100% sure), and value as {{whatever_precision_you_want}}.