Re: Fineract Dev Pentaho Reports

2020-06-29 Thread Airsay Longcon
Thank you for your response on this. I'm aware Mifos 18.03.01 has Pentaho integrated. How did they accomplish this? Or is this something that cannot be discussed here? Also what other OSS reporting tools are known to work with Fineract and how do we integrate them? Easy Reporting is a key deal

Re: Ability to create new self service accounts

2020-06-29 Thread Ed Cable
Hi Garvit, Thanks for starting this thread. For Mifos Mobile CN, we will just have to rely up on the Open Banking APIs and back-office APIs that get published through API gateway for allowing users to create their own account. I'm linking the API docs that Isaac worked on previously at

Re: Working with both the Fineract & Community App development environments

2020-06-29 Thread Victor Romero
As usual you can run them in your local machine on bare bones, VM or Containers. Regards Victor El 29 de junio de 2020 a las 03:18 PM Natasha Natarajan escribió: Hi, Can someone advise if they have recently

Working with both the Fineract & Community App development environments

2020-06-29 Thread Natasha Natarajan
Hi, Can someone advise if they have recently worked and ran both development environments simultaneously on their local machine? If so, can you advise on the best way to achieve this? Best Regards, Natasha

Re: Controllers

2020-06-29 Thread Natasha Natarajan
Thank you for your quick response, Sanyam! I appreciate it! On Mon, Jun 29, 2020 at 2:49 AM Sanyam Goel wrote: > Hi Natasha, > > Please find the code origin down below. > >

Re: Fineract Dev Pentaho Reports

2020-06-29 Thread Saransh Sharma
Currently fineract does not support Pentaho reports due to Licensing issues. You can use or integrate some oss version of reporting engine if you want. Thanks Though Inbuilt Sql based reporting is also quite usable and powerful. On Mon, 29 Jun 2020, 23:11 Kalanzi Vincent, wrote: > Hello Dev

Fineract Dev Pentaho Reports

2020-06-29 Thread Kalanzi Vincent
Hello Dev I have an instance running locally from the latest fineract repository and also have accessed dev.mifos.io In both cases the Pentaho Reports show blank white screen. Am asking for guidance on how to utilize Pentaho Reports on fineract https://github.com/apache/fineract Kind Regards.

Fwd: Announcing ApacheCon @Home 2020

2020-06-29 Thread Javier Borkenztain
Hi Fineracters! This year ApacheCon @Home will be held online from September 29th through October 1st, 2020. It will be on an online event that will allow different possibilities, from stage events, tracks, networking, booths for sponsors and more. We will host a Fineract track, and because

RE: [Mifos-users] [Mifos-developer] Mifos Dev instances dev.mifos.io and webapp.mifos.io

2020-06-29 Thread Allen Bailochan Tuladhar
Thanks Juan for your response. How do I connect the front end to our Mifos X server so that the front end provides the accounts from our Mifos X installation. Regards, Allen. From: Juan Manuel Hernández Sent: Monday, June 29, 2020 9:26 PM To: A good place to start for users or folks new to

Re: [Mifos-users] [Mifos-developer] Mifos Dev instances dev.mifos.io and webapp.mifos.io

2020-06-29 Thread Juan Manuel Hernández
Hi Allen, Here is the requested information: https://mifosforge.jira.com/wiki/spaces/docs/pages/494206998/Online+Banking+App+2.0+User+Manual#OnlineBankingApp2.0UserManual-%EF%BF%BCOverview

Re: Controllers

2020-06-29 Thread Sanyam Goel
Hi Natasha, Please find the code origin down below. https://github.com/apache/fineract/blob/develop/fineract-provider/src/main/java/org/apache/fineract/organisation/staff/api/StaffApiResource.java#L109-L138 Thanks, Sanyam On Mon, Jun 29, 2020 at 8:56 AM Natasha Natarajan <

Re: Auto config at Provisioner CN

2020-06-29 Thread Juhan Aasaru
Hi! I quite don't understand what you mean. Is your question about making each micro service only have its own database that is not shared with other micro services? In my opinion this is doable and worth further discussion. Or do you have a need to use other database vendors besides Postgres.