Re: Fineract CN Notifications Endpoints Details

2019-07-11 Thread Saksham Handu
Hi, As per the discussion above, if In-App Notification functionality is not built now, and is being planned to be built in the near future. Can someone share the Endpoints and Request/Response so that mobile developers can use them and built the functionality using Fake Response Layer and later

Re: Fineract CN Notifications Endpoints Details

2019-07-11 Thread Ebenezer Graham
Hi Saksham, The endpoints are designed to manage email and SMS gateway *configurations* only. If you are designing features for an organization admin to be able to manage gateways from the mobile app then these will be helpful. You can find the notification's endpoints here:

Re: [Mifos-users] USING MIFOS WITHOUT ENABLING SSL

2019-07-11 Thread Nikhil Dogra
Thanks for the suggestion. I have tested it with self signed certificate and it is working. But can i use GoDaddy's certificate as it is the requirement of my org. On Thu 11 Jul, 2019, 8:54 PM Awasum Yannick Hi Nikhil, > > Why will yoou want to do that? > > It won't work. Thats not a good

Re: [Mifos-users] USING MIFOS WITHOUT ENABLING SSL

2019-07-11 Thread Awasum Yannick
Hi Nikhil, Why will yoou want to do that? It won't work. Thats not a good idea. Please, Just configure it even with the Self Signed Certificate. If you are doing it as a business, the more reason not to try that. if you cannot do it, please pay someone to do it for you or reach now here.

USING MIFOS WITHOUT ENABLING SSL

2019-07-11 Thread Nikhil Dogra
Dear all, I have configured mifos in linux. Please suggest me that how can i access mifos without enabling SSL in the *server.xml* file of apache tomcat. Regards Nikhil

Re: [Mifos-users] Reschedule of an approved loan

2019-07-11 Thread Francis Guchie
Dear Jun, During this time just undo the approval and modify the loan. Reschedule should be for loans already disbursed in real life, i do not see a scenario where the client will ask for a reschedule if they have not authority of the approval My Kind Regards Francis Guchie Kirago On

Re: Deploying with Docker and docker-compose

2019-07-11 Thread Michael Vorburger
On Thu, Jul 11, 2019 at 8:03 AM Awasum Yannick wrote: > Not, it does not. Here is a PR to Dockerize the Mifos Community App: > https://github.com/openMF/community-app/pull/3107 > that would be cool, let's make this happen... watch, or even better, everyone contribute to,

Re: Seeking Pilot Users to Test Out Mobile Money Integration with Hover Automation SDK for USSD

2019-07-11 Thread Ippez Robert
Hi Ed, Yes this mobile money integration is a long overdue cry from the community. Surely i would also like to be part of the pilot users to test the integration. It has always been been some module we looked up to in Fineract since 2014. Thanks Regards Ippez Robert

Convert Object to long

2019-07-11 Thread Ippez Robert
Hi dev, May i know how i can return long value from an object AppUser userId. Check below method: public String createLogDetail(@PathParam("userId") final AppUser userId, final String apiRequestBodyAsJson) { final Long userToSubscribe = (long) userId.getId(); } This throws

Re: FINERACT-700: upgrade Gradle from 2.10 to 5.2.1 (PR #525)

2019-07-11 Thread Michael Vorburger
Thanks everyone! I hope it won't cause any disruptions for developers - the way it works is that, next time you launch "./gradlew", it will just download Gradle 5.2.1 instead 2.1 for you. One thing perhaps noteworthy to point out is is the (new) -Xmx4g for org.gradle.jvmargs in

Re: FINERACT-700: upgrade Gradle from 2.10 to 5.2.1 (PR #525)

2019-07-11 Thread Awasum Yannick
PR finally merged. Congrats Mike. You have really turned things around. On Thu, Jul 11, 2019 at 7:12 AM Edmore Tshuma wrote: > Great work Mike ! , been following thé thread closely > > On Wed, Jul 10, 2019, 3:34 PM Steve Conrad wrote: > >> Great work - I know that took a lot of effort! >> >>

Re: FINERACT-700: upgrade Gradle from 2.10 to 5.2.1 (PR #525)

2019-07-11 Thread Edmore Tshuma
Great work Mike ! , been following thé thread closely On Wed, Jul 10, 2019, 3:34 PM Steve Conrad wrote: > Great work - I know that took a lot of effort! > > On Tue, Jul 9, 2019 at 11:13 PM Santosh Math < > sant...@confluxtechnologies.com> wrote: > >> Great news! >> >> On Wed, Jul 10, 2019 at

Re: Fineract CN Notifications Endpoints Details

2019-07-11 Thread Awasum Yannick
Notification for Fineract CN is meant to be used for SMS or Email notifications to customers. Its just an MVP for that purpose. For In-App notifications, we will need to build something else together with ActiveMQ (which is already well integrated with Fineract CN backend). Just making things

Re: Deploying with Docker and docker-compose

2019-07-11 Thread Awasum Yannick
Not, it does not. Here is a PR to Dockerize the Mifos Community App: https://github.com/openMF/community-app/pull/3107 You could pull that and make it work together with Fineract Docker... Hope this helps. When you do this, please, it will be great to bring back your experience to the community