Hi Maina,

Yes, as Udai points out, the main constraint is that the database schema
currently has an upper limit of 7 digits to the left of the decimal.  So
to allow larger loan amounts we would have to change the schema (along
with some places in the code).

--Van

----
Van Mittal-Henkle
Mifos Software Developer
Grameen Foundation
va...@grameenfoundation.org
 

> -----Original Message-----
> From: Udai Gupta [mailto:mailt...@gmail.com]
> Sent: Wednesday, January 06, 2010 8:02 AM
> To: A good place to start for users or folks new to Mifos.
> Subject: Re: [Mifos-users] More than 7 digits before the decimal
> 
> Hi Maina,
> 
> This is a issue that 7 is a hardcoded value in the code, the
> configuration property is not working for now.
> 
> http://mifosforge.jira.com/browse/MIFOS-1537
> 
> To fix this issue and support 10 digits before decimal we might have
> to,
> - change in schema to have DECIMAL(13,3)  (10 before decimal + 3 after
> decimal).
> - remove the hardcoded value and use the values from configuration
> files
> - put validation for configuration file (at startup) not to have
> digitbeforedecimal more than 10 set by user.
> 
> Udai
> 
>
-----------------------------------------------------------------------
> -------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast
and
> easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev
> _______________________________________________
> Mifos-users mailing list
> Mifos-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mifos-users

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Mifos-users mailing list
Mifos-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-users

Reply via email to