Hello Devs, When cash is allocated to cashier, its corresponding GL entry has currency as USD, no matter what currency is configured for the organisation. On further debugging it was found that the USD was hard coded in the code.
Refer line 443 and 452 of TellerWritePlatformServiceJpaImpl.java: https://github.com/apache/fineract/blob/develop/fineract-provider/src/main/java/org/apache/fineract/organisation/teller/service/TellerWritePlatformServiceJpaImpl.java I have raised jira ticket: https://issues.apache.org/jira/browse/FINERACT-554 and the issue has been Fixed in this PR: https://github.com/apache/fineract/pull/425 After browsing the mailing list, I found that Nayan had reported this issue: https://sourceforge.net/p/mifos/mailman/message/35128656/ But the tickets were closed and did not seem to address the issue: https://mifosforge.jira.com/browse/MIFOSX-2732%3E Regards, Nikhil
