openMF / mifos-mobile

Repository for the Mifos Mobile Banking App for clients
https://openmf.github.io/mobileapps.github.io/
Mozilla Public License 2.0
272 stars 675 forks source link

Create Guarantor in self service app for client's loan applied #478

Open amasdeogratias opened 6 years ago

amasdeogratias commented 6 years ago

Guarantor is the person who will take control for the client who have applied for the loan

When clients apply for the loan, guarantor is needed to be set to stand for that loan just when the given client will not pay for the loan, Guarantor will be responsible for that loan Guarantor may be the external person or the existing customer in the branch.

To Create Guarantor for the given loan

santoshconflux commented 5 years ago

@miPlodder , @edcable , API development is done

https://issues.apache.org/jira/browse/FINERACT-628

prashantkh19 commented 5 years ago

I was looking to this issue, after going through the current implementation and API changes, I found Guarantors can be added/updated for pending loan applications, but there isn't any way to add guarantors at the time of applying for the loan. And as per the current API implementation (https://demo.openmf.org/api-docs/apiLive.htm#selfloanapply), there isn't any parameter to add guarantors. So, there is a need to change the new loan submission API to accept guarantors. However, as of now, I was thinking to add the guarantors as soon as the loan application is submitted, which can be done with the current API. This could later be changed after the API is updated to show the addition of guarantors in the loan application itself. @edcable @miPlodder @therajanmaurya What do you think?