Re: [Mifos-users] applicationConfiguration.custom.properties setting

2010-01-24 Thread Ryan Whitney
Hello all, I thought I would jump in on this discussion. Mifos has some support built in for currencies but I don't think its been fully built out yet so for now that feature isn't so important (but that may change with the next release). In practice, it doesn't matter what you set that too as l

Re: [Mifos-users] applicationConfiguration.custom.properties setting

2010-01-24 Thread Udai Gupta
Try settings given here. http://www.mifos.org/knowledge/functional-specifications/system-processing/rounding-rules-for-loan-payment-schedules Please report your issues at http://mifosforge.jira.com if this doesn't work for you or you want some improvements. Before reporting an issue make sure th

Re: [Mifos-users] applicationConfiguration.custom.properties setting

2010-01-24 Thread ADM Organization
Dear all Any one know how to use this function for Cambodia, because we use 3 digits before decimal example KHR 51 round up to KHR 100 and KHR 49 round to KHR 0. Thanks in advance for your help Regards Sothea ADM Cambodia On Sun, Jan 24, 2010 at 6:54 PM, Tze Yong wrote: > Hi Graeme, > > Th

Re: [Mifos-users] applicationConfiguration.custom.properties setting

2010-01-24 Thread Van Mittal-Henkle
On looking into this further, it looks like the ROUNDING_MODE is still needed for the currency, so I'll revise the query to: UPDATE currency SET ROUNDING_AMOUNT=1.000, ROUNDING_MODE=1 WHERE DISPLAY_SYMBOL='IDR'; And the original query you gave would still work too. --Van > -Original Mess

Re: [Mifos-users] applicationConfiguration.custom.properties setting

2010-01-24 Thread Van Mittal-Henkle
Hi Tze, The steps you mention should work to use IDR as your default currency (though they contain extra steps). I have not tested this, but I expect the minimal steps would be: 1. Run the following SQL to update the currency table: UPDATE currency SET ROUNDING_AMOUNT=1.000 WHERE DISPLAY_SYMBO

Re: [Mifos-users] applicationConfiguration.custom.properties setting

2010-01-24 Thread Tze Yong
Hi Graeme, Thanks a lot for your reply. Is it correct to assume that if i do not want to change the rest of the locale setting and only want to change Currency Code. The following steps is sufficient: 1. Run the following SQL to update the default currency in currency table: UPDATE currency SET

Re: [Mifos-users] applicationConfiguration.custom.properties setting

2010-01-24 Thread Graeme Ruthven
> -Original Message- > From: Koh Tze Yong [mailto:email2c...@gmail.com] > Sent: Sunday, 24 January 2010 8:05 p.m. > It is stated that the Allowed currency code is only EUR, GBP, INR and > USD At the moment this is correct. > So how about support for other currency code? > Any help will be