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 DEFAULT_CURRENCY=0 WHERE CURRENCY_NAME='Indian
Rupee';
UPDATE currency SET DEFAULT_CURRENCY=1, ROUNDING_MODE=1,
ROUNDING_AMOUNT=1.000, DISPLAY_SYMBOL='IDR' WHERE
CURRENCY_NAME='Rupiah';

2. Set AccountingRules.CurrencyCode=IDR in
applicationConfiguration.custom.properties

Are the above step sufficient for me to configure Mifos BEFORE the
first run to let the system use IDR as the currency code?

Thanks a lot in advance.

Regards,
Tze Yong

On Jan 24, 4:04 pm, "Graeme Ruthven" <[email protected]> wrote:
> > -----Original Message-----
> > From: Koh Tze Yong [mailto:[email protected]]
> > 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 greatly appreciated.
>
> There is a description of the process here:
>
> http://www.mifos.org/developers/wiki/AddingANewLocale
>
> However I recommend that any new locales and currencies are added in
> consultation with the development team to avoid any potential collisions in
> the database.
>
> Regards
> Graeme
>
> ------------------------------------------------------------------------------
> Throughout its 18-year history, RSA Conference consistently attracts the
> world's best and brightest in the field, creating opportunities for Conference
> attendees to learn about information security's most important issues through
> interactions with peers, luminaries and emerging and established 
> companies.http://p.sf.net/sfu/rsaconf-dev2dev
> _______________________________________________
> Mifos-users mailing list
> [email protected]https://lists.sourceforge.net/lists/listinfo/mifos-users

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Mifos-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-users

Reply via email to