Re: [Mifos-users] [Mifos-developer] Whats after Maya G?

2011-07-12 Thread Van Mittal-Henkle
11 20:11, Van Mittal-Henkle wrote: I've taken a first step on this and created the page: http://mifosforge.jira.com/wiki/display/MIFOS/Feature+Request+List based off of Binny's email. There is probably some work to do to refine the format of this, but just wanted to get the ba

Re: [Mifos-users] [Mifos-developer] Whats after Maya G?

2011-07-11 Thread Van Mittal-Henkle
re on the wiki and as you said put it in some more formal tool over time. A lot of the users and implementers I interact with have a feedback requests and I will direct it through these channels. Ed On Thu, Jul 7, 2011 at 4:17 PM, Van Mittal-Henkle wrote: Ed,

Re: [Mifos-users] [Mifos-developer] Whats after Maya G?

2011-07-11 Thread Van Mittal-Henkle
I will direct it through these channels. Ed On Thu, Jul 7, 2011 at 4:17 PM, Van Mittal-Henkle wrote: Ed, All sounds good to me. The project oriented approach is one I've thought about too. It seems like a good thing to try getting multiple people working together in the same ar

Re: [Mifos-users] [Mifos-developer] Whats after Maya G?

2011-07-07 Thread Van Mittal-Henkle
Ed, All sounds good to me. The project oriented approach is one I've thought about too. It seems like a good thing to try getting multiple people working together in the same area of the app. It should allow for taking on bigger projects and increase the chances of completion even if the

Re: [Mifos-users] [Mifos-developer] Whats after Maya G?

2011-07-06 Thread Van Mittal-Henkle
Ed, What struck me as I thought about this more is that we really have two communities that we are trying to encourage and grow: 1) The community of Mifos users who find that Mifos provides them value and helps them to better serve their clients and grow their businesses. 2) The

Re: [Mifos-users] [Mifos-developer] Whats after Maya G?

2011-07-01 Thread Van Mittal-Henkle
4+ million members > - on i18n, would be good to allow overriding of specific internationalized > labels look up from config folders - so that they do not get overwritten by > any upgrades. And also handle date formats consistently, especially in > reports. > > Thanks > Bin

Re: [Mifos-users] [Mifos-developer] Whats after Maya G?

2011-06-29 Thread Van Mittal-Henkle
George, I'm catching up on some of these threads after being out for a few days > - there's a mobile revolution underway in sub-Saharan Africa; building > both the APIs/hooks for connecting into a variety of mobile systems > (from mobile money to mobile interfaces for clients and MFI staff to > e

Re: [Mifos-users] odd situation - translation related...

2011-04-21 Thread Van Mittal-Henkle
Hi Jessica, To better understand this, it would be useful know exactly which words on which screens show up in English for you. Screenshots could be a good way to capture this. --Van From: Jessica Cheng [mailto:jessica.chen...@gmail.com] Sent: Thursday, April 21, 2011 9:36 PM To: A

Re: [Mifos-users] Changing label for last name

2010-08-10 Thread Van Mittal-Henkle
Somehow we should note here that this capability will fall under the upcoming ability to customize any string in Mifos by creating a customized properties file for a given installation. --Van Van Mittal-Henkle Mifos Software Developer Grameen Foundation va...@grameenfoundation.org

Re: [Mifos-users] Creating Centers adding 10 entries incustomer_schedule table

2010-03-24 Thread Van Mittal-Henkle
> I think Nayan wants to point out that for MISC_FEES = 0.0, there is no > need to have those entries which logically seems right to me. But I > haven't seen details of code. The current implementation does generate these schedule entries whether or not there are any fees. It would certainly be a

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

2010-01-24 Thread Van Mittal-Henkle
> -Original Message- > From: Van Mittal-Henkle [mailto:va...@grameenfoundation.org] > Sent: Sunday, January 24, 2010 7:06 AM > To: A good place to start for users or folks new to Mifos. > Subject: Re: [Mifos-users] applicationConfiguration.custom.properties > setting >

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

2010-01-24 Thread Van Mittal-Henkle
itten by a future upgrade. In the future the ROUNDING_AMOUNT default is likely to be 1.0 so in this case setting it to that should be okay. --Van Van Mittal-Henkle Mifos Software Developer Grameen Foundation va...@grameenfoundation.org > -Original Message- > From: Tze Yong

Re: [Mifos-users] More than 7 digits before the decimal

2010-01-11 Thread Van Mittal-Henkle
. --Van Van Mittal-Henkle Mifos Software Developer Grameen Foundation va...@grameenfoundation.org > -Original Message- > From: Sam Birney [mailto:sam.bir...@gmail.com] > Sent: Thursday, January 07, 2010 12:36 PM > To: mifos-users@lists.sourceforge.net > Subject: R

Re: [Mifos-users] More than 7 digits before the decimal

2010-01-06 Thread Van Mittal-Henkle
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

Re: [Mifos-users] Fund Code

2009-10-28 Thread Van Mittal-Henkle
I just looked in the code and there is currently no association between funds and GLCodes. Each fund has a "code" associated with it but that code is separate from GLCodes. From the UI, it doesn't look like the fixed list of fund codes (00-04) can be edited. These fund codes are stored in the

Re: [Mifos-users] MySQL

2009-07-10 Thread Van Mittal-Henkle
On rereading this, I see that I did not mention that I'm referring to the requirement you mention for the replicated database box to be at least as powerful as the production database box. > -Original Message- > From: Van Mittal-Henkle [mailto:va...@grameenfoundation.org] >

Re: [Mifos-users] MySQL

2009-07-10 Thread Van Mittal-Henkle
Todd, This is great information! And we're already feeding this into plans related to replication. One question regarding this-- you specifically mention this is the case for MySQL 5.0. Is it also the case for 5.1 or is the situation different for 5.1? I remember seeing some mention in the 5

Re: [Mifos-users] Test server is down

2009-05-05 Thread Van Mittal-Henkle
Yes, the build and test server were broken as of my commit in revision 14807. I've reverted those changes in revision 14808, which should fix the build and test server. Time for me to sleep now, so I'll confirm that in the morning J. From: Jeff Brewster [mailto:jbrews...@grameenfoundation.or

Re: [Mifos-users] Pootle, the Mifos Online Translation Tool is here!

2009-01-14 Thread Van Mittal-Henkle
Yes, moving to Freemarker/Spring will address the date localization issue. --Van -Original Message- From: Adam Monsen [mailto:hair...@gmail.com] Sent: Wednesday, January 14, 2009 9:21 AM To: Mifos User Discussions Subject: Re: [Mifos-users] Pootle, the Mifos Online Translation Tool is h