Re: General questions on using Fineract for new project

2020-04-17 Thread Vinayak Javaly
Hi Javier. I appreciate your input. The goal of my new system is to present a consolidated view of data from various LMS'. I thought performing the loan accounting on "my side" would be easier than managing continuous input from each source LMS. Thanks, Vinayak On Thu, Apr 16, 2020 at 8:13

Re: General questions on using Fineract for new project

2020-04-17 Thread Vinayak Javaly
Hi Saransh. Thanks for your input. Vinayak On Fri, Apr 17, 2020 at 1:23 AM Saransh Sharma wrote: > > > On Fri, Apr 17, 2020 at 5:43 AM Javier Borkenztain > wrote: > >> Hi Vinayak, >> >> Yes, it seems a feasible project to be executed within Fineract 1.x. >> >> You can use Fineract APIs to

Re: General questions on using Fineract for new project

2020-04-17 Thread Vinayak Javaly
Hi Vishwas. I appreciate your input. As you observed, the system I'm building is to aggregated several LMS' in order to present a consolidated view of all loans. I'm still considering building a simplified data warehouse. I was just seeking reasons to choose one option over the other. Thanks,

Re: General questions on using Fineract for new project

2020-04-17 Thread Saransh Sharma
We should quickly prototype three legged Oauth where a user can create Oauth Credentials, then we might need to create a scoping mechanism for all the API crud functions. Reverse Webhooks which can be used , perhaps using Apache Kafka which could consume information from the third party app.

Re: General questions on using Fineract for new project

2020-04-17 Thread Awasum Yannick
On Fri, Apr 17, 2020 at 6:23 AM Saransh Sharma wrote: > > > On Fri, Apr 17, 2020 at 5:43 AM Javier Borkenztain > wrote: > >> Hi Vinayak, >> >> Yes, it seems a feasible project to be executed within Fineract 1.x. >> >> You can use Fineract APIs to send and receive the data. You can export >>

Re: General questions on using Fineract for new project

2020-04-17 Thread Vishwas Babu A J
Vinayak, Can you please elaborate on the business use case you are trying to support ? While the approach you describe is certainly feasible, you would likely run into a number of issues with reconciliation depending on how the other loan management systems are used. Based on the kind of

Re: General questions on using Fineract for new project

2020-04-16 Thread Saransh Sharma
On Fri, Apr 17, 2020 at 5:43 AM Javier Borkenztain wrote: > Hi Vinayak, > > Yes, it seems a feasible project to be executed within Fineract 1.x. > > You can use Fineract APIs to send and receive the data. You can export > reports in various formats to reconcile data. > > We have implemented an

Re: General questions on using Fineract for new project

2020-04-16 Thread Javier Borkenztain
Hi Vinayak, Yes, it seems a feasible project to be executed within Fineract 1.x. You can use Fineract APIs to send and receive the data. You can export reports in various formats to reconcile data. We have implemented an extension on the API manager tools of Fineract using WSO2 tool