Tela,

You need to create an environment variable on your system. What system
are you using? windows? ubuntu?

the environment variable should be named MIFOS_CONF and you can point
it to any directory you like on your machine. mifos will look their
for custom configuration files also. It is in here you should put your
custom files.

Keith.

On Thu, Jul 28, 2011 at 6:06 AM, Dennis Tela <[email protected]> wrote:
> Thanks for your response
>
>
>
> Information regarding the .mifos directory & its setup is very explicit to a
> novice as opposed to setting the MIFOS_CONF variable.
>
>
>
> I have seen a line in the applicationConfiguration.custom.properties file
> that seems to call this variable but I can’t quite make-out how to get this
> task done.
>
>
>
> Please elaborate for me a little, I hope you don’t mind.
>
> ·         My tomcat installation is at /usr/share/apache-tomcat-7.0.19/
>
> ·         The .mifos directory that has my custom file is at $HOME/.mifos
>
>
>
> Regards
>
> Tela Dennis
>
> 2011/7/27 Kay Chau <[email protected]>
>>
>> Yes I posted it in my last post - to try the other configuratoin locations
>> we suggest.
>>
>> 2011/7/27 Keith Woodlock <[email protected]>
>>>
>>> Kay,
>>>
>>> > I recommend strnogly against it.  the COA should pick up it's probably
>>> > something wrong here or there - I'd say try loading it the "right" way
>>> > first.
>>>
>>> Do you have some information or link to what is the right way. It
>>> seems like Tela did try it the right way.
>>>
>>> 2011/7/27 Kay Chau <[email protected]>:
>>> > Well I would say its always risky to change the DB directly since you
>>> > never
>>> > know how one table might affect another.
>>> >
>>> > However, if you have done absolutely nothing in your installation yet
>>> > and
>>> > haven't started entering any data at all this might be okay.  But
>>> > again, we
>>> > don't even have well documented schema so you never know if you change
>>> > something in one place, you are supposed to change something in
>>> > another.
>>> >
>>> > I recommend strnogly against it.  the COA should pick up it's probably
>>> > something wrong here or there - I'd say try loading it the "right" way
>>> > first.
>>> >
>>> > Kay
>>> >
>>> > 2011/7/27 Dennis Tela <[email protected]>
>>> >>
>>> >> Is there a way i can work with the tables in Mysql directly in a way
>>> >> to
>>> >> compensate for deployment actions what were meant to have my custom
>>> >> chart of
>>> >> accounts loaded in there?
>>> >>
>>> >> Tables such coa, account_action, and gl_code
>>> >>
>>> >> What is the risk? Just asking.
>>> >>
>>> >> Regards
>>> >> Tela Dennis
>>> >>
>>> >> 2011/7/27 Dennis Tela <[email protected]>
>>> >>>
>>> >>> Yes, sorry about that.
>>> >>>
>>> >>>
>>> >>>
>>> >>> 2011/7/27 Keith Woodlock <[email protected]>
>>> >>>>
>>> >>>> Tela,
>>> >>>>
>>> >>>> > I have cleaned down my database, put a copy of the default chart
>>> >>>> > of
>>> >>>> > accounts
>>> >>>> > in the lib directory of tomcat
>>> >>>> > (/usr/share/apache-tomcat-7.0.19/lib/)
>>> >>>> > and
>>> >>>> > deployed the application again with the same result.
>>> >>>>
>>> >>>> did you mean copy of 'custom' chart of accounts here?
>>> >>>>
>>> >>>>
>>> >>>> 2011/7/27 Dennis Tela <[email protected]>:
>>> >>>> > I have cleaned down my database, put a copy of the default chart
>>> >>>> > of
>>> >>>> > accounts
>>> >>>> > in the lib directory of tomcat
>>> >>>> > (/usr/share/apache-tomcat-7.0.19/lib/)
>>> >>>> > and
>>> >>>> > deployed the application again with the same result.
>>> >>>> >
>>> >>>> > Attached is an extract of the coa table as it appears
>>> >>>> >
>>> >>>> > Regards
>>> >>>> > Tela Dennis
>>> >>>> >
>>> >>>> > 2011/7/27 Keith Woodlock <[email protected]>
>>> >>>> >>
>>> >>>> >> It also has a table called 'coa'.
>>> >>>> >>
>>> >>>> >> Looks like its not being picked up.
>>> >>>> >>
>>> >>>> >> 1. try clean down database and start again. if same result (gl
>>> >>>> >> codes
>>> >>>> >> are the default out of the box ones) try
>>> >>>> >>
>>> >>>> >> 2. Try putting a copy of the custom chart of accounts in the
>>> >>>> >> 'lib'
>>> >>>> >> directory for your tomcat. and start application (against fresh
>>> >>>> >> database.)
>>> >>>> >>
>>> >>>> >> 2011/7/27 Dennis Tela <[email protected]>:
>>> >>>> >> > The database called mifos has a table called gl_code . This
>>> >>>> >> > table
>>> >>>> >> > is
>>> >>>> >> > populated by gl_code values that come with the default chart of
>>> >>>> >> > accounts.
>>> >>>> >> >
>>> >>>> >> > I only wonder how this could be.
>>> >>>> >> >
>>> >>>> >> > Regards
>>> >>>> >> > Tela Dennis
>>> >>>> >> >
>>> >>>> >> > 2011/7/27 Dennis Tela <[email protected]>
>>> >>>> >> >>
>>> >>>> >> >> I am placing them under /root/.mifos/
>>> >>>> >> >>
>>> >>>> >> >> let me look through the database.
>>> >>>> >> >>
>>> >>>> >> >> Regards
>>> >>>> >> >> Tela Dennis.
>>> >>>> >> >>
>>> >>>> >> >>
>>> >>>> >> >> 2011/7/27 Keith Woodlock <[email protected]>
>>> >>>> >> >>>
>>> >>>> >> >>> Where are you placing your custom chart of accounts file and
>>> >>>> >> >>> custom
>>> >>>> >> >>> mifosBeanConfig file?
>>> >>>> >> >>>
>>> >>>> >> >>> You could look at the coa table on the database to see if it
>>> >>>> >> >>> matches
>>> >>>> >> >>> with your custom file (i.e. see if its being picked up
>>> >>>> >> >>> correctly)
>>> >>>> >> >>>
>>> >>>> >> >>> 2011/7/27 Dennis Tela <[email protected]>:
>>> >>>> >> >>> > No, i did not do it that way. I had a clean installation.
>>> >>>> >> >>> >
>>> >>>> >> >>> > Tela Dennis.
>>> >>>> >> >>> >
>>> >>>> >> >>> > On Wed, Jul 27, 2011 at 4:56 PM, Keith Woodlock
>>> >>>> >> >>> > <[email protected]>
>>> >>>> >> >>> > wrote:
>>> >>>> >> >>> >>
>>> >>>> >> >>> >> Is it possible you started up mifos with out of the box
>>> >>>> >> >>> >> chart
>>> >>>> >> >>> >> of
>>> >>>> >> >>> >> accounts, shut it down and then tried to restart with
>>> >>>> >> >>> >> 'custom
>>> >>>> >> >>> >> chart
>>> >>>> >> >>> >> of
>>> >>>> >> >>> >> accounts'?
>>> >>>> >> >>> >>
>>> >>>> >> >>> >> On Wed, Jul 27, 2011 at 2:36 PM, Dennis Tela
>>> >>>> >> >>> >> <[email protected]>
>>> >>>> >> >>> >> wrote:
>>> >>>> >> >>> >> > It was a fresh installation, with the two modified files
>>> >>>> >> >>> >> > attached
>>> >>>> >> >>> >> > in
>>> >>>> >> >>> >> > my
>>> >>>> >> >>> >> > previous email.
>>> >>>> >> >>> >> >
>>> >>>> >> >>> >> > Regards
>>> >>>> >> >>> >> > Tela Dennis
>>> >>>> >> >>> >> >
>>> >>>> >> >>> >> > 2011/7/27 Jakub Sławiński <[email protected]>
>>> >>>> >> >>> >> >>
>>> >>>> >> >>> >> >> Hi Tela,
>>> >>>> >> >>> >> >>
>>> >>>> >> >>> >> >> have you changed chart of accounts *before* the first
>>> >>>> >> >>> >> >> start
>>> >>>> >> >>> >> >> of
>>> >>>> >> >>> >> >> your
>>> >>>> >> >>> >> >> Mifos instance?
>>> >>>> >> >>> >> >>
>>> >>>> >> >>> >> >> "Users should not edit a GL code post-installation. The
>>> >>>> >> >>> >> >> CoA
>>> >>>> >> >>> >> >> is
>>> >>>> >> >>> >> >> set
>>> >>>> >> >>> >> >> once
>>> >>>> >> >>> >> >> in Mifos, at implementation time. Thereafter, the
>>> >>>> >> >>> >> >> existing
>>> >>>> >> >>> >> >> GL
>>> >>>> >> >>> >> >> Codes
>>> >>>> >> >>> >> >> should not be edited/deleted. However, new GL Codes can
>>> >>>> >> >>> >> >> be
>>> >>>> >> >>> >> >> added
>>> >>>> >> >>> >> >> under
>>> >>>> >> >>> >> >> defined sub-categories."
>>> >>>> >> >>> >> >>
>>> >>>> >> >>> >> >>
>>> >>>> >> >>> >> >> Regards,
>>> >>>> >> >>> >> >>  Jakub.
>>> >>>> >> >>> >> >>
>>> >>>> >> >>> >> >> On 27.07.2011 15:26, Dennis Tela wrote:
>>> >>>> >> >>> >> >> > I suspect the same.
>>> >>>> >> >>> >> >> >
>>> >>>> >> >>> >> >> > I have gone over my chart of accounts & the mapping i
>>> >>>> >> >>> >> >> > am
>>> >>>> >> >>> >> >> > using
>>> >>>> >> >>> >> >> > (attached)
>>> >>>> >> >>> >> >> > and every account i have referenced in the mapping
>>> >>>> >> >>> >> >> > exists
>>> >>>> >> >>> >> >> > in
>>> >>>> >> >>> >> >> > the
>>> >>>> >> >>> >> >> > chart
>>> >>>> >> >>> >> >> > of
>>> >>>> >> >>> >> >> > accounts.
>>> >>>> >> >>> >> >> >
>>> >>>> >> >>> >> >> > Are there any best practices in could use?
>>> >>>> >> >>> >> >> >
>>> >>>> >> >>> >> >> > Please advise.
>>> >>>> >> >>> >> >> >
>>> >>>> >> >>> >> >> > Regards
>>> >>>> >> >>> >> >> > Tela Dennis.
>>> >>>> >> >>> >> >> >
>>> >>>> >> >>> >> >> > On Wed, Jul 27, 2011 at 4:20 PM, Keith Woodlock
>>> >>>> >> >>> >> >> > <[email protected]>wrote:
>>> >>>> >> >>> >> >> >
>>> >>>> >> >>> >> >> >> Tela,
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >> I suspect this is related to your chart of accounts
>>> >>>> >> >>> >> >> >> problem
>>> >>>> >> >>> >> >> >> you
>>> >>>> >> >>> >> >> >> posted
>>> >>>> >> >>> >> >> >> in another email.
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >> On Wed, Jul 27, 2011 at 1:56 PM, Dennis Tela
>>> >>>> >> >>> >> >> >> <[email protected]>
>>> >>>> >> >>> >> >> >> wrote:
>>> >>>> >> >>> >> >> >>> When I click Admin tab
>>> >>>> >> >>> >> >> >>>
>>> >>>> >> >>> >> >> >>> View Loan products
>>> >>>> >> >>> >> >> >>>
>>> >>>> >> >>> >> >> >>> Click on a Loan product below to view details and
>>> >>>> >> >>> >> >> >>> make
>>> >>>> >> >>> >> >> >>> changes
>>> >>>> >> >>> >> >> >>> or
>>> >>>> >> >>> >> >> >>>  Define
>>> >>>> >> >>> >> >> >> a
>>> >>>> >> >>> >> >> >>> new Loan product.
>>> >>>> >> >>> >> >> >>>
>>> >>>> >> >>> >> >> >>> The error then appears. Sometimes its a
>>> >>>> >> >>> >> >> >>> blank(white)
>>> >>>> >> >>> >> >> >>> Screen.
>>> >>>> >> >>> >> >> >>>
>>> >>>> >> >>> >> >> >>> Regards
>>> >>>> >> >>> >> >> >>> Tela Dennis
>>> >>>> >> >>> >> >> >>>
>>> >>>> >> >>> >> >> >>> On Wed, Jul 27, 2011 at 3:52 PM, Dennis Tela
>>> >>>> >> >>> >> >> >>> <[email protected]>
>>> >>>> >> >>> >> >> >> wrote:
>>> >>>> >> >>> >> >> >>>>
>>> >>>> >> >>> >> >> >>>> I am logging in well, and attempting to define a
>>> >>>> >> >>> >> >> >>>> new
>>> >>>> >> >>> >> >> >>>> loan
>>> >>>> >> >>> >> >> >>>> product
>>> >>>> >> >>> >> >> >>>> ...
>>> >>>> >> >>> >> >> >> then
>>> >>>> >> >>> >> >> >>>> the error comes up.
>>> >>>> >> >>> >> >> >>>>
>>> >>>> >> >>> >> >> >>>> A screen shot is attached.
>>> >>>> >> >>> >> >> >>>>
>>> >>>> >> >>> >> >> >>>>
>>> >>>> >> >>> >> >> >>>> Tela Dennis.
>>> >>>> >> >>> >> >> >>>>
>>> >>>> >> >>> >> >> >>>> On Wed, Jul 27, 2011 at 3:45 PM, Keith Woodlock <
>>> >>>> >> >>> >> >> >> [email protected]>
>>> >>>> >> >>> >> >> >>>> wrote:
>>> >>>> >> >>> >> >> >>>>>
>>> >>>> >> >>> >> >> >>>>> Tela,
>>> >>>> >> >>> >> >> >>>>>
>>> >>>> >> >>> >> >> >>>>> Ok, so what action are you trying to perform when
>>> >>>> >> >>> >> >> >>>>> you
>>> >>>> >> >>> >> >> >>>>> see
>>> >>>> >> >>> >> >> >>>>> the
>>> >>>> >> >>> >> >> >>>>> error
>>> >>>> >> >>> >> >> >>>>> message/problem? I did not see your earlier
>>> >>>> >> >>> >> >> >>>>> emails
>>> >>>> >> >>> >> >> >>>>> that
>>> >>>> >> >>> >> >> >>>>> your
>>> >>>> >> >>> >> >> >>>>> referred
>>> >>>> >> >>> >> >> >>>>> to around this problem?
>>> >>>> >> >>> >> >> >>>>>
>>> >>>> >> >>> >> >> >>>>> Are you logging in?
>>> >>>> >> >>> >> >> >>>>>
>>> >>>> >> >>> >> >> >>>>> regards,
>>> >>>> >> >>> >> >> >>>>> Keith.
>>> >>>> >> >>> >> >> >>>>>
>>> >>>> >> >>> >> >> >>>>> On Wed, Jul 27, 2011 at 1:39 PM, Dennis Tela
>>> >>>> >> >>> >> >> >>>>> <[email protected]>
>>> >>>> >> >>> >> >> >>>>> wrote:
>>> >>>> >> >>> >> >> >>>>>> The login screen comes up very well.
>>> >>>> >> >>> >> >> >>>>>>
>>> >>>> >> >>> >> >> >>>>>> http://my_Private_IP_Address:8080/mifos/ is the
>>> >>>> >> >>> >> >> >>>>>> url
>>> >>>> >> >>> >> >> >>>>>> i am
>>> >>>> >> >>> >> >> >>>>>> using
>>> >>>> >> >>> >> >> >>>>>>
>>> >>>> >> >>> >> >> >>>>>> Regards
>>> >>>> >> >>> >> >> >>>>>> Tela Dennis
>>> >>>> >> >>> >> >> >>>>>>
>>> >>>> >> >>> >> >> >>>>>> On Wed, Jul 27, 2011 at 3:35 PM, Keith Woodlock
>>> >>>> >> >>> >> >> >>>>>> <[email protected]>
>>> >>>> >> >>> >> >> >>>>>> wrote:
>>> >>>> >> >>> >> >> >>>>>>>
>>> >>>> >> >>> >> >> >>>>>>> Tela,
>>> >>>> >> >>> >> >> >>>>>>>
>>> >>>> >> >>> >> >> >>>>>>> Its looks to have startup correctly from the
>>> >>>> >> >>> >> >> >>>>>>> logs.
>>> >>>> >> >>> >> >> >>>>>>>
>>> >>>> >> >>> >> >> >>>>>>> 1. What url are you using to access the
>>> >>>> >> >>> >> >> >>>>>>> application?
>>> >>>> >> >>> >> >> >>>>>>>
>>> >>>> >> >>> >> >> >>>>>>> 2. do you even see the login screen?
>>> >>>> >> >>> >> >> >>>>>>>
>>> >>>> >> >>> >> >> >>>>>>> regards,
>>> >>>> >> >>> >> >> >>>>>>> Keith.
>>> >>>> >> >>> >> >> >>>>>>>
>>> >>>> >> >>> >> >> >>>>>>> On Wed, Jul 27, 2011 at 12:57 PM, Dennis Tela <
>>> >>>> >> >>> >> >> >> [email protected]>
>>> >>>> >> >>> >> >> >>>>>>> wrote:
>>> >>>> >> >>> >> >> >>>>>>>> Keith
>>> >>>> >> >>> >> >> >>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>> The log is attached. I emptied it, rebooted
>>> >>>> >> >>> >> >> >>>>>>>> the
>>> >>>> >> >>> >> >> >>>>>>>> machine
>>> >>>> >> >>> >> >> >>>>>>>> ....
>>> >>>> >> >>> >> >> >>>>>>>> It's a
>>> >>>> >> >>> >> >> >>>>>>>> clean
>>> >>>> >> >>> >> >> >>>>>>>> one.
>>> >>>> >> >>> >> >> >>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>> Tela Dennis
>>> >>>> >> >>> >> >> >>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>> On Wed, Jul 27, 2011 at 2:49 PM, Keith
>>> >>>> >> >>> >> >> >>>>>>>> Woodlock
>>> >>>> >> >>> >> >> >>>>>>>> <[email protected]>
>>> >>>> >> >>> >> >> >>>>>>>> wrote:
>>> >>>> >> >>> >> >> >>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>> Tela,
>>> >>>> >> >>> >> >> >>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>> Its doesnt ring a bell with me could you send
>>> >>>> >> >>> >> >> >>>>>>>>> on
>>> >>>> >> >>> >> >> >>>>>>>>> the
>>> >>>> >> >>> >> >> >>>>>>>>> catalina.out
>>> >>>> >> >>> >> >> >>>>>>>>> (log
>>> >>>> >> >>> >> >> >>>>>>>>> file)?
>>> >>>> >> >>> >> >> >>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>> regards,
>>> >>>> >> >>> >> >> >>>>>>>>> Keith.
>>> >>>> >> >>> >> >> >>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>> On Wed, Jul 27, 2011 at 12:45 PM, Dennis Tela
>>> >>>> >> >>> >> >> >>>>>>>>> <[email protected]>
>>> >>>> >> >>> >> >> >>>>>>>>> wrote:
>>> >>>> >> >>> >> >> >>>>>>>>>> Dear all.
>>> >>>> >> >>> >> >> >>>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>>> Good day to you all. I have seen
>>> >>>> >> >>> >> >> >>>>>>>>>> communications
>>> >>>> >> >>> >> >> >>>>>>>>>> related
>>> >>>> >> >>> >> >> >>>>>>>>>> the
>>> >>>> >> >>> >> >> >> error
>>> >>>> >> >>> >> >> >>>>>>>>>> I
>>> >>>> >> >>> >> >> >>>>>>>>>> just
>>> >>>> >> >>> >> >> >>>>>>>>>> posted as the title of this email. I get the
>>> >>>> >> >>> >> >> >>>>>>>>>> error in
>>> >>>> >> >>> >> >> >>>>>>>>>> the
>>> >>>> >> >>> >> >> >>>>>>>>>> same
>>> >>>> >> >>> >> >> >>>>>>>>>> way
>>> >>>> >> >>> >> >> >>>>>>>>>> described
>>> >>>> >> >>> >> >> >>>>>>>>>> in previous mails.  None of solutions posted
>>> >>>> >> >>> >> >> >>>>>>>>>> in
>>> >>>> >> >>> >> >> >>>>>>>>>> there
>>> >>>> >> >>> >> >> >>>>>>>>>> seems
>>> >>>> >> >>> >> >> >>>>>>>>>> to
>>> >>>> >> >>> >> >> >>>>>>>>>> work
>>> >>>> >> >>> >> >> >>>>>>>>>> for
>>> >>>> >> >>> >> >> >>>>>>>>>> me.
>>> >>>> >> >>> >> >> >>>>>>>>>> What I have here is a clean installation of
>>> >>>> >> >>> >> >> >>>>>>>>>> mifos
>>> >>>> >> >>> >> >> >>>>>>>>>> 2.1.4.
>>> >>>> >> >>> >> >> >>>>>>>>>> I
>>> >>>> >> >>> >> >> >> simply
>>> >>>> >> >>> >> >> >>>>>>>>>> can't
>>> >>>> >> >>> >> >> >>>>>>>>>> figure out where this error is coming from.
>>> >>>> >> >>> >> >> >>>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>>> If I may ask, how can I tell is mifos is
>>> >>>> >> >>> >> >> >>>>>>>>>> picking
>>> >>>> >> >>> >> >> >>>>>>>>>> up
>>> >>>> >> >>> >> >> >>>>>>>>>> my
>>> >>>> >> >>> >> >> >>>>>>>>>> chart
>>> >>>> >> >>> >> >> >>>>>>>>>> of
>>> >>>> >> >>> >> >> >>>>>>>>>> accounts.
>>> >>>> >> >>> >> >> >>>>>>>>>> From the logs, I can tell its picking up all
>>> >>>> >> >>> >> >> >>>>>>>>>> the
>>> >>>> >> >>> >> >> >>>>>>>>>> rest.
>>> >>>> >> >>> >> >> >>>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>>> I hope I am not taking you guys back to
>>> >>>> >> >>> >> >> >>>>>>>>>> issues
>>> >>>> >> >>> >> >> >>>>>>>>>> sorted
>>> >>>> >> >>> >> >> >>>>>>>>>> already.
>>> >>>> >> >>> >> >> >>>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>>> Regards
>>> >>>> >> >>> >> >> >>>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>>> Tela Dennis
>>> >>>> >> >>> >> >> >>>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>>>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >> ------------------------------------------------------------------------------
>>> >>>> >> >>> >> >> >>>>>>>>>> Got Input?   Slashdot Needs You.
>>> >>>> >> >>> >> >> >>>>>>>>>> Take our quick survey online.  Come on, we
>>> >>>> >> >>> >> >> >>>>>>>>>> don't
>>> >>>> >> >>> >> >> >>>>>>>>>> ask
>>> >>>> >> >>> >> >> >>>>>>>>>> for
>>> >>>> >> >>> >> >> >>>>>>>>>> help
>>> >>>> >> >>> >> >> >>>>>>>>>> often.
>>> >>>> >> >>> >> >> >>>>>>>>>> Plus, you'll get a chance to win $100 to
>>> >>>> >> >>> >> >> >>>>>>>>>> spend
>>> >>>> >> >>> >> >> >>>>>>>>>> on
>>> >>>> >> >>> >> >> >>>>>>>>>> ThinkGeek.
>>> >>>> >> >>> >> >> >>>>>>>>>> http://p.sf.net/sfu/slashdot-survey
>>> >>>> >> >>> >> >> >>>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>>> _______________________________________________
>>> >>>> >> >>> >> >> >>>>>>>>>> Mifos-users mailing list
>>> >>>> >> >>> >> >> >>>>>>>>>> [email protected]
>>> >>>> >> >>> >> >> >>>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/mifos-users
>>> >>>> >> >>> >> >> >>>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >> ------------------------------------------------------------------------------
>>> >>>> >> >>> >> >> >>>>>>>>> Got Input?   Slashdot Needs You.
>>> >>>> >> >>> >> >> >>>>>>>>> Take our quick survey online.  Come on, we
>>> >>>> >> >>> >> >> >>>>>>>>> don't
>>> >>>> >> >>> >> >> >>>>>>>>> ask
>>> >>>> >> >>> >> >> >>>>>>>>> for
>>> >>>> >> >>> >> >> >>>>>>>>> help
>>> >>>> >> >>> >> >> >>>>>>>>> often.
>>> >>>> >> >>> >> >> >>>>>>>>> Plus, you'll get a chance to win $100 to
>>> >>>> >> >>> >> >> >>>>>>>>> spend on
>>> >>>> >> >>> >> >> >>>>>>>>> ThinkGeek.
>>> >>>> >> >>> >> >> >>>>>>>>> http://p.sf.net/sfu/slashdot-survey
>>> >>>> >> >>> >> >> >>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>> _______________________________________________
>>> >>>> >> >>> >> >> >>>>>>>>> Mifos-users mailing list
>>> >>>> >> >>> >> >> >>>>>>>>> [email protected]
>>> >>>> >> >>> >> >> >>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>> https://lists.sourceforge.net/lists/listinfo/mifos-users
>>> >>>> >> >>> >> >> >>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >> ------------------------------------------------------------------------------
>>> >>>> >> >>> >> >> >>>>>>>> Got Input?   Slashdot Needs You.
>>> >>>> >> >>> >> >> >>>>>>>> Take our quick survey online.  Come on, we
>>> >>>> >> >>> >> >> >>>>>>>> don't
>>> >>>> >> >>> >> >> >>>>>>>> ask
>>> >>>> >> >>> >> >> >>>>>>>> for
>>> >>>> >> >>> >> >> >>>>>>>> help
>>> >>>> >> >>> >> >> >> often.
>>> >>>> >> >>> >> >> >>>>>>>> Plus, you'll get a chance to win $100 to spend
>>> >>>> >> >>> >> >> >>>>>>>> on
>>> >>>> >> >>> >> >> >>>>>>>> ThinkGeek.
>>> >>>> >> >>> >> >> >>>>>>>> http://p.sf.net/sfu/slashdot-survey
>>> >>>> >> >>> >> >> >>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>> _______________________________________________
>>> >>>> >> >>> >> >> >>>>>>>> Mifos-users mailing list
>>> >>>> >> >>> >> >> >>>>>>>> [email protected]
>>> >>>> >> >>> >> >> >>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>> https://lists.sourceforge.net/lists/listinfo/mifos-users
>>> >>>> >> >>> >> >> >>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >> ------------------------------------------------------------------------------
>>> >>>> >> >>> >> >> >>>>>>> Got Input?   Slashdot Needs You.
>>> >>>> >> >>> >> >> >>>>>>> Take our quick survey online.  Come on, we
>>> >>>> >> >>> >> >> >>>>>>> don't
>>> >>>> >> >>> >> >> >>>>>>> ask for
>>> >>>> >> >>> >> >> >>>>>>> help
>>> >>>> >> >>> >> >> >>>>>>> often.
>>> >>>> >> >>> >> >> >>>>>>> Plus, you'll get a chance to win $100 to spend
>>> >>>> >> >>> >> >> >>>>>>> on
>>> >>>> >> >>> >> >> >>>>>>> ThinkGeek.
>>> >>>> >> >>> >> >> >>>>>>> http://p.sf.net/sfu/slashdot-survey
>>> >>>> >> >>> >> >> >>>>>>> _______________________________________________
>>> >>>> >> >>> >> >> >>>>>>> Mifos-users mailing list
>>> >>>> >> >>> >> >> >>>>>>> [email protected]
>>> >>>> >> >>> >> >> >>>>>>>
>>> >>>> >> >>> >> >> >>>>>>>
>>> >>>> >> >>> >> >> >>>>>>> https://lists.sourceforge.net/lists/listinfo/mifos-users
>>> >>>> >> >>> >> >> >>>>>>
>>> >>>> >> >>> >> >> >>>>>>
>>> >>>> >> >>> >> >> >>>>>>
>>> >>>> >> >>> >> >> >>>>>>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >> ------------------------------------------------------------------------------
>>> >>>> >> >>> >> >> >>>>>> Got Input?   Slashdot Needs You.
>>> >>>> >> >>> >> >> >>>>>> Take our quick survey online.  Come on, we don't
>>> >>>> >> >>> >> >> >>>>>> ask
>>> >>>> >> >>> >> >> >>>>>> for
>>> >>>> >> >>> >> >> >>>>>> help
>>> >>>> >> >>> >> >> >>>>>> often.
>>> >>>> >> >>> >> >> >>>>>> Plus, you'll get a chance to win $100 to spend
>>> >>>> >> >>> >> >> >>>>>> on
>>> >>>> >> >>> >> >> >>>>>> ThinkGeek.
>>> >>>> >> >>> >> >> >>>>>> http://p.sf.net/sfu/slashdot-survey
>>> >>>> >> >>> >> >> >>>>>> _______________________________________________
>>> >>>> >> >>> >> >> >>>>>> Mifos-users mailing list
>>> >>>> >> >>> >> >> >>>>>> [email protected]
>>> >>>> >> >>> >> >> >>>>>>
>>> >>>> >> >>> >> >> >>>>>>
>>> >>>> >> >>> >> >> >>>>>> https://lists.sourceforge.net/lists/listinfo/mifos-users
>>> >>>> >> >>> >> >> >>>>>>
>>> >>>> >> >>> >> >> >>>>>>
>>> >>>> >> >>> >> >> >>>>>
>>> >>>> >> >>> >> >> >>>>>
>>> >>>> >> >>> >> >> >>>>>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >> ------------------------------------------------------------------------------
>>> >>>> >> >>> >> >> >>>>> Got Input?   Slashdot Needs You.
>>> >>>> >> >>> >> >> >>>>> Take our quick survey online.  Come on, we don't
>>> >>>> >> >>> >> >> >>>>> ask
>>> >>>> >> >>> >> >> >>>>> for
>>> >>>> >> >>> >> >> >>>>> help
>>> >>>> >> >>> >> >> >>>>> often.
>>> >>>> >> >>> >> >> >>>>> Plus, you'll get a chance to win $100 to spend on
>>> >>>> >> >>> >> >> >>>>> ThinkGeek.
>>> >>>> >> >>> >> >> >>>>> http://p.sf.net/sfu/slashdot-survey
>>> >>>> >> >>> >> >> >>>>> _______________________________________________
>>> >>>> >> >>> >> >> >>>>> Mifos-users mailing list
>>> >>>> >> >>> >> >> >>>>> [email protected]
>>> >>>> >> >>> >> >> >>>>>
>>> >>>> >> >>> >> >> >>>>>
>>> >>>> >> >>> >> >> >>>>> https://lists.sourceforge.net/lists/listinfo/mifos-users
>>> >>>> >> >>> >> >> >>>>
>>> >>>> >> >>> >> >> >>>
>>> >>>> >> >>> >> >> >>>
>>> >>>> >> >>> >> >> >>>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >> ------------------------------------------------------------------------------
>>> >>>> >> >>> >> >> >>> Got Input?   Slashdot Needs You.
>>> >>>> >> >>> >> >> >>> Take our quick survey online.  Come on, we don't
>>> >>>> >> >>> >> >> >>> ask
>>> >>>> >> >>> >> >> >>> for
>>> >>>> >> >>> >> >> >>> help
>>> >>>> >> >>> >> >> >>> often.
>>> >>>> >> >>> >> >> >>> Plus, you'll get a chance to win $100 to spend on
>>> >>>> >> >>> >> >> >>> ThinkGeek.
>>> >>>> >> >>> >> >> >>> http://p.sf.net/sfu/slashdot-survey
>>> >>>> >> >>> >> >> >>> _______________________________________________
>>> >>>> >> >>> >> >> >>> Mifos-users mailing list
>>> >>>> >> >>> >> >> >>> [email protected]
>>> >>>> >> >>> >> >> >>>
>>> >>>> >> >>> >> >> >>>
>>> >>>> >> >>> >> >> >>> https://lists.sourceforge.net/lists/listinfo/mifos-users
>>> >>>> >> >>> >> >> >>>
>>> >>>> >> >>> >> >> >>>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >> ------------------------------------------------------------------------------
>>> >>>> >> >>> >> >> >> Got Input?   Slashdot Needs You.
>>> >>>> >> >>> >> >> >> Take our quick survey online.  Come on, we don't ask
>>> >>>> >> >>> >> >> >> for
>>> >>>> >> >>> >> >> >> help
>>> >>>> >> >>> >> >> >> often.
>>> >>>> >> >>> >> >> >> Plus, you'll get a chance to win $100 to spend on
>>> >>>> >> >>> >> >> >> ThinkGeek.
>>> >>>> >> >>> >> >> >> http://p.sf.net/sfu/slashdot-survey
>>> >>>> >> >>> >> >> >> _______________________________________________
>>> >>>> >> >>> >> >> >> Mifos-users mailing list
>>> >>>> >> >>> >> >> >> [email protected]
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >> https://lists.sourceforge.net/lists/listinfo/mifos-users
>>> >>>> >> >>> >> >> >>
>>> >>>> >> >>> >> >> >
>>> >>>> >> >>> >> >> >
>>> >>>> >> >>> >> >> >
>>> >>>> >> >>> >> >> >
>>> >>>> >> >>> >> >> >
>>> >>>> >> >>> >> >> >
>>> >>>> >> >>> >> >> >
>>> >>>> >> >>> >> >> >
>>> >>>> >> >>> >> >> >
>>> >>>> >> >>> >> >> > ------------------------------------------------------------------------------
>>> >>>> >> >>> >> >> > Got Input?   Slashdot Needs You.
>>> >>>> >> >>> >> >> > Take our quick survey online.  Come on, we don't ask
>>> >>>> >> >>> >> >> > for
>>> >>>> >> >>> >> >> > help
>>> >>>> >> >>> >> >> > often.
>>> >>>> >> >>> >> >> > Plus, you'll get a chance to win $100 to spend on
>>> >>>> >> >>> >> >> > ThinkGeek.
>>> >>>> >> >>> >> >> > http://p.sf.net/sfu/slashdot-survey
>>> >>>> >> >>> >> >> >
>>> >>>> >> >>> >> >> >
>>> >>>> >> >>> >> >> >
>>> >>>> >> >>> >> >> > _______________________________________________
>>> >>>> >> >>> >> >> > Mifos-users mailing list
>>> >>>> >> >>> >> >> > [email protected]
>>> >>>> >> >>> >> >> >
>>> >>>> >> >>> >> >> > https://lists.sourceforge.net/lists/listinfo/mifos-users
>>> >>>> >> >>> >> >>
>>> >>>> >> >>> >> >>
>>> >>>> >> >>> >> >>
>>> >>>> >> >>> >> >>
>>> >>>> >> >>> >> >>
>>> >>>> >> >>> >> >>
>>> >>>> >> >>> >> >>
>>> >>>> >> >>> >> >>
>>> >>>> >> >>> >> >> ------------------------------------------------------------------------------
>>> >>>> >> >>> >> >> Got Input?   Slashdot Needs You.
>>> >>>> >> >>> >> >> Take our quick survey online.  Come on, we don't ask
>>> >>>> >> >>> >> >> for
>>> >>>> >> >>> >> >> help
>>> >>>> >> >>> >> >> often.
>>> >>>> >> >>> >> >> Plus, you'll get a chance to win $100 to spend on
>>> >>>> >> >>> >> >> ThinkGeek.
>>> >>>> >> >>> >> >> http://p.sf.net/sfu/slashdot-survey
>>> >>>> >> >>> >> >> _______________________________________________
>>> >>>> >> >>> >> >> Mifos-users mailing list
>>> >>>> >> >>> >> >> [email protected]
>>> >>>> >> >>> >> >>
>>> >>>> >> >>> >> >> https://lists.sourceforge.net/lists/listinfo/mifos-users
>>> >>>> >> >>> >> >
>>> >>>> >> >>> >> >
>>> >>>> >> >>> >> >
>>> >>>> >> >>> >> >
>>> >>>> >> >>> >> >
>>> >>>> >> >>> >> >
>>> >>>> >> >>> >> >
>>> >>>> >> >>> >> > ------------------------------------------------------------------------------
>>> >>>> >> >>> >> > Got Input?   Slashdot Needs You.
>>> >>>> >> >>> >> > Take our quick survey online.  Come on, we don't ask for
>>> >>>> >> >>> >> > help
>>> >>>> >> >>> >> > often.
>>> >>>> >> >>> >> > Plus, you'll get a chance to win $100 to spend on
>>> >>>> >> >>> >> > ThinkGeek.
>>> >>>> >> >>> >> > http://p.sf.net/sfu/slashdot-survey
>>> >>>> >> >>> >> > _______________________________________________
>>> >>>> >> >>> >> > Mifos-users mailing list
>>> >>>> >> >>> >> > [email protected]
>>> >>>> >> >>> >> > https://lists.sourceforge.net/lists/listinfo/mifos-users
>>> >>>> >> >>> >> >
>>> >>>> >> >>> >> >
>>> >>>> >> >>> >>
>>> >>>> >> >>> >>
>>> >>>> >> >>> >>
>>> >>>> >> >>> >>
>>> >>>> >> >>> >>
>>> >>>> >> >>> >>
>>> >>>> >> >>> >> ------------------------------------------------------------------------------
>>> >>>> >> >>> >> Got Input?   Slashdot Needs You.
>>> >>>> >> >>> >> Take our quick survey online.  Come on, we don't ask for
>>> >>>> >> >>> >> help
>>> >>>> >> >>> >> often.
>>> >>>> >> >>> >> Plus, you'll get a chance to win $100 to spend on
>>> >>>> >> >>> >> ThinkGeek.
>>> >>>> >> >>> >> http://p.sf.net/sfu/slashdot-survey
>>> >>>> >> >>> >> _______________________________________________
>>> >>>> >> >>> >> Mifos-users mailing list
>>> >>>> >> >>> >> [email protected]
>>> >>>> >> >>> >> https://lists.sourceforge.net/lists/listinfo/mifos-users
>>> >>>> >> >>> >
>>> >>>> >> >>> >
>>> >>>> >> >>> >
>>> >>>> >> >>> >
>>> >>>> >> >>> >
>>> >>>> >> >>> >
>>> >>>> >> >>> > ------------------------------------------------------------------------------
>>> >>>> >> >>> > Got Input?   Slashdot Needs You.
>>> >>>> >> >>> > Take our quick survey online.  Come on, we don't ask for
>>> >>>> >> >>> > help
>>> >>>> >> >>> > often.
>>> >>>> >> >>> > Plus, you'll get a chance to win $100 to spend on
>>> >>>> >> >>> > ThinkGeek.
>>> >>>> >> >>> > http://p.sf.net/sfu/slashdot-survey
>>> >>>> >> >>> > _______________________________________________
>>> >>>> >> >>> > Mifos-users mailing list
>>> >>>> >> >>> > [email protected]
>>> >>>> >> >>> > https://lists.sourceforge.net/lists/listinfo/mifos-users
>>> >>>> >> >>> >
>>> >>>> >> >>> >
>>> >>>> >> >>>
>>> >>>> >> >>>
>>> >>>> >> >>>
>>> >>>> >> >>>
>>> >>>> >> >>>
>>> >>>> >> >>> ------------------------------------------------------------------------------
>>> >>>> >> >>> Got Input?   Slashdot Needs You.
>>> >>>> >> >>> Take our quick survey online.  Come on, we don't ask for help
>>> >>>> >> >>> often.
>>> >>>> >> >>> Plus, you'll get a chance to win $100 to spend on ThinkGeek.
>>> >>>> >> >>> http://p.sf.net/sfu/slashdot-survey
>>> >>>> >> >>> _______________________________________________
>>> >>>> >> >>> Mifos-users mailing list
>>> >>>> >> >>> [email protected]
>>> >>>> >> >>> https://lists.sourceforge.net/lists/listinfo/mifos-users
>>> >>>> >> >>
>>> >>>> >> >
>>> >>>> >> >
>>> >>>> >> >
>>> >>>> >> >
>>> >>>> >> >
>>> >>>> >> > ------------------------------------------------------------------------------
>>> >>>> >> > Got Input?   Slashdot Needs You.
>>> >>>> >> > Take our quick survey online.  Come on, we don't ask for help
>>> >>>> >> > often.
>>> >>>> >> > Plus, you'll get a chance to win $100 to spend on ThinkGeek.
>>> >>>> >> > http://p.sf.net/sfu/slashdot-survey
>>> >>>> >> > _______________________________________________
>>> >>>> >> > Mifos-users mailing list
>>> >>>> >> > [email protected]
>>> >>>> >> > https://lists.sourceforge.net/lists/listinfo/mifos-users
>>> >>>> >> >
>>> >>>> >> >
>>> >>>> >>
>>> >>>> >>
>>> >>>> >>
>>> >>>> >>
>>> >>>> >> ------------------------------------------------------------------------------
>>> >>>> >> Got Input?   Slashdot Needs You.
>>> >>>> >> Take our quick survey online.  Come on, we don't ask for help
>>> >>>> >> often.
>>> >>>> >> Plus, you'll get a chance to win $100 to spend on ThinkGeek.
>>> >>>> >> http://p.sf.net/sfu/slashdot-survey
>>> >>>> >> _______________________________________________
>>> >>>> >> Mifos-users mailing list
>>> >>>> >> [email protected]
>>> >>>> >> https://lists.sourceforge.net/lists/listinfo/mifos-users
>>> >>>> >
>>> >>>> >
>>> >>>> >
>>> >>>> >
>>> >>>> > ------------------------------------------------------------------------------
>>> >>>> > Got Input?   Slashdot Needs You.
>>> >>>> > Take our quick survey online.  Come on, we don't ask for help
>>> >>>> > often.
>>> >>>> > Plus, you'll get a chance to win $100 to spend on ThinkGeek.
>>> >>>> > http://p.sf.net/sfu/slashdot-survey
>>> >>>> > _______________________________________________
>>> >>>> > Mifos-users mailing list
>>> >>>> > [email protected]
>>> >>>> > https://lists.sourceforge.net/lists/listinfo/mifos-users
>>> >>>> >
>>> >>>> >
>>> >>>>
>>> >>>>
>>> >>>>
>>> >>>> ------------------------------------------------------------------------------
>>> >>>> Got Input?   Slashdot Needs You.
>>> >>>> Take our quick survey online.  Come on, we don't ask for help often.
>>> >>>> Plus, you'll get a chance to win $100 to spend on ThinkGeek.
>>> >>>> http://p.sf.net/sfu/slashdot-survey
>>> >>>> _______________________________________________
>>> >>>> Mifos-users mailing list
>>> >>>> [email protected]
>>> >>>> https://lists.sourceforge.net/lists/listinfo/mifos-users
>>> >>>
>>> >>
>>> >>
>>> >>
>>> >>
>>> >> ------------------------------------------------------------------------------
>>> >> Got Input?   Slashdot Needs You.
>>> >> Take our quick survey online.  Come on, we don't ask for help often.
>>> >> Plus, you'll get a chance to win $100 to spend on ThinkGeek.
>>> >> http://p.sf.net/sfu/slashdot-survey
>>> >> _______________________________________________
>>> >> Mifos-users mailing list
>>> >> [email protected]
>>> >> https://lists.sourceforge.net/lists/listinfo/mifos-users
>>> >>
>>> >
>>> >
>>> >
>>> > ------------------------------------------------------------------------------
>>> > Got Input?   Slashdot Needs You.
>>> > Take our quick survey online.  Come on, we don't ask for help often.
>>> > Plus, you'll get a chance to win $100 to spend on ThinkGeek.
>>> > http://p.sf.net/sfu/slashdot-survey
>>> > _______________________________________________
>>> > Mifos-users mailing list
>>> > [email protected]
>>> > https://lists.sourceforge.net/lists/listinfo/mifos-users
>>> >
>>> >
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Got Input?   Slashdot Needs You.
>>> Take our quick survey online.  Come on, we don't ask for help often.
>>> Plus, you'll get a chance to win $100 to spend on ThinkGeek.
>>> http://p.sf.net/sfu/slashdot-survey
>>> _______________________________________________
>>> Mifos-users mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/mifos-users
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Got Input?   Slashdot Needs You.
>> Take our quick survey online.  Come on, we don't ask for help often.
>> Plus, you'll get a chance to win $100 to spend on ThinkGeek.
>> http://p.sf.net/sfu/slashdot-survey
>> _______________________________________________
>> Mifos-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/mifos-users
>>
>
>
> ------------------------------------------------------------------------------
> Got Input?   Slashdot Needs You.
> Take our quick survey online.  Come on, we don't ask for help often.
> Plus, you'll get a chance to win $100 to spend on ThinkGeek.
> http://p.sf.net/sfu/slashdot-survey
> _______________________________________________
> Mifos-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mifos-users
>
>

------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Mifos-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-users

Reply via email to