Hi Gbolahan,
Your request needs to be considered by PM before any implementation is done. 
Thank you.

kim


--- On Sat, 7/26/08, Gbolahan Oshonubi <[EMAIL PROTECTED]> wrote:

> From: Gbolahan Oshonubi <[EMAIL PROTECTED]>
> Subject: Re: [Mifos-developer] Big problem is MIFOS
> To: [EMAIL PROTECTED]
> Date: Saturday, July 26, 2008, 8:21 AM
> Hi Kim,
> 
> Thanks for the efforts. It really helped. We really
> appreciate it. However, we were able to move further to
> another path which finally point us to where we need to be.
> The path is
> src.org.mifos.application.account.business.AccountBO.generateId.
> 
> Sincerely, we appreciate your efforts. We are delighted.
> 
> To move ahead, we need to create product code as part of
> account number. The format we are looking for is 
> 
> Branch Code  4 Digits - Already Generated from the first
> four digits of systems ID
> 
> Product Code 4 Digits - To be generate from product
> ID??????????????
> 
> Customer ID 8 Digits - Already generated from the account
> number
> 
> Is there anyway you can help?
> 
> Thank you, 
> Gbolahan Oshonubi 
> Intelligent Network Services Ltd 
> [EMAIL PROTECTED] 
> Mobile +234-8023175974 
> Remain blessed 
> 
> Disclaimer This e-mail (and any attachment) is intended
> only for the attention of the addressee(s). Its
> unauthorised use, disclosure, storage or copying is not
> permitted. If you are not the intended recipient, please
> destroy all copies and inform the sender by return e-mail.
> Internet e-mail is not a secure medium. Any reply to this
> message could be intercepted and read by someone else.
> Please bear that in mind when deciding whether to send
> material in response to this message by e-mail. 
> 
> ----------------------------------------
> From: Kimloan Ho <[EMAIL PROTECTED]>
> Sent: Thursday, July 24, 2008 10:05 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [Mifos-developer] Big problem is MIFOS 
> 
> Hi Gbolahan,
> Please look at the methods
> org.mifos.application.customer.business.CustomerAccountBO.generateCustomerAccountSystemId
> and generateId to see if that is what you're looking
> for. Thanks.
> 
> kim
> 
> --- On Thu, 7/24/08, Gbolahan Oshonubi  wrote:
> 
> > From: Gbolahan Oshonubi 
> > Subject: Re: [Mifos-developer] Big problem is MIFOS
> > To: [EMAIL PROTECTED]
> > Date: Thursday, July 24, 2008, 12:40 PM
> > Hi Kim,
> > 
> > Thanks for the response. It gave a good insite to the
> > systems id. Kindly point us to how to get the savings
> and
> > loans account numbers as well. This will go a long way
> to
> > help.
> > 
> > Thank you, 
> > Gbolahan Oshonubi 
> > Intelligent Network Services Ltd 
> > [EMAIL PROTECTED] 
> > Mobile +234-8023175974 
> > Remain blessed 
> > 
> > Disclaimer This e-mail (and any attachment) is
> intended
> > only for the attention of the addressee(s). Its
> > unauthorised use, disclosure, storage or copying is
> not
> > permitted. If you are not the intended recipient,
> please
> > destroy all copies and inform the sender by return
> e-mail.
> > Internet e-mail is not a secure medium. Any reply to
> this
> > message could be intercepted and read by someone
> else.
> > Please bear that in mind when deciding whether to
> send
> > material in response to this message by e-mail. 
> > 
> > ----------------------------------------
> > 
> > From: Kimloan Ho 
> > Sent: Thursday, July 24, 2008 8:19 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [Mifos-developer] Big problem is MIFOS 
> > 
> > I think the class is
> >
> org.mifos.application.customer.util.helpers.IdGenerator.
> > Thanks.
> > 
> > kim
> > 
> > --- On Thu, 7/24/08, Gbolahan Oshonubi wrote:
> > 
> > > From: Gbolahan Oshonubi 
> > > Subject: Re: [Mifos-developer] Big problem is
> MIFOS
> > > To: [EMAIL PROTECTED]
> > > Date: Thursday, July 24, 2008, 7:29 AM
> > > Hi Van,
> > > 
> > > Thanks for the response. In addition, can someone
> help
> > with
> > > where the account number generation in MIFOS
> located.
> > The
> > > issue here is that we need to create account
> number
> > > identification based on certain criteria like
> product
> > id,
> > > branch id and customer id to identify each
> account
> > number.
> > > MIFOS only supports account numbers based on
> branch id
> > and
> > > customer id. I believe if we can find the
> location of
> > the
> > > account number file, we may be able to do the
> > > modifications.
> > > 
> > > Thank you, 
> > > Gbolahan Oshonubi 
> > > Intelligent Network Services Ltd 
> > > [EMAIL PROTECTED] 
> > > Mobile +234-8023175974 
> > > Remain blessed 
> > > 
> > > Disclaimer This e-mail (and any attachment) is
> > intended
> > > only for the attention of the addressee(s). Its
> > > unauthorised use, disclosure, storage or copying
> is
> > not
> > > permitted. If you are not the intended
> recipient,
> > please
> > > destroy all copies and inform the sender by
> return
> > e-mail.
> > > Internet e-mail is not a secure medium. Any reply
> to
> > this
> > > message could be intercepted and read by someone
> > else.
> > > Please bear that in mind when deciding whether
> to
> > send
> > > material in response to this message by e-mail. 
> > > 
> > > ----------------------------------------
> > > 
> > > From: "Van Mittal-Henkle"
> > > 
> > > Sent: Thursday, July 24, 2008 7:50 AM
> > > To: "Developer"
> > > 
> > > Subject: Re: [Mifos-developer] Big problem is
> MIFOS 
> > > 
> > > One approach to consider is to change your system
> date
> > as
> > > you enter data into Mifos. In this case you would
> set
> > the
> > > system date before the date of the first loans to
> be
> > > created and then create your clients and their
> loans
> > moving
> > > the system date forward as necessary so that
> records
> > are
> > > created in Mifos on the correct date. Any data
> from
> > the
> > > past can be entered in this way until you have
> entered
> > all
> > > data from the past and can set your system date
> back
> > to the
> > > real current date/time. 
> > > 
> > > I believe that some Mifos users have already
> used
> > this
> > > approach, so perhaps someone else can provide
> more
> > > information or a more detailed proceedure for
> this. 
> > > 
> > > We realiae that this is just a workaround for the
> 1.1
> > > release. We hope to have a better solution to
> this
> > issue
> > > built into Mifos in the "cheetah"
> release
> > that we
> > > are beginning to work on. 
> > > 
> > > Cheers, 
> > > --Van 
> > > 
> > > ----------------------------------------
> > > 
> > > From:
> [EMAIL PROTECTED]
> > >
> [mailto:[EMAIL PROTECTED]
> > On
> > > Behalf Of OWOEYE SUNDAY LAURENCE
> > > Sent: Wednesday, July 23, 2008 2:07 PM
> > > To: [EMAIL PROTECTED];
> > > [email protected]
> > > Cc: [EMAIL PROTECTED];
> [EMAIL PROTECTED];
> > > [EMAIL PROTECTED]; [EMAIL PROTECTED];
> > > [EMAIL PROTECTED]
> > > Subject: [Mifos-developer] Big problem is MIFOS
> > > 
> > > Greetings! We have a big problem with MIFOS,
> > > 
> > > We are trying to implement MIFOS for a client
> that
> > has
> > > started operation one month before the
> application
> > > deployment.Some transaction was made within this
> > period
> > > manually but MIFOS is not allowing us to enter
> the
> > > transaction of the clients prior to the date of
> > > installation of the application. We needed to
> create
> > an
> > > account for them for those days before the
> > installtion
> > > date, but the application automatically captures
> the
> > > posting date and make it the date of creation of
> the
> > client
> > > account and therefore does not allow the posting
> of
> > the
> > > transactions of the client before installation
> with
> > their
> > > repective date of transaction it gives this
> error
> > > "Date of transaction is invalid. It can not
> be
> > prior
> > > to the last meeting date of the customer or prior
> to
> > > activation date of the savings account"
> > > 
> > > Any help on how to resolve this issue will be
> highly
> > > appreciated.
> > > 
> > > Thank
> > >
> >
> you.-------------------------------------------------------------------------
> > > This SF.Net email is sponsored by the Moblin
> Your
> > Move
> > > Developer's challenge
> > > Build the coolest Linux based applications with
> Moblin
> > SDK
> > > & win great prizes
> > > Grand prize is a trip for two to an Open Source
> event
> > > anywhere in the world
> > >
> >
> http://moblin-contest.org/redirect.php?banner_id=100&url=/


      

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Mifos-functional mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-functional

Reply via email to