Stephen, Its looks like the 'center meeting' occurs on 30th of month every 6 months.
As mifos runs with 'loan schedue tied to customer meetings' by default its expects the disbursement to fall on a meeting date. The valid set of meeting dates might be 30/06/2011, 30/12/2011, 30/06/2012, 30/12/2012 clearly the first date is in the past so not realy when you are disbursing the loan and the next date in december is probably not when you want to disburse the loan either. The problem here is that your organisation doesnt really want to run with this constraint of 'loan schedule tied to meeting dates'. There is a configuration option where you can turn LSIM (loan schedule independent of meeting schedule) on which will allow you to dsiburse your loan on a non meeting date. Execute the following against database to switch to LSIM mode: update config_key_value_integer set configuration_value = 1 wehre configuration_id = 5; Keith. On Sat, Nov 12, 2011 at 9:22 PM, Stephen Kaufman <[email protected]> wrote: >> >>Greetings Team, > > I am having trouble making a loan and I am getting an "invalid date" > error but can't figure what MIFOS wants for the date. > > I have attached three screen shots > > 1) The error itself > 2) The meeting dates for the "Center" that the client is in (Bouku > Community) > 3) The Edit screen for that Centers Meeting criteria > > I have tried using 30/06/2011 but it won't let me because that¹s in the > past > > And I have tried using 30/12/2011 but it does not like that date either. > > If I could turn off this logic altogether that would be great to. > > Can you help me understand how to figure out what the proper date would be > to make this loan. > > Thanks for your help. > > > ------------------------------------------------------------------------------ > RSA(R) Conference 2012 > Save $700 by Nov 18 > Register now > http://p.sf.net/sfu/rsa-sfdev2dev1 > _______________________________________________ > Mifos-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mifos-users > > ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ Mifos-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mifos-users
