Re: Fineract CN Demo server setup

2019-04-09 Thread Babajide Apata
Hello Palani,

There is also a way around the microservice option to use, if you check the
Demo Server Project, inside the Service Runner class, you can modify which
service gets run

Regards

On Tue, 9 Apr 2019 at 16:10, Courage Angeh  wrote:

> Hi Palani,
>
> I am not sure what exactly you are asking for but if it is data from the
> database you can get that from your Cassandra or MariaDB instances.
>
> A possible cause of the build failure you get when -Ddemoserver.lite is set
> to false might be due to insufficient hardware resources.
>
> The permission list you provided is expected. Like Ruphine pointed out you
> can only get permissions for running microservices.
> As of now the flexibility of selecting which microservices get to run with
> the -Ddemoserver.lite option doesn't exist but I think it would be
> a good idea.
>
> Regards,
> Courage.
>
>
> On Tue, Apr 9, 2019, 9:27 AM Palani M  wrote:
>
> > Dear Ruphine Kengne & Courage,
> > Thank you so much for your supports.
> >
> > System is taking both true or false for -Ddemoserver.lite=true same way.
> > I tried with that also.
> > when i avoid not using -Ddemoserver.lite param , VM got hangs up and
> > build getting failed in the end.
> >
> > Meanwhile I have checked my Cassandra database table,
> > *isis_permittable_groups*
> > Which has limited data only. is it possible to have the data for the
> table
> > with whole groups permitted?
> >
> > Hope we will solve it soon.
> >
> > Thank you
> > Palani
> >
> >
> >
> >
> >
> >
> >
> > isis_permittable_groups;
> >
> > On Tue, Apr 9, 2019 at 6:41 PM Ruphine Kengne 
> > wrote:
> >
> >> Hey Palani,
> >>
> >> From your list of permissions, you don't have the permissions for Loans,
> >> Deposits, Groups,
> >> because those micro services are not running.
> >>
> >> So you have to run the demoserver.lite with flag false,so that those
> >> service should be running thus enabling you to access them on the UI
> >>
> >> Regards
> >>
> >> On Tue, 9 Apr 2019 at 14:06, Palani M  wrote:
> >>
> >> > Also Please note below API itself returns limited data while Log In.
> >> > URL: http://localhost:4200/identity/v1/users/operator/permissions
> >> >
> >> > *Response:*
> >> >
> >> >
> >>
> [{"permittableEndpointGroupIdentifier":"catalog__v1__catalog","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"customer__v1__identifications","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"office__v1__offices","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"customer__v1__customer","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"customer__v1__task","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"office__v1__employees","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"identity__v1__users","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"customer__v1__portrait","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"office__v1__self","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"customer__v1__documents","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"identity__v1__self","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"identity__v1__roles","allowedOperations":["READ","CHANGE","DELETE"]}]
> >> >
> >> >
> >> >
> >> > On Tue, Apr 9, 2019 at 6:16 PM Palani M 
> wrote:
> >> >
> >> > > Dear Courage,
> >> > > Please find out the below URL for the screen shots.
> >> > > https://photos.app.goo.gl/3Hk19mrK7HqVDLGe9
> >> > >
> >> > > Also as per document I have used below details. Will it show all
> >> modules
> >> > > i.e has Admin access?
> >> > >
> >> > >- Open http://localhost:4200  on fims -
> >> > >backoffice
> >> > >- Login to the platform using the credentials,
> >> > >
> >> > > *Tenant : playground*
> >> > >
> >> > > *Username : operator*
> >> > >
> >> > > *Password : init1@l *
> >> > >
> >> > >
> >> > > For Web I used below URL
> >> > >
> >> > > https://github.com/apache/fineract-cn-fims-web-app
> >> > >
> >> > >
> >> > > Looking forward to hear from you.
> >> > >
> >> > >
> >> > > Thank you
> >> > >
> >> > > Palani
> >> > >
> >> > >
> >> > >
> >> > >
> >> > >
> >> > > On Tue, Apr 9, 2019 at 5:00 PM Courage Angeh <
> couragean...@gmail.com>
> >> > > wrote:
> >> > >
> >> > >> Hi Palani,
> >> > >>
> >> > >> Can I see a copy of your browser logs?, you should get some errors
> >> > >> because the UI will try to access some of the services that are not
> >> > running.
> >> > >>
> >> > >>
> >> > >> Regards,
> >> > >> Courage.
> >> > >>
> >> > >> On Tue, Apr 9, 2019, 7:26 AM Courage Angeh  >
> >> > >> wrote:
> >> > >>
> >> > >>> Hi Palani,
> >> > >>>
> >> > >>> Yes you're running just a few 

Re: updates On Migration from MariaDB to PostgreSQL

2019-04-09 Thread Isaac Kamga
Hey Juhan,

Thanks for testing.

Wipe clean your Cassandra keyspaces first.

I suspect that what's interferring is the keyspaces from your last run when
using MariaDB.

Please provide feedback how it goes.

Cheers,
Isaac Kamga.

On Sun, Mar 31, 2019 at 10:00 AM Juhan Aasaru  wrote:

> I Isaac,
>
> I pulled the changes and rebuilt the projects.
>
> Now when I run (postgres and cassandra working locally):
>
> java -Ddemoserver.persistent=true -Ddemoserver.provision=true
> -Dcustom.cassandra.contactPoints=127.0.0.1:9042
> -Dcassandra.cluster.user=cassandra -Dcassandra.cluster.pwd=password
> -Ddemoserver.lite=true -jar demo-server-0.1.0-BUILD-SNAPSHOT.jar
>
> I get an error here:
>
> 11:18:42.066 [main] INFO  o.s.b.c.e.j.JettyEmbeddedServletContainer - Jetty
> started on port(s) 2024 (http/1.1)
> 11:18:42.067 [main] INFO  o.s.c.n.e.EurekaDiscoveryClientConfiguration -
> Updating port to 2024
> 11:18:42.072 [main] INFO  o.a.f.c.customer.CustomerApplication - Started
> CustomerApplication in 16.423 seconds (JVM running for 17.342)
> 11:18:57.435 [qtp1479696465-21] INFO  o.a.f.c.l.c.ServiceExceptionFilter -
> Responding with a service error ServiceError{code=409, message='Application
> identity-v1 already exists!'}
> 11:18:57.464 [Thread-16] INFO
> o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Closing
>
> org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@4d50efb8
> :
> startup date [Sun Mar 31 11:12:52 EEST 2019]; parent:
>
> org.springframework.context.annotation.AnnotationConfigApplicationContext@75a1cd57
>
> I understand I have to use -Ddemoserver.provision=true flag to provision
> the initial database so I won't be able to take that one out.
>
> Juhan
>
>
> Kontakt Isaac Kamga () kirjutas kuupäeval R, 29.
> märts 2019 kell 04:17:
>
> > Hey Juhan,
> >
> > I have updated the Pull request to fineract-cn-provisioner with a commit
> > [1] which fixes the errors you're experiencing.
> >
> > I'll advise that you test using option -Ddemoserver.persistent=true and
> > -Ddemoserver.lite=true and we're testing just the minimal set of services
> > now. In fact,I tested and the tail of my logs showed thus
> > *identity-v1 address:http://localhost:2021/identity/v1
> > <
> >
> https://www.google.com/url?q=http://localhost:2021/identity/v1=D=hangouts=1553910362598000=AFQjCNEjCID96mw3LF1ZIPmjEIQkHh_LcQ
> > >*
> >
> > *office-v1 address:http://localhost:2023/office/v1
> > <
> >
> https://www.google.com/url?q=http://localhost:2023/office/v1=D=hangouts=1553910362598000=AFQjCNGjyk1BHroLddOTd0FhJUJG4zdVag
> > >customer-v1
> > address:http://localhost:2024/customer/v1
> > <
> >
> https://www.google.com/url?q=http://localhost:2024/customer/v1=D=hangouts=1553910362599000=AFQjCNGfcoJZIxmcsX34YeEXRUzS0oC2hA
> > >*
> > Albeit, this error [2] turned up related to the Notifications service.
> Just
> > ignore it for now as it will be handled down the line during extensive
> > integration testing.
> >
> > We can keep testing using -Ddemoserver.provision=true for later too when
> > we've migrated and tested the individual services.
> >
> > Can you kindly update your provisioner repository and test once more and
> > let's keep fixing ?
> >
> > [1]
> >
> >
> https://github.com/Izakey/fineract-cn-provisioner/commit/b83331b723f175003ccf069764414e4ab371662c
> >
> > [2] https://pastebin.com/DBzNyHir
> >
> > Cheers,
> > Isaac Kamga.
> >
> > On Wed, Mar 27, 2019 at 10:23 PM Isaac Kamga 
> > wrote:
> >
> > > Hello Juhan,
> > >
> > > Thank you for taking the time to do some testing.
> > >
> > > On Wed, Mar 27, 2019 at 10:56 AM Juhan Aasaru 
> wrote:
> > >
> > >> Hi Isaac,
> > >>
> > >> great initiative towards pushing to PostgreSQL.
> > >>
> > >> I looked at your instructions and tried to run your changes locally.
> > >> The sh script came in handy to quickly clone and build everything that
> > was
> > >> needed.
> > >> But then I got confused about provisioning.
> > >>
> > >> Question #1: How exactly I should run demo-server? I tried the
> following
> > >> options:
> > >>
> > >> 1. I didn't have postgre and cassandra running locally.
> > >>  java -jar -Ddemoserver.lite=true demo-server-0.1.0-BUILD-SNAPSHOT.jar
> > >>
> > >> resulted
> > >>
> > >> org.springframework.beans.factory.BeanCreationException: Error
> creating
> > >> bean with name 'provisionerInitializer':
> > >> Invocation of init method failed; nested exception is
> > >> java.lang.IllegalStateException: Could not initialize service!
> > >> Caused by: org.postgresql.util.PSQLException: FATAL: database "seshat"
> > >> does
> > >> not exist
> > >>
> > >
> > > I haven't done testing using this option yet.
> > >
> > >
> > >>
> > >> 2. I started posgresql (and created a database seshat) and cassandra
> and
> > >> ran:
> > >> java -Ddemoserver.provision=true -Ddemoserver.persistent=true
> > >> -Dcustom.cassandra.contactPoints=127.0.0.1:9042 \
> > >> -Dcassandra.cluster.user=cassandra -Dcassandra.cluster.pwd=password
> > >> -Ddemoserver.lite=true 

Re: Fineract CN Demo server setup

2019-04-09 Thread Courage Angeh
Hi Palani,

I am not sure what exactly you are asking for but if it is data from the
database you can get that from your Cassandra or MariaDB instances.

A possible cause of the build failure you get when -Ddemoserver.lite is set
to false might be due to insufficient hardware resources.

The permission list you provided is expected. Like Ruphine pointed out you
can only get permissions for running microservices.
As of now the flexibility of selecting which microservices get to run with
the -Ddemoserver.lite option doesn't exist but I think it would be
a good idea.

Regards,
Courage.


On Tue, Apr 9, 2019, 9:27 AM Palani M  wrote:

> Dear Ruphine Kengne & Courage,
> Thank you so much for your supports.
>
> System is taking both true or false for -Ddemoserver.lite=true same way.
> I tried with that also.
> when i avoid not using -Ddemoserver.lite param , VM got hangs up and
> build getting failed in the end.
>
> Meanwhile I have checked my Cassandra database table,
> *isis_permittable_groups*
> Which has limited data only. is it possible to have the data for the table
> with whole groups permitted?
>
> Hope we will solve it soon.
>
> Thank you
> Palani
>
>
>
>
>
>
>
> isis_permittable_groups;
>
> On Tue, Apr 9, 2019 at 6:41 PM Ruphine Kengne 
> wrote:
>
>> Hey Palani,
>>
>> From your list of permissions, you don't have the permissions for Loans,
>> Deposits, Groups,
>> because those micro services are not running.
>>
>> So you have to run the demoserver.lite with flag false,so that those
>> service should be running thus enabling you to access them on the UI
>>
>> Regards
>>
>> On Tue, 9 Apr 2019 at 14:06, Palani M  wrote:
>>
>> > Also Please note below API itself returns limited data while Log In.
>> > URL: http://localhost:4200/identity/v1/users/operator/permissions
>> >
>> > *Response:*
>> >
>> >
>> [{"permittableEndpointGroupIdentifier":"catalog__v1__catalog","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"customer__v1__identifications","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"office__v1__offices","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"customer__v1__customer","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"customer__v1__task","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"office__v1__employees","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"identity__v1__users","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"customer__v1__portrait","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"office__v1__self","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"customer__v1__documents","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"identity__v1__self","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"identity__v1__roles","allowedOperations":["READ","CHANGE","DELETE"]}]
>> >
>> >
>> >
>> > On Tue, Apr 9, 2019 at 6:16 PM Palani M  wrote:
>> >
>> > > Dear Courage,
>> > > Please find out the below URL for the screen shots.
>> > > https://photos.app.goo.gl/3Hk19mrK7HqVDLGe9
>> > >
>> > > Also as per document I have used below details. Will it show all
>> modules
>> > > i.e has Admin access?
>> > >
>> > >- Open http://localhost:4200  on fims -
>> > >backoffice
>> > >- Login to the platform using the credentials,
>> > >
>> > > *Tenant : playground*
>> > >
>> > > *Username : operator*
>> > >
>> > > *Password : init1@l *
>> > >
>> > >
>> > > For Web I used below URL
>> > >
>> > > https://github.com/apache/fineract-cn-fims-web-app
>> > >
>> > >
>> > > Looking forward to hear from you.
>> > >
>> > >
>> > > Thank you
>> > >
>> > > Palani
>> > >
>> > >
>> > >
>> > >
>> > >
>> > > On Tue, Apr 9, 2019 at 5:00 PM Courage Angeh 
>> > > wrote:
>> > >
>> > >> Hi Palani,
>> > >>
>> > >> Can I see a copy of your browser logs?, you should get some errors
>> > >> because the UI will try to access some of the services that are not
>> > running.
>> > >>
>> > >>
>> > >> Regards,
>> > >> Courage.
>> > >>
>> > >> On Tue, Apr 9, 2019, 7:26 AM Courage Angeh 
>> > >> wrote:
>> > >>
>> > >>> Hi Palani,
>> > >>>
>> > >>> Yes you're running just a few services via demo server with the
>> > >>> Ddemoserver.lite=true option but that shouldn't be the cause of
>> > >>> the problem. If that was the case then group module won't show as
>> its
>> > not
>> > >>> amongst the modules that should run when Ddemoserver.lite is set to
>> > >>> true.
>> > >>>
>> > >>> Regards,
>> > >>> Courage.
>> > >>>
>> > >>> On Tue, Apr 9, 2019, 3:19 AM Palani M 
>> wrote:
>> > >>>
>> >  Dear Ruphine Keng,
>> >  Role creation also not showing the other modules like Loans and
>> >  

Re: Doubt regarding GSOC 2019 Project Idea list

2019-04-09 Thread PRASHANT KHANDELWAL
Sorry, I was referring to this link:
https://mifosforge.jira.com/browse/MPH-42
--
Regards,
*Prashant Khandelwal*
M.Sc.(Hons.) Mathematics and B.E.(Hons.) Computer Science

Mobile: +91 8077653023 | +91 8267851475

Email: Personal  | BITS Mail


*Birla Institute of Technology and Science Pilani*

*Vidya Vihar, Pilani*
*Rajasthan - 333031, India*

[image: Mailtrack]

Sender
notified by
Mailtrack

09/04/19,
8:39:07 pm

On Tue, Apr 9, 2019 at 8:29 PM PRASHANT KHANDELWAL <
f2016...@pilani.bits-pilani.ac.in> wrote:

> We have to integrate the external payments system with the self-service
> app via the payments-hub. Now the payments hub is already integrated with
> the mojaloop, so basically we need to integrate banking app with the
> payments hub. I have gone through
> https://mifosforge.jira.com/browse/MPH-19, and got to know the rest-API
> implementation is done for the payments-hub. So we can use REST-API to
> integrate the banking app with the payments-hub.
> Where can I find the documentation for this API?
> Some samples I've found in the attachments on
> https://mifosforge.jira.com/browse/MPH-19.
> Is my approach (using the REST) correct as per the planning of the
> payments-hub repository?
> Thank You.
> --
> Regards,
> *Prashant Khandelwal*
> M.Sc.(Hons.) Mathematics and B.E.(Hons.) Computer Science
>
> Mobile: +91 8077653023 | +91 8267851475
>
> Email: Personal  | BITS Mail
> 
>
> *Birla Institute of Technology and Science Pilani*
>
> *Vidya Vihar, Pilani*
> *Rajasthan - 333031, India*
>
>
> On Tue, Apr 9, 2019 at 7:30 PM Ed Cable  wrote:
>
>> Regarding reports, we defined a set of client-facing reports (account
>> statement, transaction summary, etc. that should be able to be viewed and
>> downloaded by the mobile banking user.
>>
>> Ed
>>
>> On Tue, Apr 9, 2019 at 6:56 AM PRASHANT KHANDELWAL <
>> f2016...@pilani.bits-pilani.ac.in> wrote:
>>
>> > Thank You for your response.
>> > I pretty much got the idea.
>> > Could you please also explain what all details the report contains as I
>> > have assumed the report contains all the transactions made on a
>> particular
>> > account with some basic info about the details
>> > This could be done using the existing self-service APIs. Is
>> > my understanding correct?
>> > Thank You
>> >
>> > --
>> > Regards,
>> > *Prashant Khandelwal*
>> > M.Sc.(Hons.) Mathematics and B.E.(Hons.) Computer Science
>> >
>> > Mobile: +91 8077653023 | +91 8267851475
>> >
>> > Email: Personal  | BITS Mail
>> > 
>> >
>> > *Birla Institute of Technology and Science Pilani*
>> >
>> > *Vidya Vihar, Pilani*
>> > *Rajasthan - 333031, India*
>> >
>> >
>> > On Tue, Apr 9, 2019 at 7:18 PM Ed Cable  wrote:
>> >
>> > > Prashant,
>> > >
>> > > Regarding #2 concerning the payment hub integration, via the mobile
>> > banking
>> > > app, we would like to support a user being able to send money to a
>> third
>> > > party using an external payment system or add funds into their
>> > > Mifos/Fineract savings account using an external payment system.
>> > >
>> > > You can learn more about the payment hub at
>> > > https://mifos.org/blog/mifos-mojaloop/ and view the code related to
>> it
>> > at
>> > > https://github.com/openMF/payment-hub
>> > >
>> > > The work for this project would be dependent upon the APIs for the
>> > payment
>> > > system having been integrated with the payment hub so currently that
>> > would
>> > > only include the Mojaloop APis.
>> > >
>> > > This jira project contains more about the endpoints from the payment
>> hub
>> > > that the mobile banking app would consume:
>> > > https://mifosforge.jira.com/browse/MPH-16 a
>> > > <
>> > >
>> >
>> https://mifosforge.jira.com/jira/software/projects/MPH/boards/16/backlog?selectedIssue=MPH-25
>> > > >
>> > > nd https://mifosforge.jira.com/browse/MPH-25
>> > >
>> > > Ed
>> > >
>> > > On Thu, Mar 28, 2019 at 9:26 AM PRASHANT KHANDELWAL <
>> > > f2016...@pilani.bits-pilani.ac.in> wrote:
>> > >
>> > > > Hello,
>> > > > I am Prashant Khandelwal, would be participating in gsoc 2019. I am
>> > > > interested in self-service app (
>> https://github.com/openMF/mifos-mobile
>> > )
>> > > > project.
>> > > > Here are the features requested for this project,
>> > > >
>> > > >1. Support for customer support/chat via RocketChat
>> > > >2. Integration with an external payment system (Mojaloop, mPesa)
>> via
>> > > our
>> > > >payment hub.
>> > > >3. Support for TOTPs with Google Authenticator
>> > > >4. Improve outbound notification generation.
>> > > >5. Better support for skinning/theming/white-labeling of the app
>> > > >6. Finalize Support for viewing reports
>> > > >7. Implementation of Unit and Integration testing
>> > > >
>> > > > I had doubts about some features.
>> > > > 1. For the first feature, should the rocketchat (
>> > > > 

Re: Doubt regarding GSOC 2019 Project Idea list

2019-04-09 Thread Ed Cable
Regarding reports, we defined a set of client-facing reports (account
statement, transaction summary, etc. that should be able to be viewed and
downloaded by the mobile banking user.

Ed

On Tue, Apr 9, 2019 at 6:56 AM PRASHANT KHANDELWAL <
f2016...@pilani.bits-pilani.ac.in> wrote:

> Thank You for your response.
> I pretty much got the idea.
> Could you please also explain what all details the report contains as I
> have assumed the report contains all the transactions made on a particular
> account with some basic info about the details
> This could be done using the existing self-service APIs. Is
> my understanding correct?
> Thank You
>
> --
> Regards,
> *Prashant Khandelwal*
> M.Sc.(Hons.) Mathematics and B.E.(Hons.) Computer Science
>
> Mobile: +91 8077653023 | +91 8267851475
>
> Email: Personal  | BITS Mail
> 
>
> *Birla Institute of Technology and Science Pilani*
>
> *Vidya Vihar, Pilani*
> *Rajasthan - 333031, India*
>
>
> On Tue, Apr 9, 2019 at 7:18 PM Ed Cable  wrote:
>
> > Prashant,
> >
> > Regarding #2 concerning the payment hub integration, via the mobile
> banking
> > app, we would like to support a user being able to send money to a third
> > party using an external payment system or add funds into their
> > Mifos/Fineract savings account using an external payment system.
> >
> > You can learn more about the payment hub at
> > https://mifos.org/blog/mifos-mojaloop/ and view the code related to it
> at
> > https://github.com/openMF/payment-hub
> >
> > The work for this project would be dependent upon the APIs for the
> payment
> > system having been integrated with the payment hub so currently that
> would
> > only include the Mojaloop APis.
> >
> > This jira project contains more about the endpoints from the payment hub
> > that the mobile banking app would consume:
> > https://mifosforge.jira.com/browse/MPH-16 a
> > <
> >
> https://mifosforge.jira.com/jira/software/projects/MPH/boards/16/backlog?selectedIssue=MPH-25
> > >
> > nd https://mifosforge.jira.com/browse/MPH-25
> >
> > Ed
> >
> > On Thu, Mar 28, 2019 at 9:26 AM PRASHANT KHANDELWAL <
> > f2016...@pilani.bits-pilani.ac.in> wrote:
> >
> > > Hello,
> > > I am Prashant Khandelwal, would be participating in gsoc 2019. I am
> > > interested in self-service app (https://github.com/openMF/mifos-mobile
> )
> > > project.
> > > Here are the features requested for this project,
> > >
> > >1. Support for customer support/chat via RocketChat
> > >2. Integration with an external payment system (Mojaloop, mPesa) via
> > our
> > >payment hub.
> > >3. Support for TOTPs with Google Authenticator
> > >4. Improve outbound notification generation.
> > >5. Better support for skinning/theming/white-labeling of the app
> > >6. Finalize Support for viewing reports
> > >7. Implementation of Unit and Integration testing
> > >
> > > I had doubts about some features.
> > > 1. For the first feature, should the rocketchat (
> > > https://github.com/RocketChat/Rocket.Chat.Android) be implemented in
> the
> > > application as a navigation fragment or an intent to the rocketchat
> > android
> > > application with the respective server would be fine?
> > > 2. For the second feature, which payment hub is being referred to here?
> > > 3. Explanation for the 5th feature.
> > >
> > > Thank You
> > > --
> > > Regards,
> > > *Prashant Khandelwal*
> > > M.Sc.(Hons.) Mathematics and B.E.(Hons.) Computer Science
> > >
> > > Mobile: +91 8077653023 | +91 8267851475
> > >
> > > Email: Personal  | BITS Mail
> > > 
> > >
> > > *Birla Institute of Technology and Science Pilani*
> > >
> > > *Vidya Vihar, Pilani*
> > > *Rajasthan - 333031, India*
> > >
> >
> >
> > --
> > *Ed Cable*
> > President/CEO, Mifos Initiative
> > edca...@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
> >
> > *Collectively Creating a World of 3 Billion Maries | *http://mifos.org
> >   
> >
>


-- 
*Ed Cable*
President/CEO, Mifos Initiative
edca...@mifos.org | Skype: edcable | Mobile: +1.484.477.8649

*Collectively Creating a World of 3 Billion Maries | *http://mifos.org
  


Re: Doubt regarding GSOC 2019 Project Idea list

2019-04-09 Thread PRASHANT KHANDELWAL
Thank You for your response.
I pretty much got the idea.
Could you please also explain what all details the report contains as I
have assumed the report contains all the transactions made on a particular
account with some basic info about the details
This could be done using the existing self-service APIs. Is
my understanding correct?
Thank You

--
Regards,
*Prashant Khandelwal*
M.Sc.(Hons.) Mathematics and B.E.(Hons.) Computer Science

Mobile: +91 8077653023 | +91 8267851475

Email: Personal  | BITS Mail


*Birla Institute of Technology and Science Pilani*

*Vidya Vihar, Pilani*
*Rajasthan - 333031, India*


On Tue, Apr 9, 2019 at 7:18 PM Ed Cable  wrote:

> Prashant,
>
> Regarding #2 concerning the payment hub integration, via the mobile banking
> app, we would like to support a user being able to send money to a third
> party using an external payment system or add funds into their
> Mifos/Fineract savings account using an external payment system.
>
> You can learn more about the payment hub at
> https://mifos.org/blog/mifos-mojaloop/ and view the code related to it at
> https://github.com/openMF/payment-hub
>
> The work for this project would be dependent upon the APIs for the payment
> system having been integrated with the payment hub so currently that would
> only include the Mojaloop APis.
>
> This jira project contains more about the endpoints from the payment hub
> that the mobile banking app would consume:
> https://mifosforge.jira.com/browse/MPH-16 a
> <
> https://mifosforge.jira.com/jira/software/projects/MPH/boards/16/backlog?selectedIssue=MPH-25
> >
> nd https://mifosforge.jira.com/browse/MPH-25
>
> Ed
>
> On Thu, Mar 28, 2019 at 9:26 AM PRASHANT KHANDELWAL <
> f2016...@pilani.bits-pilani.ac.in> wrote:
>
> > Hello,
> > I am Prashant Khandelwal, would be participating in gsoc 2019. I am
> > interested in self-service app (https://github.com/openMF/mifos-mobile)
> > project.
> > Here are the features requested for this project,
> >
> >1. Support for customer support/chat via RocketChat
> >2. Integration with an external payment system (Mojaloop, mPesa) via
> our
> >payment hub.
> >3. Support for TOTPs with Google Authenticator
> >4. Improve outbound notification generation.
> >5. Better support for skinning/theming/white-labeling of the app
> >6. Finalize Support for viewing reports
> >7. Implementation of Unit and Integration testing
> >
> > I had doubts about some features.
> > 1. For the first feature, should the rocketchat (
> > https://github.com/RocketChat/Rocket.Chat.Android) be implemented in the
> > application as a navigation fragment or an intent to the rocketchat
> android
> > application with the respective server would be fine?
> > 2. For the second feature, which payment hub is being referred to here?
> > 3. Explanation for the 5th feature.
> >
> > Thank You
> > --
> > Regards,
> > *Prashant Khandelwal*
> > M.Sc.(Hons.) Mathematics and B.E.(Hons.) Computer Science
> >
> > Mobile: +91 8077653023 | +91 8267851475
> >
> > Email: Personal  | BITS Mail
> > 
> >
> > *Birla Institute of Technology and Science Pilani*
> >
> > *Vidya Vihar, Pilani*
> > *Rajasthan - 333031, India*
> >
>
>
> --
> *Ed Cable*
> President/CEO, Mifos Initiative
> edca...@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
>
> *Collectively Creating a World of 3 Billion Maries | *http://mifos.org
>   
>


Re: Doubt regarding GSOC 2019 Project Idea list

2019-04-09 Thread Ed Cable
Prashant,

Regarding #2 concerning the payment hub integration, via the mobile banking
app, we would like to support a user being able to send money to a third
party using an external payment system or add funds into their
Mifos/Fineract savings account using an external payment system.

You can learn more about the payment hub at
https://mifos.org/blog/mifos-mojaloop/ and view the code related to it at
https://github.com/openMF/payment-hub

The work for this project would be dependent upon the APIs for the payment
system having been integrated with the payment hub so currently that would
only include the Mojaloop APis.

This jira project contains more about the endpoints from the payment hub
that the mobile banking app would consume:
https://mifosforge.jira.com/browse/MPH-16 a

nd https://mifosforge.jira.com/browse/MPH-25

Ed

On Thu, Mar 28, 2019 at 9:26 AM PRASHANT KHANDELWAL <
f2016...@pilani.bits-pilani.ac.in> wrote:

> Hello,
> I am Prashant Khandelwal, would be participating in gsoc 2019. I am
> interested in self-service app (https://github.com/openMF/mifos-mobile)
> project.
> Here are the features requested for this project,
>
>1. Support for customer support/chat via RocketChat
>2. Integration with an external payment system (Mojaloop, mPesa) via our
>payment hub.
>3. Support for TOTPs with Google Authenticator
>4. Improve outbound notification generation.
>5. Better support for skinning/theming/white-labeling of the app
>6. Finalize Support for viewing reports
>7. Implementation of Unit and Integration testing
>
> I had doubts about some features.
> 1. For the first feature, should the rocketchat (
> https://github.com/RocketChat/Rocket.Chat.Android) be implemented in the
> application as a navigation fragment or an intent to the rocketchat android
> application with the respective server would be fine?
> 2. For the second feature, which payment hub is being referred to here?
> 3. Explanation for the 5th feature.
>
> Thank You
> --
> Regards,
> *Prashant Khandelwal*
> M.Sc.(Hons.) Mathematics and B.E.(Hons.) Computer Science
>
> Mobile: +91 8077653023 | +91 8267851475
>
> Email: Personal  | BITS Mail
> 
>
> *Birla Institute of Technology and Science Pilani*
>
> *Vidya Vihar, Pilani*
> *Rajasthan - 333031, India*
>


-- 
*Ed Cable*
President/CEO, Mifos Initiative
edca...@mifos.org | Skype: edcable | Mobile: +1.484.477.8649

*Collectively Creating a World of 3 Billion Maries | *http://mifos.org
  


Re: Fineract CN Demo server setup

2019-04-09 Thread Palani M
Dear Ruphine Kengne & Courage,
Thank you so much for your supports.

System is taking both true or false for -Ddemoserver.lite=true same way. I
tried with that also.
when i avoid not using -Ddemoserver.lite param , VM got hangs up and build
getting failed in the end.

Meanwhile I have checked my Cassandra database table,
*isis_permittable_groups*
Which has limited data only. is it possible to have the data for the table
with whole groups permitted?

Hope we will solve it soon.

Thank you
Palani







isis_permittable_groups;

On Tue, Apr 9, 2019 at 6:41 PM Ruphine Kengne 
wrote:

> Hey Palani,
>
> From your list of permissions, you don't have the permissions for Loans,
> Deposits, Groups,
> because those micro services are not running.
>
> So you have to run the demoserver.lite with flag false,so that those
> service should be running thus enabling you to access them on the UI
>
> Regards
>
> On Tue, 9 Apr 2019 at 14:06, Palani M  wrote:
>
> > Also Please note below API itself returns limited data while Log In.
> > URL: http://localhost:4200/identity/v1/users/operator/permissions
> >
> > *Response:*
> >
> >
> [{"permittableEndpointGroupIdentifier":"catalog__v1__catalog","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"customer__v1__identifications","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"office__v1__offices","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"customer__v1__customer","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"customer__v1__task","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"office__v1__employees","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"identity__v1__users","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"customer__v1__portrait","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"office__v1__self","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"customer__v1__documents","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"identity__v1__self","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"identity__v1__roles","allowedOperations":["READ","CHANGE","DELETE"]}]
> >
> >
> >
> > On Tue, Apr 9, 2019 at 6:16 PM Palani M  wrote:
> >
> > > Dear Courage,
> > > Please find out the below URL for the screen shots.
> > > https://photos.app.goo.gl/3Hk19mrK7HqVDLGe9
> > >
> > > Also as per document I have used below details. Will it show all
> modules
> > > i.e has Admin access?
> > >
> > >- Open http://localhost:4200  on fims -
> > >backoffice
> > >- Login to the platform using the credentials,
> > >
> > > *Tenant : playground*
> > >
> > > *Username : operator*
> > >
> > > *Password : init1@l *
> > >
> > >
> > > For Web I used below URL
> > >
> > > https://github.com/apache/fineract-cn-fims-web-app
> > >
> > >
> > > Looking forward to hear from you.
> > >
> > >
> > > Thank you
> > >
> > > Palani
> > >
> > >
> > >
> > >
> > >
> > > On Tue, Apr 9, 2019 at 5:00 PM Courage Angeh 
> > > wrote:
> > >
> > >> Hi Palani,
> > >>
> > >> Can I see a copy of your browser logs?, you should get some errors
> > >> because the UI will try to access some of the services that are not
> > running.
> > >>
> > >>
> > >> Regards,
> > >> Courage.
> > >>
> > >> On Tue, Apr 9, 2019, 7:26 AM Courage Angeh 
> > >> wrote:
> > >>
> > >>> Hi Palani,
> > >>>
> > >>> Yes you're running just a few services via demo server with the
> > >>> Ddemoserver.lite=true option but that shouldn't be the cause of
> > >>> the problem. If that was the case then group module won't show as its
> > not
> > >>> amongst the modules that should run when Ddemoserver.lite is set to
> > >>> true.
> > >>>
> > >>> Regards,
> > >>> Courage.
> > >>>
> > >>> On Tue, Apr 9, 2019, 3:19 AM Palani M 
> wrote:
> > >>>
> >  Dear Ruphine Keng,
> >  Role creation also not showing the other modules like Loans and
> >  Products.
> >  After several analysis I guess my build command may restrict to use
> >  only few modules.
> >  I am using* -Ddemoserver.lite=true *in the build as full build not
> >  working due to VM.
> > 
> >  is there any property  to pass  only required modules through
> > command ?
> >  It would be great for any assistance.
> > 
> >  Thank you all so much.
> > 
> >  Palani
> > 
> > 
> > 
> > 
> > 
> >  --
> >  Regards,
> >  Palanisami M
> >  Habile Technologies Private Limited
> >  --
> >  DISCLAIMER:
> >  All emails and any files transmitted with them are confidential and
> >  intended solely for the use of the 

Re: [ANNOUNCE] New Fineract PMC member James Dailey

2019-04-09 Thread Sanyam Goel
Congratulations James!

Regards,
Sanyam

On Tue, Apr 9, 2019, 4:23 PM Cabrel Kemfang <
ghislaincabrel.kemf...@gmail.com> wrote:

> Congratulations James Dailey.
>
> On Tue, Apr 9, 2019 at 9:26 AM Edmore Tshuma  wrote:
>
> > Congratulations Dailey !!
> >
> > Sent from Mail for Windows 10
> >
> > From: Massabe Lydiane
> > Sent: Tuesday, 09 April 2019 10:21 AM
> > To: dev@fineract.apache.org
> > Subject: Re: [ANNOUNCE] New Fineract PMC member James Dailey
> >
> > Congratulations James Dailey..
> >
> >
> > On Tue, Apr 9, 2019 at 8:52 AM Myrle Krantz  wrote:
> >
> > > Congratulations James!
> > >
> > > -Myrle
> > >
> > > On Tue, Apr 9, 2019 at 8:46 AM Ebenezer Graham <
> egraha...@alustudent.com
> > >
> > > wrote:
> > >
> > > > Congratulations James
> > > >
> > > > On Tue, 9 Apr 2019, 10:03 Nkep Kerlyn, 
> wrote:
> > > >
> > > > > Congratulations James Dailey!
> > > > >
> > > > >
> > > > > On Tue, Apr 9, 2019, 5:49 AM Mexina Daniel  > wrote:
> > > > >
> > > > >> Congratulation James Dailey
> > > > >>
> > > > >> Your initiative had made a big impact to the community.
> > > > >>
> > > > >> On April 9, 2019 at 2:39 AM Ed Cable  wrote:
> > > > >>
> > > > >> It is my honor and privilege to announce James Dailey as a member
> of
> > > the
> > > > >> Apache Fineract PMC. The Fineract project and community would not
> > > exist
> > > > >> today if not for James' visionary leadership in launching MOAP,
> the
> > > > >> Microfinance Open Architecture Project, which would become Mifos
> > which
> > > > >> gave
> > > > >> birth to Fineract.
> > > > >>
> > > > >> What started out only as a mere idea in 2001
> > > > >> , has evolved to
> > become
> > > a
> > > > >> global movement and a vibrant ecosystem. Through all those years
> > James
> > > > has
> > > > >> helped to keep the community aligned and ensured the technology
> > > evolves
> > > > in
> > > > >> the right direction. We look forward to an even deeper and more
> > > > impactful
> > > > >> role that James can play as part of the PMC.
> > > > >>
> > > > >> Join us in welcoming and congratulating James!
> > > > >>
> > > > >> Ed
> > > > >>
> > > > >>
> > > > >> Mexina Daniel
> > > > >>
> > > > >> Singo Africa Limited
> > > > >>
> > > > >> Mbezi Beach "B"  | Mwai Kibaki Road | 6 Wasafi Str.
> > > > >> P.O BOX 78908 | 14121 Dar es salaam
> > > > >>
> > > > >> +255 71 211 0791 | +255 22 261 8511
> > > > >>
> > > > >> amala.co.tz | singo.africa
> > > > >>
> > > > >>
> > > > >>
> > > > >
> > > >
> > >
> >
> >
>


Re: Fineract CN Demo server setup

2019-04-09 Thread Ruphine Kengne
Hey Palani,

>From your list of permissions, you don't have the permissions for Loans,
Deposits, Groups,
because those micro services are not running.

So you have to run the demoserver.lite with flag false,so that those
service should be running thus enabling you to access them on the UI

Regards

On Tue, 9 Apr 2019 at 14:06, Palani M  wrote:

> Also Please note below API itself returns limited data while Log In.
> URL: http://localhost:4200/identity/v1/users/operator/permissions
>
> *Response:*
>
> [{"permittableEndpointGroupIdentifier":"catalog__v1__catalog","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"customer__v1__identifications","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"office__v1__offices","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"customer__v1__customer","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"customer__v1__task","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"office__v1__employees","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"identity__v1__users","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"customer__v1__portrait","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"office__v1__self","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"customer__v1__documents","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"identity__v1__self","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"identity__v1__roles","allowedOperations":["READ","CHANGE","DELETE"]}]
>
>
>
> On Tue, Apr 9, 2019 at 6:16 PM Palani M  wrote:
>
> > Dear Courage,
> > Please find out the below URL for the screen shots.
> > https://photos.app.goo.gl/3Hk19mrK7HqVDLGe9
> >
> > Also as per document I have used below details. Will it show all modules
> > i.e has Admin access?
> >
> >- Open http://localhost:4200  on fims -
> >backoffice
> >- Login to the platform using the credentials,
> >
> > *Tenant : playground*
> >
> > *Username : operator*
> >
> > *Password : init1@l *
> >
> >
> > For Web I used below URL
> >
> > https://github.com/apache/fineract-cn-fims-web-app
> >
> >
> > Looking forward to hear from you.
> >
> >
> > Thank you
> >
> > Palani
> >
> >
> >
> >
> >
> > On Tue, Apr 9, 2019 at 5:00 PM Courage Angeh 
> > wrote:
> >
> >> Hi Palani,
> >>
> >> Can I see a copy of your browser logs?, you should get some errors
> >> because the UI will try to access some of the services that are not
> running.
> >>
> >>
> >> Regards,
> >> Courage.
> >>
> >> On Tue, Apr 9, 2019, 7:26 AM Courage Angeh 
> >> wrote:
> >>
> >>> Hi Palani,
> >>>
> >>> Yes you're running just a few services via demo server with the
> >>> Ddemoserver.lite=true option but that shouldn't be the cause of
> >>> the problem. If that was the case then group module won't show as its
> not
> >>> amongst the modules that should run when Ddemoserver.lite is set to
> >>> true.
> >>>
> >>> Regards,
> >>> Courage.
> >>>
> >>> On Tue, Apr 9, 2019, 3:19 AM Palani M  wrote:
> >>>
>  Dear Ruphine Keng,
>  Role creation also not showing the other modules like Loans and
>  Products.
>  After several analysis I guess my build command may restrict to use
>  only few modules.
>  I am using* -Ddemoserver.lite=true *in the build as full build not
>  working due to VM.
> 
>  is there any property  to pass  only required modules through
> command ?
>  It would be great for any assistance.
> 
>  Thank you all so much.
> 
>  Palani
> 
> 
> 
> 
> 
>  --
>  Regards,
>  Palanisami M
>  Habile Technologies Private Limited
>  --
>  DISCLAIMER:
>  All emails and any files transmitted with them are confidential and
>  intended solely for the use of the individual or entity to whom they
> are
>  addressed. If you have received an email in error please notify your
> system
>  manager. The message in the email you have received contains
> confidential
>  information and is intended only for the individual named. If you are
> not
>  the named addressee you should not disseminate, distribute or copy the
>  email. Please notify the sender immediately by email if you have
> received
>  an email by mistake and delete the email from your system. If you are
> not
>  the intended recipient you are notified that disclosing, copying,
>  distributing or taking any action in reliance on the contents of the
>  information is strictly prohibited.
> 
> 
>  On Tue, Apr 9, 2019 at 1:31 AM Ruphine Kengne <
> ruphineken...@gmail.com>
> 

Re: Fineract CN Demo server setup

2019-04-09 Thread Palani M
Also Please note below API itself returns limited data while Log In.
URL: http://localhost:4200/identity/v1/users/operator/permissions

*Response:*
[{"permittableEndpointGroupIdentifier":"catalog__v1__catalog","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"customer__v1__identifications","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"office__v1__offices","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"customer__v1__customer","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"customer__v1__task","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"office__v1__employees","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"identity__v1__users","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"customer__v1__portrait","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"office__v1__self","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"customer__v1__documents","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"identity__v1__self","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"identity__v1__roles","allowedOperations":["READ","CHANGE","DELETE"]}]



On Tue, Apr 9, 2019 at 6:16 PM Palani M  wrote:

> Dear Courage,
> Please find out the below URL for the screen shots.
> https://photos.app.goo.gl/3Hk19mrK7HqVDLGe9
>
> Also as per document I have used below details. Will it show all modules
> i.e has Admin access?
>
>- Open http://localhost:4200  on fims -
>backoffice
>- Login to the platform using the credentials,
>
> *Tenant : playground*
>
> *Username : operator*
>
> *Password : init1@l *
>
>
> For Web I used below URL
>
> https://github.com/apache/fineract-cn-fims-web-app
>
>
> Looking forward to hear from you.
>
>
> Thank you
>
> Palani
>
>
>
>
>
> On Tue, Apr 9, 2019 at 5:00 PM Courage Angeh 
> wrote:
>
>> Hi Palani,
>>
>> Can I see a copy of your browser logs?, you should get some errors
>> because the UI will try to access some of the services that are not running.
>>
>>
>> Regards,
>> Courage.
>>
>> On Tue, Apr 9, 2019, 7:26 AM Courage Angeh 
>> wrote:
>>
>>> Hi Palani,
>>>
>>> Yes you're running just a few services via demo server with the
>>> Ddemoserver.lite=true option but that shouldn't be the cause of
>>> the problem. If that was the case then group module won't show as its not
>>> amongst the modules that should run when Ddemoserver.lite is set to
>>> true.
>>>
>>> Regards,
>>> Courage.
>>>
>>> On Tue, Apr 9, 2019, 3:19 AM Palani M  wrote:
>>>
 Dear Ruphine Keng,
 Role creation also not showing the other modules like Loans and
 Products.
 After several analysis I guess my build command may restrict to use
 only few modules.
 I am using* -Ddemoserver.lite=true *in the build as full build not
 working due to VM.

 is there any property  to pass  only required modules through  command ?
 It would be great for any assistance.

 Thank you all so much.

 Palani





 --
 Regards,
 Palanisami M
 Habile Technologies Private Limited
 --
 DISCLAIMER:
 All emails and any files transmitted with them are confidential and
 intended solely for the use of the individual or entity to whom they are
 addressed. If you have received an email in error please notify your system
 manager. The message in the email you have received contains confidential
 information and is intended only for the individual named. If you are not
 the named addressee you should not disseminate, distribute or copy the
 email. Please notify the sender immediately by email if you have received
 an email by mistake and delete the email from your system. If you are not
 the intended recipient you are notified that disclosing, copying,
 distributing or taking any action in reliance on the contents of the
 information is strictly prohibited.


 On Tue, Apr 9, 2019 at 1:31 AM Ruphine Kengne 
 wrote:

> Hey Palani,
>
> For you to see all the modules,
> You have to create a role, assign all the permissions to it.
> Create an employee, assign that role to that employee and login with
> that
> employee credential you just created.
>
> I think from there, you should be able to see all the modules.
>
> Regards
> Ruphine Kengne
>
> On Mon, Apr 8, 2019, 8:17 PM Palani M  wrote:
>
> > Dear Isaac Kamga,
> > Have checked the same and issue still persists in my case.
> > Kindly find the below URL for screen shots.
> >
> >

Re: Fineract CN Demo server setup

2019-04-09 Thread Palani M
Dear Courage,
Please find out the below URL for the screen shots.
https://photos.app.goo.gl/3Hk19mrK7HqVDLGe9

Also as per document I have used below details. Will it show all modules
i.e has Admin access?

   - Open http://localhost:4200  on fims -
   backoffice
   - Login to the platform using the credentials,

*Tenant : playground*

*Username : operator*

*Password : init1@l *


For Web I used below URL

https://github.com/apache/fineract-cn-fims-web-app


Looking forward to hear from you.


Thank you

Palani





On Tue, Apr 9, 2019 at 5:00 PM Courage Angeh  wrote:

> Hi Palani,
>
> Can I see a copy of your browser logs?, you should get some errors because
> the UI will try to access some of the services that are not running.
>
>
> Regards,
> Courage.
>
> On Tue, Apr 9, 2019, 7:26 AM Courage Angeh  wrote:
>
>> Hi Palani,
>>
>> Yes you're running just a few services via demo server with the
>> Ddemoserver.lite=true option but that shouldn't be the cause of
>> the problem. If that was the case then group module won't show as its not
>> amongst the modules that should run when Ddemoserver.lite is set to true.
>>
>> Regards,
>> Courage.
>>
>> On Tue, Apr 9, 2019, 3:19 AM Palani M  wrote:
>>
>>> Dear Ruphine Keng,
>>> Role creation also not showing the other modules like Loans and Products.
>>> After several analysis I guess my build command may restrict to use only
>>> few modules.
>>> I am using* -Ddemoserver.lite=true *in the build as full build not
>>> working due to VM.
>>>
>>> is there any property  to pass  only required modules through  command ?
>>> It would be great for any assistance.
>>>
>>> Thank you all so much.
>>>
>>> Palani
>>>
>>>
>>>
>>>
>>>
>>> --
>>> Regards,
>>> Palanisami M
>>> Habile Technologies Private Limited
>>> --
>>> DISCLAIMER:
>>> All emails and any files transmitted with them are confidential and
>>> intended solely for the use of the individual or entity to whom they are
>>> addressed. If you have received an email in error please notify your system
>>> manager. The message in the email you have received contains confidential
>>> information and is intended only for the individual named. If you are not
>>> the named addressee you should not disseminate, distribute or copy the
>>> email. Please notify the sender immediately by email if you have received
>>> an email by mistake and delete the email from your system. If you are not
>>> the intended recipient you are notified that disclosing, copying,
>>> distributing or taking any action in reliance on the contents of the
>>> information is strictly prohibited.
>>>
>>>
>>> On Tue, Apr 9, 2019 at 1:31 AM Ruphine Kengne 
>>> wrote:
>>>
 Hey Palani,

 For you to see all the modules,
 You have to create a role, assign all the permissions to it.
 Create an employee, assign that role to that employee and login with
 that
 employee credential you just created.

 I think from there, you should be able to see all the modules.

 Regards
 Ruphine Kengne

 On Mon, Apr 8, 2019, 8:17 PM Palani M  wrote:

 > Dear Isaac Kamga,
 > Have checked the same and issue still persists in my case.
 > Kindly find the below URL for screen shots.
 >
 >
 >
 https://photos.google.com/share/AF1QipMYGnEVW2c0TrQWZ3YbtMZZhWMlcZRyI-1r5mL87jXLIDsWwd4weIKnyqhoouowiQ?key=T3FpZmsyclFmc0syaVpqb0RhSlkwZklDZWRiYTJR
 >
 > Thanks
 > Palani
 >
 >
 > --
 > Regards,
 > Palanisami M
 > Habile Technologies Private Limited
 > --
 > DISCLAIMER:
 > All emails and any files transmitted with them are confidential and
 > intended solely for the use of the individual or entity to whom they
 are
 > addressed. If you have received an email in error please notify your
 system
 > manager. The message in the email you have received contains
 confidential
 > information and is intended only for the individual named. If you are
 not
 > the named addressee you should not disseminate, distribute or copy the
 > email. Please notify the sender immediately by email if you have
 received
 > an email by mistake and delete the email from your system. If you are
 not
 > the intended recipient you are notified that disclosing, copying,
 > distributing or taking any action in reliance on the contents of the
 > information is strictly prohibited.
 >
 >
 > On Mon, Apr 8, 2019 at 10:33 PM Isaac Kamga 
 wrote:
 >
 > > Hello Palani,
 > >
 > > The users guide
 > >
 https://cwiki.apache.org/confluence/display/FINERACT/The+Sign-In+Page
 > can
 > > help you here.
 > >
 > > The photos you attached can't be viewed. You want to use a
 photo-sharing
 > > service and paste the link here instead.
 > >
 

Re: Fineract CN Demo server setup

2019-04-09 Thread Courage Angeh
Hi Palani,

Yes you're running just a few services via demo server with the
Ddemoserver.lite=true option but that shouldn't be the cause of
the problem. If that was the case then group module won't show as its not
amongst the modules that should run when Ddemoserver.lite is set to true.

Regards,
Courage.

On Tue, Apr 9, 2019, 3:19 AM Palani M  wrote:

> Dear Ruphine Keng,
> Role creation also not showing the other modules like Loans and Products.
> After several analysis I guess my build command may restrict to use only
> few modules.
> I am using* -Ddemoserver.lite=true *in the build as full build not
> working due to VM.
>
> is there any property  to pass  only required modules through  command ?
> It would be great for any assistance.
>
> Thank you all so much.
>
> Palani
>
>
>
>
>
> --
> Regards,
> Palanisami M
> Habile Technologies Private Limited
> --
> DISCLAIMER:
> All emails and any files transmitted with them are confidential and
> intended solely for the use of the individual or entity to whom they are
> addressed. If you have received an email in error please notify your system
> manager. The message in the email you have received contains confidential
> information and is intended only for the individual named. If you are not
> the named addressee you should not disseminate, distribute or copy the
> email. Please notify the sender immediately by email if you have received
> an email by mistake and delete the email from your system. If you are not
> the intended recipient you are notified that disclosing, copying,
> distributing or taking any action in reliance on the contents of the
> information is strictly prohibited.
>
>
> On Tue, Apr 9, 2019 at 1:31 AM Ruphine Kengne 
> wrote:
>
>> Hey Palani,
>>
>> For you to see all the modules,
>> You have to create a role, assign all the permissions to it.
>> Create an employee, assign that role to that employee and login with that
>> employee credential you just created.
>>
>> I think from there, you should be able to see all the modules.
>>
>> Regards
>> Ruphine Kengne
>>
>> On Mon, Apr 8, 2019, 8:17 PM Palani M  wrote:
>>
>> > Dear Isaac Kamga,
>> > Have checked the same and issue still persists in my case.
>> > Kindly find the below URL for screen shots.
>> >
>> >
>> >
>> https://photos.google.com/share/AF1QipMYGnEVW2c0TrQWZ3YbtMZZhWMlcZRyI-1r5mL87jXLIDsWwd4weIKnyqhoouowiQ?key=T3FpZmsyclFmc0syaVpqb0RhSlkwZklDZWRiYTJR
>> >
>> > Thanks
>> > Palani
>> >
>> >
>> > --
>> > Regards,
>> > Palanisami M
>> > Habile Technologies Private Limited
>> > --
>> > DISCLAIMER:
>> > All emails and any files transmitted with them are confidential and
>> > intended solely for the use of the individual or entity to whom they are
>> > addressed. If you have received an email in error please notify your
>> system
>> > manager. The message in the email you have received contains
>> confidential
>> > information and is intended only for the individual named. If you are
>> not
>> > the named addressee you should not disseminate, distribute or copy the
>> > email. Please notify the sender immediately by email if you have
>> received
>> > an email by mistake and delete the email from your system. If you are
>> not
>> > the intended recipient you are notified that disclosing, copying,
>> > distributing or taking any action in reliance on the contents of the
>> > information is strictly prohibited.
>> >
>> >
>> > On Mon, Apr 8, 2019 at 10:33 PM Isaac Kamga 
>> wrote:
>> >
>> > > Hello Palani,
>> > >
>> > > The users guide
>> > > https://cwiki.apache.org/confluence/display/FINERACT/The+Sign-In+Page
>> > can
>> > > help you here.
>> > >
>> > > The photos you attached can't be viewed. You want to use a
>> photo-sharing
>> > > service and paste the link here instead.
>> > >
>> > > Cheers,
>> > > Isaac Kamga.
>> > >
>> > > On Mon, Apr 8, 2019 at 12:24 PM Palani M 
>> wrote:
>> > >
>> > > > Dear Team,
>> > > > I am setting up the fineract CN demo server based on the steps
>> provided
>> > > in
>> > > > the link
>> > > >
>> > >
>> >
>> https://cwiki.apache.org/confluence/display/FINERACT/How+To+Build+Apache+Fineract+CN
>> > > > .
>> > > > After following the steps I could able to connect backend services
>> with
>> > > > Front end. The problem I am facing is that when I log in using the
>> > > > credentials provided in the link , can able to see only few modules
>> > shown
>> > > > in screen shot. Actually I wanted to see the all the modules like
>> > Loans &
>> > > > Product but I tried to check in the Roles , there also I could only
>> see
>> > > the
>> > > > limited modules i.e only Group,customers,Employee's.
>> > > >
>> > > > It would be great help if you guide me on what I am missing this.
>> > Whether
>> > > > any entries in DB will help or any user I could use by default like
>> > Admin
>> > > > user where it will list all screens.
>> > > >
>> > > > I used below 

Re: Fineract CN Demo server setup

2019-04-09 Thread Courage Angeh
Hi Palani,

Can I see a copy of your browser logs?, you should get some errors because
the UI will try to access some of the services that are not running.


Regards,
Courage.

On Tue, Apr 9, 2019, 7:26 AM Courage Angeh  wrote:

> Hi Palani,
>
> Yes you're running just a few services via demo server with the
> Ddemoserver.lite=true option but that shouldn't be the cause of
> the problem. If that was the case then group module won't show as its not
> amongst the modules that should run when Ddemoserver.lite is set to true.
>
> Regards,
> Courage.
>
> On Tue, Apr 9, 2019, 3:19 AM Palani M  wrote:
>
>> Dear Ruphine Keng,
>> Role creation also not showing the other modules like Loans and Products.
>> After several analysis I guess my build command may restrict to use only
>> few modules.
>> I am using* -Ddemoserver.lite=true *in the build as full build not
>> working due to VM.
>>
>> is there any property  to pass  only required modules through  command ?
>> It would be great for any assistance.
>>
>> Thank you all so much.
>>
>> Palani
>>
>>
>>
>>
>>
>> --
>> Regards,
>> Palanisami M
>> Habile Technologies Private Limited
>> --
>> DISCLAIMER:
>> All emails and any files transmitted with them are confidential and
>> intended solely for the use of the individual or entity to whom they are
>> addressed. If you have received an email in error please notify your system
>> manager. The message in the email you have received contains confidential
>> information and is intended only for the individual named. If you are not
>> the named addressee you should not disseminate, distribute or copy the
>> email. Please notify the sender immediately by email if you have received
>> an email by mistake and delete the email from your system. If you are not
>> the intended recipient you are notified that disclosing, copying,
>> distributing or taking any action in reliance on the contents of the
>> information is strictly prohibited.
>>
>>
>> On Tue, Apr 9, 2019 at 1:31 AM Ruphine Kengne 
>> wrote:
>>
>>> Hey Palani,
>>>
>>> For you to see all the modules,
>>> You have to create a role, assign all the permissions to it.
>>> Create an employee, assign that role to that employee and login with that
>>> employee credential you just created.
>>>
>>> I think from there, you should be able to see all the modules.
>>>
>>> Regards
>>> Ruphine Kengne
>>>
>>> On Mon, Apr 8, 2019, 8:17 PM Palani M  wrote:
>>>
>>> > Dear Isaac Kamga,
>>> > Have checked the same and issue still persists in my case.
>>> > Kindly find the below URL for screen shots.
>>> >
>>> >
>>> >
>>> https://photos.google.com/share/AF1QipMYGnEVW2c0TrQWZ3YbtMZZhWMlcZRyI-1r5mL87jXLIDsWwd4weIKnyqhoouowiQ?key=T3FpZmsyclFmc0syaVpqb0RhSlkwZklDZWRiYTJR
>>> >
>>> > Thanks
>>> > Palani
>>> >
>>> >
>>> > --
>>> > Regards,
>>> > Palanisami M
>>> > Habile Technologies Private Limited
>>> > --
>>> > DISCLAIMER:
>>> > All emails and any files transmitted with them are confidential and
>>> > intended solely for the use of the individual or entity to whom they
>>> are
>>> > addressed. If you have received an email in error please notify your
>>> system
>>> > manager. The message in the email you have received contains
>>> confidential
>>> > information and is intended only for the individual named. If you are
>>> not
>>> > the named addressee you should not disseminate, distribute or copy the
>>> > email. Please notify the sender immediately by email if you have
>>> received
>>> > an email by mistake and delete the email from your system. If you are
>>> not
>>> > the intended recipient you are notified that disclosing, copying,
>>> > distributing or taking any action in reliance on the contents of the
>>> > information is strictly prohibited.
>>> >
>>> >
>>> > On Mon, Apr 8, 2019 at 10:33 PM Isaac Kamga 
>>> wrote:
>>> >
>>> > > Hello Palani,
>>> > >
>>> > > The users guide
>>> > >
>>> https://cwiki.apache.org/confluence/display/FINERACT/The+Sign-In+Page
>>> > can
>>> > > help you here.
>>> > >
>>> > > The photos you attached can't be viewed. You want to use a
>>> photo-sharing
>>> > > service and paste the link here instead.
>>> > >
>>> > > Cheers,
>>> > > Isaac Kamga.
>>> > >
>>> > > On Mon, Apr 8, 2019 at 12:24 PM Palani M 
>>> wrote:
>>> > >
>>> > > > Dear Team,
>>> > > > I am setting up the fineract CN demo server based on the steps
>>> provided
>>> > > in
>>> > > > the link
>>> > > >
>>> > >
>>> >
>>> https://cwiki.apache.org/confluence/display/FINERACT/How+To+Build+Apache+Fineract+CN
>>> > > > .
>>> > > > After following the steps I could able to connect backend services
>>> with
>>> > > > Front end. The problem I am facing is that when I log in using the
>>> > > > credentials provided in the link , can able to see only few modules
>>> > shown
>>> > > > in screen shot. Actually I wanted to see the all the modules like
>>> > Loans &
>>> > > > Product but I tried to check 

Re: [ANNOUNCE] New Fineract PMC member James Dailey

2019-04-09 Thread Cabrel Kemfang
Congratulations James Dailey.

On Tue, Apr 9, 2019 at 9:26 AM Edmore Tshuma  wrote:

> Congratulations Dailey !!
>
> Sent from Mail for Windows 10
>
> From: Massabe Lydiane
> Sent: Tuesday, 09 April 2019 10:21 AM
> To: dev@fineract.apache.org
> Subject: Re: [ANNOUNCE] New Fineract PMC member James Dailey
>
> Congratulations James Dailey..
>
>
> On Tue, Apr 9, 2019 at 8:52 AM Myrle Krantz  wrote:
>
> > Congratulations James!
> >
> > -Myrle
> >
> > On Tue, Apr 9, 2019 at 8:46 AM Ebenezer Graham  >
> > wrote:
> >
> > > Congratulations James
> > >
> > > On Tue, 9 Apr 2019, 10:03 Nkep Kerlyn,  wrote:
> > >
> > > > Congratulations James Dailey!
> > > >
> > > >
> > > > On Tue, Apr 9, 2019, 5:49 AM Mexina Daniel  wrote:
> > > >
> > > >> Congratulation James Dailey
> > > >>
> > > >> Your initiative had made a big impact to the community.
> > > >>
> > > >> On April 9, 2019 at 2:39 AM Ed Cable  wrote:
> > > >>
> > > >> It is my honor and privilege to announce James Dailey as a member of
> > the
> > > >> Apache Fineract PMC. The Fineract project and community would not
> > exist
> > > >> today if not for James' visionary leadership in launching MOAP, the
> > > >> Microfinance Open Architecture Project, which would become Mifos
> which
> > > >> gave
> > > >> birth to Fineract.
> > > >>
> > > >> What started out only as a mere idea in 2001
> > > >> , has evolved to
> become
> > a
> > > >> global movement and a vibrant ecosystem. Through all those years
> James
> > > has
> > > >> helped to keep the community aligned and ensured the technology
> > evolves
> > > in
> > > >> the right direction. We look forward to an even deeper and more
> > > impactful
> > > >> role that James can play as part of the PMC.
> > > >>
> > > >> Join us in welcoming and congratulating James!
> > > >>
> > > >> Ed
> > > >>
> > > >>
> > > >> Mexina Daniel
> > > >>
> > > >> Singo Africa Limited
> > > >>
> > > >> Mbezi Beach "B"  | Mwai Kibaki Road | 6 Wasafi Str.
> > > >> P.O BOX 78908 | 14121 Dar es salaam
> > > >>
> > > >> +255 71 211 0791 | +255 22 261 8511
> > > >>
> > > >> amala.co.tz | singo.africa
> > > >>
> > > >>
> > > >>
> > > >
> > >
> >
>
>


Re: ***UNCHECKED*** Re: Fineract CN Demo server setup

2019-04-09 Thread Ruphine Kengne
Please, change the flag to false to see if the output might be different

Regards

On Tue, 9 Apr 2019 at 08:51, Palani M  wrote:

> Yes, I created a role and employee with username and password. Assigned the
> new role to new user.
> And then log in using the newly created user still it shows the same.
>
> Note:
> In role creation also I am not seeing the modules.
> Please see below from the document . Kindly advice any option to pass it in
> parameter the module Loan Portfolio
>
> demoserver.lite (true/false)
>
> Enabling lite mode (defaults to false) restricts the working set of
> micro-services to Provisioner, Identity, Rhythm, Organization and Customer
>
>
>
> Thank you
>
>
>
> On Tue, Apr 9, 2019 at 1:11 PM Ruphine Kengne 
> wrote:
>
> > Hey Palani,
> >
> > Please did you follow all the steps mentioned in my previous email???
> >
> > On Tue, Apr 9, 2019, 8:21 AM Palani M  wrote:
> >
> > > Dear Ruphine Keng,
> > > Role creation also not showing the other modules like Loans and
> Products.
> > > After several analysis I guess my build command may restrict to use
> only
> > > few modules.
> > > I am using* -Ddemoserver.lite=true *in the build as full build not
> > working
> > > due to VM.
> > >
> > > is there any property  to pass  only required modules through  command
> ?
> > > It would be great for any assistance.
> > >
> > > Thank you all so much.
> > >
> > > Palani
> > >
> > >
> > >
> > >
> > >
> > > --
> > > Regards,
> > > Palanisami M
> > > Habile Technologies Private Limited
> > > --
> > > DISCLAIMER:
> > > All emails and any files transmitted with them are confidential and
> > > intended solely for the use of the individual or entity to whom they
> are
> > > addressed. If you have received an email in error please notify your
> > system
> > > manager. The message in the email you have received contains
> confidential
> > > information and is intended only for the individual named. If you are
> not
> > > the named addressee you should not disseminate, distribute or copy the
> > > email. Please notify the sender immediately by email if you have
> received
> > > an email by mistake and delete the email from your system. If you are
> not
> > > the intended recipient you are notified that disclosing, copying,
> > > distributing or taking any action in reliance on the contents of the
> > > information is strictly prohibited.
> > >
> > >
> > > On Tue, Apr 9, 2019 at 1:31 AM Ruphine Kengne  >
> > > wrote:
> > >
> > > > Hey Palani,
> > > >
> > > > For you to see all the modules,
> > > > You have to create a role, assign all the permissions to it.
> > > > Create an employee, assign that role to that employee and login with
> > that
> > > > employee credential you just created.
> > > >
> > > > I think from there, you should be able to see all the modules.
> > > >
> > > > Regards
> > > > Ruphine Kengne
> > > >
> > > > On Mon, Apr 8, 2019, 8:17 PM Palani M 
> wrote:
> > > >
> > > > > Dear Isaac Kamga,
> > > > > Have checked the same and issue still persists in my case.
> > > > > Kindly find the below URL for screen shots.
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
> https://photos.google.com/share/AF1QipMYGnEVW2c0TrQWZ3YbtMZZhWMlcZRyI-1r5mL87jXLIDsWwd4weIKnyqhoouowiQ?key=T3FpZmsyclFmc0syaVpqb0RhSlkwZklDZWRiYTJR
> > > > >
> > > > > Thanks
> > > > > Palani
> > > > >
> > > > >
> > > > > --
> > > > > Regards,
> > > > > Palanisami M
> > > > > Habile Technologies Private Limited
> > > > > --
> > > > > DISCLAIMER:
> > > > > All emails and any files transmitted with them are confidential and
> > > > > intended solely for the use of the individual or entity to whom
> they
> > > are
> > > > > addressed. If you have received an email in error please notify
> your
> > > > system
> > > > > manager. The message in the email you have received contains
> > > confidential
> > > > > information and is intended only for the individual named. If you
> are
> > > not
> > > > > the named addressee you should not disseminate, distribute or copy
> > the
> > > > > email. Please notify the sender immediately by email if you have
> > > received
> > > > > an email by mistake and delete the email from your system. If you
> are
> > > not
> > > > > the intended recipient you are notified that disclosing, copying,
> > > > > distributing or taking any action in reliance on the contents of
> the
> > > > > information is strictly prohibited.
> > > > >
> > > > >
> > > > > On Mon, Apr 8, 2019 at 10:33 PM Isaac Kamga  >
> > > > wrote:
> > > > >
> > > > > > Hello Palani,
> > > > > >
> > > > > > The users guide
> > > > > >
> > > https://cwiki.apache.org/confluence/display/FINERACT/The+Sign-In+Page
> > > > > can
> > > > > > help you here.
> > > > > >
> > > > > > The photos you attached can't be viewed. You want to use a
> > > > photo-sharing
> > > > > > service and paste the link here instead.
> > > > > >
> > > > > > Cheers,
> > > > 

RE: [ANNOUNCE] New Fineract PMC member James Dailey

2019-04-09 Thread Edmore Tshuma
Congratulations Dailey !!

Sent from Mail for Windows 10

From: Massabe Lydiane
Sent: Tuesday, 09 April 2019 10:21 AM
To: dev@fineract.apache.org
Subject: Re: [ANNOUNCE] New Fineract PMC member James Dailey

Congratulations James Dailey..


On Tue, Apr 9, 2019 at 8:52 AM Myrle Krantz  wrote:

> Congratulations James!
>
> -Myrle
>
> On Tue, Apr 9, 2019 at 8:46 AM Ebenezer Graham 
> wrote:
>
> > Congratulations James
> >
> > On Tue, 9 Apr 2019, 10:03 Nkep Kerlyn,  wrote:
> >
> > > Congratulations James Dailey!
> > >
> > >
> > > On Tue, Apr 9, 2019, 5:49 AM Mexina Daniel  > >
> > >> Congratulation James Dailey
> > >>
> > >> Your initiative had made a big impact to the community.
> > >>
> > >> On April 9, 2019 at 2:39 AM Ed Cable  wrote:
> > >>
> > >> It is my honor and privilege to announce James Dailey as a member of
> the
> > >> Apache Fineract PMC. The Fineract project and community would not
> exist
> > >> today if not for James' visionary leadership in launching MOAP, the
> > >> Microfinance Open Architecture Project, which would become Mifos which
> > >> gave
> > >> birth to Fineract.
> > >>
> > >> What started out only as a mere idea in 2001
> > >> , has evolved to become
> a
> > >> global movement and a vibrant ecosystem. Through all those years James
> > has
> > >> helped to keep the community aligned and ensured the technology
> evolves
> > in
> > >> the right direction. We look forward to an even deeper and more
> > impactful
> > >> role that James can play as part of the PMC.
> > >>
> > >> Join us in welcoming and congratulating James!
> > >>
> > >> Ed
> > >>
> > >>
> > >> Mexina Daniel
> > >>
> > >> Singo Africa Limited
> > >>
> > >> Mbezi Beach "B"  | Mwai Kibaki Road | 6 Wasafi Str.
> > >> P.O BOX 78908 | 14121 Dar es salaam
> > >>
> > >> +255 71 211 0791 | +255 22 261 8511
> > >>
> > >> amala.co.tz | singo.africa
> > >>
> > >>
> > >>
> > >
> >
>



Re: [ANNOUNCE] New Fineract PMC member James Dailey

2019-04-09 Thread Massabe Lydiane
Congratulations James Dailey..


On Tue, Apr 9, 2019 at 8:52 AM Myrle Krantz  wrote:

> Congratulations James!
>
> -Myrle
>
> On Tue, Apr 9, 2019 at 8:46 AM Ebenezer Graham 
> wrote:
>
> > Congratulations James
> >
> > On Tue, 9 Apr 2019, 10:03 Nkep Kerlyn,  wrote:
> >
> > > Congratulations James Dailey!
> > >
> > >
> > > On Tue, Apr 9, 2019, 5:49 AM Mexina Daniel  > >
> > >> Congratulation James Dailey
> > >>
> > >> Your initiative had made a big impact to the community.
> > >>
> > >> On April 9, 2019 at 2:39 AM Ed Cable  wrote:
> > >>
> > >> It is my honor and privilege to announce James Dailey as a member of
> the
> > >> Apache Fineract PMC. The Fineract project and community would not
> exist
> > >> today if not for James' visionary leadership in launching MOAP, the
> > >> Microfinance Open Architecture Project, which would become Mifos which
> > >> gave
> > >> birth to Fineract.
> > >>
> > >> What started out only as a mere idea in 2001
> > >> , has evolved to become
> a
> > >> global movement and a vibrant ecosystem. Through all those years James
> > has
> > >> helped to keep the community aligned and ensured the technology
> evolves
> > in
> > >> the right direction. We look forward to an even deeper and more
> > impactful
> > >> role that James can play as part of the PMC.
> > >>
> > >> Join us in welcoming and congratulating James!
> > >>
> > >> Ed
> > >>
> > >>
> > >> Mexina Daniel
> > >>
> > >> Singo Africa Limited
> > >>
> > >> Mbezi Beach "B"  | Mwai Kibaki Road | 6 Wasafi Str.
> > >> P.O BOX 78908 | 14121 Dar es salaam
> > >>
> > >> +255 71 211 0791 | +255 22 261 8511
> > >>
> > >> amala.co.tz | singo.africa
> > >>
> > >>
> > >>
> > >
> >
>


Re: Request for review of draft proposal

2019-04-09 Thread Fuh Debenick
I did that already

On Tue, Apr 9, 2019 at 7:04 AM Awasum Yannick 
wrote:

> Submit ur final PDF now before the portal closes. You were suppose to
> sudmit a draft a week ago to get proper feedback
>
> On Tue, Apr 9, 2019, 01:08 Fuh Debenick  wrote:
>
> > I have submitted my draft GSoC 2019 proposal and I am hoping to get some
> > feedback.
> >
> > Thanks
> > Debenick
> >
>


Re: ***UNCHECKED*** Re: Fineract CN Demo server setup

2019-04-09 Thread Palani M
Yes, I created a role and employee with username and password. Assigned the
new role to new user.
And then log in using the newly created user still it shows the same.

Note:
In role creation also I am not seeing the modules.
Please see below from the document . Kindly advice any option to pass it in
parameter the module Loan Portfolio

demoserver.lite (true/false)

Enabling lite mode (defaults to false) restricts the working set of
micro-services to Provisioner, Identity, Rhythm, Organization and Customer



Thank you



On Tue, Apr 9, 2019 at 1:11 PM Ruphine Kengne 
wrote:

> Hey Palani,
>
> Please did you follow all the steps mentioned in my previous email???
>
> On Tue, Apr 9, 2019, 8:21 AM Palani M  wrote:
>
> > Dear Ruphine Keng,
> > Role creation also not showing the other modules like Loans and Products.
> > After several analysis I guess my build command may restrict to use only
> > few modules.
> > I am using* -Ddemoserver.lite=true *in the build as full build not
> working
> > due to VM.
> >
> > is there any property  to pass  only required modules through  command ?
> > It would be great for any assistance.
> >
> > Thank you all so much.
> >
> > Palani
> >
> >
> >
> >
> >
> > --
> > Regards,
> > Palanisami M
> > Habile Technologies Private Limited
> > --
> > DISCLAIMER:
> > All emails and any files transmitted with them are confidential and
> > intended solely for the use of the individual or entity to whom they are
> > addressed. If you have received an email in error please notify your
> system
> > manager. The message in the email you have received contains confidential
> > information and is intended only for the individual named. If you are not
> > the named addressee you should not disseminate, distribute or copy the
> > email. Please notify the sender immediately by email if you have received
> > an email by mistake and delete the email from your system. If you are not
> > the intended recipient you are notified that disclosing, copying,
> > distributing or taking any action in reliance on the contents of the
> > information is strictly prohibited.
> >
> >
> > On Tue, Apr 9, 2019 at 1:31 AM Ruphine Kengne 
> > wrote:
> >
> > > Hey Palani,
> > >
> > > For you to see all the modules,
> > > You have to create a role, assign all the permissions to it.
> > > Create an employee, assign that role to that employee and login with
> that
> > > employee credential you just created.
> > >
> > > I think from there, you should be able to see all the modules.
> > >
> > > Regards
> > > Ruphine Kengne
> > >
> > > On Mon, Apr 8, 2019, 8:17 PM Palani M  wrote:
> > >
> > > > Dear Isaac Kamga,
> > > > Have checked the same and issue still persists in my case.
> > > > Kindly find the below URL for screen shots.
> > > >
> > > >
> > > >
> > >
> >
> https://photos.google.com/share/AF1QipMYGnEVW2c0TrQWZ3YbtMZZhWMlcZRyI-1r5mL87jXLIDsWwd4weIKnyqhoouowiQ?key=T3FpZmsyclFmc0syaVpqb0RhSlkwZklDZWRiYTJR
> > > >
> > > > Thanks
> > > > Palani
> > > >
> > > >
> > > > --
> > > > Regards,
> > > > Palanisami M
> > > > Habile Technologies Private Limited
> > > > --
> > > > DISCLAIMER:
> > > > All emails and any files transmitted with them are confidential and
> > > > intended solely for the use of the individual or entity to whom they
> > are
> > > > addressed. If you have received an email in error please notify your
> > > system
> > > > manager. The message in the email you have received contains
> > confidential
> > > > information and is intended only for the individual named. If you are
> > not
> > > > the named addressee you should not disseminate, distribute or copy
> the
> > > > email. Please notify the sender immediately by email if you have
> > received
> > > > an email by mistake and delete the email from your system. If you are
> > not
> > > > the intended recipient you are notified that disclosing, copying,
> > > > distributing or taking any action in reliance on the contents of the
> > > > information is strictly prohibited.
> > > >
> > > >
> > > > On Mon, Apr 8, 2019 at 10:33 PM Isaac Kamga 
> > > wrote:
> > > >
> > > > > Hello Palani,
> > > > >
> > > > > The users guide
> > > > >
> > https://cwiki.apache.org/confluence/display/FINERACT/The+Sign-In+Page
> > > > can
> > > > > help you here.
> > > > >
> > > > > The photos you attached can't be viewed. You want to use a
> > > photo-sharing
> > > > > service and paste the link here instead.
> > > > >
> > > > > Cheers,
> > > > > Isaac Kamga.
> > > > >
> > > > > On Mon, Apr 8, 2019 at 12:24 PM Palani M 
> > > wrote:
> > > > >
> > > > > > Dear Team,
> > > > > > I am setting up the fineract CN demo server based on the steps
> > > provided
> > > > > in
> > > > > > the link
> > > > > >
> > > > >
> > > >
> > >
> >
> https://cwiki.apache.org/confluence/display/FINERACT/How+To+Build+Apache+Fineract+CN
> > > > > > .
> > > > > > After following the steps I could able 

Re: ***UNCHECKED*** Re: Fineract CN Demo server setup

2019-04-09 Thread Ruphine Kengne
Hey Palani,

Please did you follow all the steps mentioned in my previous email???

On Tue, Apr 9, 2019, 8:21 AM Palani M  wrote:

> Dear Ruphine Keng,
> Role creation also not showing the other modules like Loans and Products.
> After several analysis I guess my build command may restrict to use only
> few modules.
> I am using* -Ddemoserver.lite=true *in the build as full build not working
> due to VM.
>
> is there any property  to pass  only required modules through  command ?
> It would be great for any assistance.
>
> Thank you all so much.
>
> Palani
>
>
>
>
>
> --
> Regards,
> Palanisami M
> Habile Technologies Private Limited
> --
> DISCLAIMER:
> All emails and any files transmitted with them are confidential and
> intended solely for the use of the individual or entity to whom they are
> addressed. If you have received an email in error please notify your system
> manager. The message in the email you have received contains confidential
> information and is intended only for the individual named. If you are not
> the named addressee you should not disseminate, distribute or copy the
> email. Please notify the sender immediately by email if you have received
> an email by mistake and delete the email from your system. If you are not
> the intended recipient you are notified that disclosing, copying,
> distributing or taking any action in reliance on the contents of the
> information is strictly prohibited.
>
>
> On Tue, Apr 9, 2019 at 1:31 AM Ruphine Kengne 
> wrote:
>
> > Hey Palani,
> >
> > For you to see all the modules,
> > You have to create a role, assign all the permissions to it.
> > Create an employee, assign that role to that employee and login with that
> > employee credential you just created.
> >
> > I think from there, you should be able to see all the modules.
> >
> > Regards
> > Ruphine Kengne
> >
> > On Mon, Apr 8, 2019, 8:17 PM Palani M  wrote:
> >
> > > Dear Isaac Kamga,
> > > Have checked the same and issue still persists in my case.
> > > Kindly find the below URL for screen shots.
> > >
> > >
> > >
> >
> https://photos.google.com/share/AF1QipMYGnEVW2c0TrQWZ3YbtMZZhWMlcZRyI-1r5mL87jXLIDsWwd4weIKnyqhoouowiQ?key=T3FpZmsyclFmc0syaVpqb0RhSlkwZklDZWRiYTJR
> > >
> > > Thanks
> > > Palani
> > >
> > >
> > > --
> > > Regards,
> > > Palanisami M
> > > Habile Technologies Private Limited
> > > --
> > > DISCLAIMER:
> > > All emails and any files transmitted with them are confidential and
> > > intended solely for the use of the individual or entity to whom they
> are
> > > addressed. If you have received an email in error please notify your
> > system
> > > manager. The message in the email you have received contains
> confidential
> > > information and is intended only for the individual named. If you are
> not
> > > the named addressee you should not disseminate, distribute or copy the
> > > email. Please notify the sender immediately by email if you have
> received
> > > an email by mistake and delete the email from your system. If you are
> not
> > > the intended recipient you are notified that disclosing, copying,
> > > distributing or taking any action in reliance on the contents of the
> > > information is strictly prohibited.
> > >
> > >
> > > On Mon, Apr 8, 2019 at 10:33 PM Isaac Kamga 
> > wrote:
> > >
> > > > Hello Palani,
> > > >
> > > > The users guide
> > > >
> https://cwiki.apache.org/confluence/display/FINERACT/The+Sign-In+Page
> > > can
> > > > help you here.
> > > >
> > > > The photos you attached can't be viewed. You want to use a
> > photo-sharing
> > > > service and paste the link here instead.
> > > >
> > > > Cheers,
> > > > Isaac Kamga.
> > > >
> > > > On Mon, Apr 8, 2019 at 12:24 PM Palani M 
> > wrote:
> > > >
> > > > > Dear Team,
> > > > > I am setting up the fineract CN demo server based on the steps
> > provided
> > > > in
> > > > > the link
> > > > >
> > > >
> > >
> >
> https://cwiki.apache.org/confluence/display/FINERACT/How+To+Build+Apache+Fineract+CN
> > > > > .
> > > > > After following the steps I could able to connect backend services
> > with
> > > > > Front end. The problem I am facing is that when I log in using the
> > > > > credentials provided in the link , can able to see only few modules
> > > shown
> > > > > in screen shot. Actually I wanted to see the all the modules like
> > > Loans &
> > > > > Product but I tried to check in the Roles , there also I could only
> > see
> > > > the
> > > > > limited modules i.e only Group,customers,Employee's.
> > > > >
> > > > > It would be great help if you guide me on what I am missing this.
> > > Whether
> > > > > any entries in DB will help or any user I could use by default like
> > > Admin
> > > > > user where it will list all screens.
> > > > >
> > > > > I used below below command to make back-end up.
> > > > >
> > > > > java -Ddemoserver.provision=true -Ddemoserver.lite=true
> > > > > 

***UNCHECKED*** Re: Fineract CN Demo server setup

2019-04-09 Thread Palani M
Dear Ruphine Keng,
Role creation also not showing the other modules like Loans and Products.
After several analysis I guess my build command may restrict to use only
few modules.
I am using* -Ddemoserver.lite=true *in the build as full build not working
due to VM.

is there any property  to pass  only required modules through  command ?
It would be great for any assistance.

Thank you all so much.

Palani





--
Regards,
Palanisami M
Habile Technologies Private Limited
--
DISCLAIMER:
All emails and any files transmitted with them are confidential and
intended solely for the use of the individual or entity to whom they are
addressed. If you have received an email in error please notify your system
manager. The message in the email you have received contains confidential
information and is intended only for the individual named. If you are not
the named addressee you should not disseminate, distribute or copy the
email. Please notify the sender immediately by email if you have received
an email by mistake and delete the email from your system. If you are not
the intended recipient you are notified that disclosing, copying,
distributing or taking any action in reliance on the contents of the
information is strictly prohibited.


On Tue, Apr 9, 2019 at 1:31 AM Ruphine Kengne 
wrote:

> Hey Palani,
>
> For you to see all the modules,
> You have to create a role, assign all the permissions to it.
> Create an employee, assign that role to that employee and login with that
> employee credential you just created.
>
> I think from there, you should be able to see all the modules.
>
> Regards
> Ruphine Kengne
>
> On Mon, Apr 8, 2019, 8:17 PM Palani M  wrote:
>
> > Dear Isaac Kamga,
> > Have checked the same and issue still persists in my case.
> > Kindly find the below URL for screen shots.
> >
> >
> >
> https://photos.google.com/share/AF1QipMYGnEVW2c0TrQWZ3YbtMZZhWMlcZRyI-1r5mL87jXLIDsWwd4weIKnyqhoouowiQ?key=T3FpZmsyclFmc0syaVpqb0RhSlkwZklDZWRiYTJR
> >
> > Thanks
> > Palani
> >
> >
> > --
> > Regards,
> > Palanisami M
> > Habile Technologies Private Limited
> > --
> > DISCLAIMER:
> > All emails and any files transmitted with them are confidential and
> > intended solely for the use of the individual or entity to whom they are
> > addressed. If you have received an email in error please notify your
> system
> > manager. The message in the email you have received contains confidential
> > information and is intended only for the individual named. If you are not
> > the named addressee you should not disseminate, distribute or copy the
> > email. Please notify the sender immediately by email if you have received
> > an email by mistake and delete the email from your system. If you are not
> > the intended recipient you are notified that disclosing, copying,
> > distributing or taking any action in reliance on the contents of the
> > information is strictly prohibited.
> >
> >
> > On Mon, Apr 8, 2019 at 10:33 PM Isaac Kamga 
> wrote:
> >
> > > Hello Palani,
> > >
> > > The users guide
> > > https://cwiki.apache.org/confluence/display/FINERACT/The+Sign-In+Page
> > can
> > > help you here.
> > >
> > > The photos you attached can't be viewed. You want to use a
> photo-sharing
> > > service and paste the link here instead.
> > >
> > > Cheers,
> > > Isaac Kamga.
> > >
> > > On Mon, Apr 8, 2019 at 12:24 PM Palani M 
> wrote:
> > >
> > > > Dear Team,
> > > > I am setting up the fineract CN demo server based on the steps
> provided
> > > in
> > > > the link
> > > >
> > >
> >
> https://cwiki.apache.org/confluence/display/FINERACT/How+To+Build+Apache+Fineract+CN
> > > > .
> > > > After following the steps I could able to connect backend services
> with
> > > > Front end. The problem I am facing is that when I log in using the
> > > > credentials provided in the link , can able to see only few modules
> > shown
> > > > in screen shot. Actually I wanted to see the all the modules like
> > Loans &
> > > > Product but I tried to check in the Roles , there also I could only
> see
> > > the
> > > > limited modules i.e only Group,customers,Employee's.
> > > >
> > > > It would be great help if you guide me on what I am missing this.
> > Whether
> > > > any entries in DB will help or any user I could use by default like
> > Admin
> > > > user where it will list all screens.
> > > >
> > > > I used below below command to make back-end up.
> > > >
> > > > java -Ddemoserver.provision=true -Ddemoserver.lite=true
> > > > -Ddemoserver.persistent=true -Dcustom.cassandra.contactPoints=
> > > > 127.0.0.1:9042 -Dcassandra.cluster.user=cassandra
> > > > -Dcassandra.cluster.pwd=password -Dcustom.mariadb.host=localhost
> > > > -Dcustom.mariadb.user=root -Dcustom.mariadb.password=mysql -jar
> > > > demo-server-0.1.0-BUILD-SNAPSHOT.jar
> > > >
> > > > Thank you
> > > > Palani
> > > > Skype: palani.mitteam
> > > > +91 9941451845
> > > >
> > > 

Re: [ANNOUNCE] New Fineract PMC member James Dailey

2019-04-09 Thread Ebenezer Graham
Congratulations James

On Tue, 9 Apr 2019, 10:03 Nkep Kerlyn,  wrote:

> Congratulations James Dailey!
>
>
> On Tue, Apr 9, 2019, 5:49 AM Mexina Daniel 
>> Congratulation James Dailey
>>
>> Your initiative had made a big impact to the community.
>>
>> On April 9, 2019 at 2:39 AM Ed Cable  wrote:
>>
>> It is my honor and privilege to announce James Dailey as a member of the
>> Apache Fineract PMC. The Fineract project and community would not exist
>> today if not for James' visionary leadership in launching MOAP, the
>> Microfinance Open Architecture Project, which would become Mifos which
>> gave
>> birth to Fineract.
>>
>> What started out only as a mere idea in 2001
>> , has evolved to become a
>> global movement and a vibrant ecosystem. Through all those years James has
>> helped to keep the community aligned and ensured the technology evolves in
>> the right direction. We look forward to an even deeper and more impactful
>> role that James can play as part of the PMC.
>>
>> Join us in welcoming and congratulating James!
>>
>> Ed
>>
>>
>> Mexina Daniel
>>
>> Singo Africa Limited
>>
>> Mbezi Beach "B"  | Mwai Kibaki Road | 6 Wasafi Str.
>> P.O BOX 78908 | 14121 Dar es salaam
>>
>> +255 71 211 0791 | +255 22 261 8511
>>
>> amala.co.tz | singo.africa
>>
>>
>>
>


Re: Request for review of draft proposal

2019-04-09 Thread Awasum Yannick
Submit ur final PDF now before the portal closes. You were suppose to
sudmit a draft a week ago to get proper feedback

On Tue, Apr 9, 2019, 01:08 Fuh Debenick  wrote:

> I have submitted my draft GSoC 2019 proposal and I am hoping to get some
> feedback.
>
> Thanks
> Debenick
>


Re: [ANNOUNCE] New Fineract PMC member James Dailey

2019-04-09 Thread Nkep Kerlyn
Congratulations James Dailey!


On Tue, Apr 9, 2019, 5:49 AM Mexina Daniel  Congratulation James Dailey
>
> Your initiative had made a big impact to the community.
>
> On April 9, 2019 at 2:39 AM Ed Cable  wrote:
>
> It is my honor and privilege to announce James Dailey as a member of the
> Apache Fineract PMC. The Fineract project and community would not exist
> today if not for James' visionary leadership in launching MOAP, the
> Microfinance Open Architecture Project, which would become Mifos which gave
> birth to Fineract.
>
> What started out only as a mere idea in 2001
> , has evolved to become a
> global movement and a vibrant ecosystem. Through all those years James has
> helped to keep the community aligned and ensured the technology evolves in
> the right direction. We look forward to an even deeper and more impactful
> role that James can play as part of the PMC.
>
> Join us in welcoming and congratulating James!
>
> Ed
>
>
> Mexina Daniel
>
> Singo Africa Limited
>
> Mbezi Beach "B"  | Mwai Kibaki Road | 6 Wasafi Str.
> P.O BOX 78908 | 14121 Dar es salaam
>
> +255 71 211 0791 | +255 22 261 8511
>
> amala.co.tz | singo.africa
>
>
>