Re: Fineract CN Fims Web App: Angular 7 Upgrade

2019-05-27 Thread Ruphine Kengne
Hello Vishwas,

I have added some commits to this PR
<https://github.com/apache/fineract-cn-fims-web-app/pull/15> which reduces
some of the errors I faced and upgraded the ngrx to v7.
Please can you merged that to the FINCN-154 branch you created so that
anyone can clone that branch to contribute.

Thanks.

On Tue, 7 May 2019 at 19:48, Ruphine Kengne  wrote:

> Thanks Vishwas
>
> On Tue, 7 May 2019 at 17:23, Vishwas Babu 
> wrote:
>
>> Hello Ruphine,
>>
>> >>Can a new branch be created on the Apache repository for me to push the
>> changes there so as to enable other people to contribute?
>> Done,  https://github.com/apache/fineract-cn-fims-web-app/tree/FINCN-154
>>  .
>>
>> Regards,
>> Vishwas
>>
>>
>>
>> On Tue, May 7, 2019 at 6:52 AM Ruphine Kengne 
>> wrote:
>>
>>> Hello Everyone,
>>>
>>> Hope this email finds you in good health.
>>>
>>> I have started upgrading fims web-app from angular v4 to v7 to solve the
>>> errors I faced when writing unit test. Here,
>>> https://issues.apache.org/jira/browse/FINCN-102
>>>
>>> I have created a Jira ticket :
>>> https://issues.apache.org/jira/browse/FINCN-154 to keep track.
>>> Here, is the link to my github repository :
>>> https://github.com/kengneruphine/fineract-cn-fims-web-app/tree/angular-7-upgrade
>>> with the new branch I created to contain the upgrade.
>>>
>>> Can a new branch be created on the Apache repository for me to push the
>>> changes there so as to enable other people to contribute?
>>>
>>> Right now, am facing some errors with ngrx and here is the link to the
>>> paste bin containing  the errors : https://pastebin.com/uvZLCwy5.
>>>
>>> Please, Mark can you help with the errors above?
>>>
>>> Thanks
>>> Ruphine Kengne
>>>
>>>


Re: [ANNOUNCE] Welcome Courage Angeh to the Apache Fineract PMC

2019-05-22 Thread Ruphine Kengne
Congratulations Courage, good work!!!

On Wed, May 22, 2019, 8:10 PM Chirag Gupta 
wrote:

> Congratulations Courage!
>
> On Thu, May 23, 2019 at 12:38 AM Isaac Kamga  wrote:
>
>> Congratulations Courage.
>>
>> On Wed, May 22, 2019 at 11:42 AM Awasum Yannick 
>> wrote:
>>
>>> Hi All,
>>>
>>> I am delighted to announce that Courage Angeh has been voted in as a new
>>> PMC Member at Apache Fineract.
>>>
>>> Courage has been a valuable member of our community for over 2 years now
>>> and in that time she has shown great leadership skills. She developed an
>>> In-App Notifications for Fineract 1.x as part of GSoC 2017. She
>>> containerized Fineract CN and is currently leading efforts towards enabling
>>> a production deployment in a Cloud Environment. Courage has been
>>> consistently active in helping to onboard new devs on our project. She is
>>> also a mentor for GSoC 2019 at Fineract and Outreachy via Mifos.
>>>
>>> Those are some remarkable accomplishments for our project.
>>>
>>> Please join me in Congratulating Courage for her contributions to the
>>> Fineract Community.
>>>
>>>
>>> Thanks.
>>> Awasum Yannick
>>>
>>


Re: Fineract CN Fims Web App: Angular 7 Upgrade

2019-05-07 Thread Ruphine Kengne
Thanks Vishwas

On Tue, 7 May 2019 at 17:23, Vishwas Babu 
wrote:

> Hello Ruphine,
>
> >>Can a new branch be created on the Apache repository for me to push the
> changes there so as to enable other people to contribute?
> Done,  https://github.com/apache/fineract-cn-fims-web-app/tree/FINCN-154 .
>
> Regards,
> Vishwas
>
>
>
> On Tue, May 7, 2019 at 6:52 AM Ruphine Kengne 
> wrote:
>
>> Hello Everyone,
>>
>> Hope this email finds you in good health.
>>
>> I have started upgrading fims web-app from angular v4 to v7 to solve the
>> errors I faced when writing unit test. Here,
>> https://issues.apache.org/jira/browse/FINCN-102
>>
>> I have created a Jira ticket :
>> https://issues.apache.org/jira/browse/FINCN-154 to keep track.
>> Here, is the link to my github repository :
>> https://github.com/kengneruphine/fineract-cn-fims-web-app/tree/angular-7-upgrade
>> with the new branch I created to contain the upgrade.
>>
>> Can a new branch be created on the Apache repository for me to push the
>> changes there so as to enable other people to contribute?
>>
>> Right now, am facing some errors with ngrx and here is the link to the
>> paste bin containing  the errors : https://pastebin.com/uvZLCwy5.
>>
>> Please, Mark can you help with the errors above?
>>
>> Thanks
>> Ruphine Kengne
>>
>>


Fineract CN Fims Web App: Angular 7 Upgrade

2019-05-07 Thread Ruphine Kengne
Hello Everyone,

Hope this email finds you in good health.

I have started upgrading fims web-app from angular v4 to v7 to solve the
errors I faced when writing unit test. Here,
https://issues.apache.org/jira/browse/FINCN-102

I have created a Jira ticket :
https://issues.apache.org/jira/browse/FINCN-154 to keep track.
Here, is the link to my github repository :
https://github.com/kengneruphine/fineract-cn-fims-web-app/tree/angular-7-upgrade
with the new branch I created to contain the upgrade.

Can a new branch be created on the Apache repository for me to push the
changes there so as to enable other people to contribute?

Right now, am facing some errors with ngrx and here is the link to the
paste bin containing  the errors : https://pastebin.com/uvZLCwy5.

Please, Mark can you help with the errors above?

Thanks
Ruphine Kengne
ERROR in node_modules/@ngx-translate/core/src/translate.service.d.ts(1,24): 
error TS2305: Module '"../../../@angular/core/core"' has no exported member 
'OpaqueToken'.
src/app/accounting/accounts/account.detail.component.ts(57,34): error TS2339: 
Property 'combineLatest' does not exist on type 'typeof Observable'.
src/app/accounting/store/account/effects/route.effects.ts(33,28): error TS2339: 
Property 'payload' does not exist on type 'Action'.
src/app/accounting/store/account/effects/route.effects.ts(39,28): error TS2339: 
Property 'payload' does not exist on type 'Action'.
src/app/accounting/store/account/effects/route.effects.ts(45,28): error TS2339: 
Property 'payload' does not exist on type 'Action'.
src/app/accounting/store/account/task/effects/route.effects.ts(33,28): error 
TS2339: Property 'payload' does not exist on type 'Action'.
src/app/accounting/store/index.ts(99,12): error TS2339: Property 
'replaceReducer' does not exist on type 'Store'.
src/app/accounting/store/ledger/effects/route.effects.ts(32,26): error TS2339: 
Property 'payload' does not exist on type 'Action'.
src/app/accounting/store/ledger/effects/route.effects.ts(38,26): error TS2339: 
Property 'payload' does not exist on type 'Action'.
src/app/accounting/store/ledger/journal-entry/effects/route.effects.ts(33,26): 
error TS2339: Property 'payload' does not exist on type 'Action'.
src/app/accounting/store/ledger/transaction-type/effects/route.effects.ts(33,26):
 error TS2339: Property 'payload' does not exist on type 'Action'.
src/app/accounting/store/ledger/transaction-type/effects/route.effects.ts(39,26):
 error TS2339: Property 'payload' does not exist on type 'Action'.
src/app/accounting/store/payroll/effects/route.effects.ts(33,26): error TS2339: 
Property 'payload' does not exist on type 'Action'.
src/app/common/date/fims-date.pipe.ts(27,14): error TS2415: Class 
'DisplayFimsDate' incorrectly extends base class 'DatePipe'.
  Types have separate declarations of a private property 'locale'.
src/app/common/store/form.reducer.ts(37,25): error TS2339: Property 'payload' 
does not exist on type 'Action'.
src/app/common/store/resource.reducer.ts(71,35): error TS2339: Property 
'payload' does not exist on type 'Action'.
src/app/common/store/resource.reducer.ts(89,32): error TS2339: Property 
'payload' does not exist on type 'Action'.
src/app/common/store/resource.reducer.ts(94,35): error TS2339: Property 
'payload' does not exist on type 'Action'.
src/app/common/store/resource.reducer.ts(107,35): error TS2339: Property 
'payload' does not exist on type 'Action'.
src/app/common/store/resource.reducer.ts(120,35): error TS2339: Property 
'payload' does not exist on type 'Action'.
src/app/common/store/search.reducer.ts(63,51): error TS2339: Property 'payload' 
does not exist on type 'Action'.
src/app/common/store/search.reducer.ts(73,51): error TS2339: Property 'payload' 
does not exist on type 'Action'.
src/app/customers/cases/case.detail.component.ts(48,49): error TS2345: Argument 
of type '{}' is not assignable to parameter of type 'FimsPermission[]'.
  Type '{}' is missing the following properties from type 'FimsPermission[]': 
length, pop, push, concat, and 25 more.
src/app/customers/cases/case.detail.component.ts(51,8): error TS2339: Property 
'map' does not exist on type 'OperatorFunction<{} | FimsCase, { hasPermission: 
any; isCreatedOrPending: boolean; }>'.
src/app/customers/cases/case.list.component.ts(79,49): error TS2345: Argument 
of type '{}' is not assignable to parameter of type 'FimsPermission[]'.
src/app/customers/cases/case.list.component.ts(82,8): error TS2339: Property 
'map' does not exist on type 'OperatorFunction'.
src/app/customers/cases/store/effects/route.effects.ts(33,26): error TS2339: 
Property 'payload' does not exist on type 'Action'.
src/app/customers/cases/store/effects/route.effects.ts(39,26): error TS2339: 
Property 'payload' does not exist on type 'Action'.
src/app/customers/cases/store/index.ts(74,12): error TS2339: Property 
'replaceReducer' does not exist on type 'Store'.
src/app/customers/deposits/store/effects/route.effects.ts(33,26): error TS2339: 
P

Re: [ANNOUNCE] Welcome Isaac Kamga as a Fineract PMC Member

2019-05-05 Thread Ruphine Kengne
Congratulations Isaac, Keep up the good work.

On Sun, 5 May 2019 at 15:11, Kelvin Ikome  wrote:

> Welcome aboard Isaac!!!
>
> On Sun, May 5, 2019 at 3:06 PM Awasum Yannick  wrote:
>
>> Hi All,
>>
>> I am happy to announce that Isaac Kamga has been voted in as a Fineract
>> PMC member.
>>
>> Isaac has been a part of our community for over 18 months now and in that
>> time he has contributed invaluably to our project. He documented an initial
>> user manual for Fineract CN, carried out webinars to educate people on how
>> to develop on Fineract CN and is helping to reduce barrier of entry for new
>> developers on Fineract CN.
>>
>> Isaac also documented the Fineract CN API last year, mentored GSoC 2018
>> and will be doing the same work this coming GSoC. He has been leading
>> efforts to make Fineract CN Apache compliant and moving us closer to a
>> first release by replacing MySQL with PostgreSQL.
>>
>> Isaac has shown true leadership skills over the past few months.
>>
>> Please join me in welcoming Isaac in his new role as a PMC Member.
>>
>>
>> Thanks.
>> Awasum Yannick,
>> PMC Member, Apache Fineract
>>
>


Re: [ANNOUNCE] Welcome Juhan Aasaru as Fineract committer

2019-05-01 Thread Ruphine Kengne
Congratulations Juhan. Keep up

On Wed, 1 May 2019 at 11:34, Nkep Kerlyn  wrote:

> Congrats Juhan!!
>
> On Tue, Apr 30, 2019, 8:20 AM Awasum Yannick 
>> Hi All,
>>
>> I am happy to announce that Juhan Aasaru has been voted in as a Fineract
>> Committer.
>>
>> Juhan has been in the community for just over 6 months now and has
>> already shown how valuable they are to our project.
>>
>> Juhan has contributed to Fineract 1.x as well as Fineract CN in areas
>> like Containerization and recently enabled Continuous Integration on
>> Fineract CN. Juhan has also contributed to key discussions on the mailing
>> list and also created and updated documentations to unblock new
>> contributors. Thank you very much Juhan.
>>
>> Please join me in welcoming Juhan as a new Committer on Fineract.
>>
>> Thanks.
>> Awasum Yannick.
>> PMC Member, Apache Fineract
>>
>>
>>
>>
>>


Re: [ANNOUNCE] Welcome Angel Cajas as Fineract committer

2019-04-28 Thread Ruphine Kengne
Congrats Angel

On Sun, Apr 28, 2019, 6:22 PM Rahul Goel  wrote:

> Congratulations Angel.
>
> On Sun, Apr 28, 2019 at 10:26 PM Chirag Gupta 
> wrote:
>
>> Congrats Angel!
>>
>> On Sun, Apr 28, 2019 at 10:25 PM Cabrel Kemfang <
>> ghislaincabrel.kemf...@gmail.com> wrote:
>>
>>> Congratulations Angel.
>>>
>>> On Sun, Apr 28, 2019 at 5:47 PM Awasum Yannick 
>>> wrote:
>>>
 Hi Angel,

 Congratulations. Keep up the good work.

 On Sun, Apr 28, 2019 at 4:39 PM Myrle Krantz  wrote:

> Hey all,
>
> Please welcome Angel Cajas as our newest Apache Fineract committer!
>
> Best Regards,
> Myrle
>

>
> --
> RAHUL GOEL
>


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 <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
> >>>>

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
> > >

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 

Re: [ANNOUNCE] New Fineract PMC member James Dailey

2019-04-08 Thread Ruphine Kengne
Congratulations James Dailey,


On Mon, Apr 8, 2019, 11:25 PM Isaac Kamga  wrote:

> Congratulations James Dailey.
>
> You've done lots of work to ensure that financial inclusion happens over
> the past decades.
>
> More grease to your elbows.
>
> Cheers,
> Isaac Kamga.
>
> On Mon, Apr 8, 2019 at 10:10 PM 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
> >
>


Re: Fineract CN Demo server setup

2019-04-08 Thread Ruphine Kengne
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
> > >
> > >
> > >
> > >
> > >
> > >
> > > [image: devs1.png]
> > >
> > >
> > >
> > > [image: devs2.png]
> > >
> > >
> >
>


Re: Swagger Documentation for Fineract API's

2019-04-03 Thread Ruphine Kengne
Hello Clauda,

Welcome to the community.
You can go through this link

to know more about the project and how to get started:

Regards
Ruphine


On Wed, 3 Apr 2019 at 11:29, Claude Kamaha 
wrote:

> Hello,
> I am Kamaha Claude Joelle ,I am a Computer SCientist student in the
> University of Buea,
> I would like to participate to  GSOC on the Swagger Documentation for
> Fineract API's project,I do Angular and a beginner in Java and I am willing
> to learn more through the intership period  .
> Thanks.
>


Re: [ANNOUNCE] Myrle Krantz is a Board Member at the Apache Software Foundation.

2019-03-28 Thread Ruphine Kengne
Congratulations Myrle,
All the best in your new role

Regards

On Thu, 28 Mar 2019 at 22:07, Zayyad A. Said <
zay...@intrasofttechnologies.com> wrote:

> This is good news.
>
>
>
> Congratulations Myrle, keep up with the spirit of the community.
>
>
>
> Regards;
>
>
>
> *
>
> *Zayyad A. Said | Chairman & C.E.O*
>
>
>
> Cell No.: +254 716 615274 | Skype: *zsaid2011*
>
> Email: zay...@intrasofttechnologies.com
>
> Schedule Meetings: https://calendly.com/zayyadsaid
>
> [image: Description: Email banner]
>
> -Original Message-
> From: Ed Cable [mailto:edca...@mifos.org]
> Sent: 28 March 2019 11:54 PM
> To: Dev
> Subject: Re: [ANNOUNCE] Myrle Krantz is a Board Member at the Apache
> Software Foundation.
>
>
>
> Congrats Myrle!
>
>
>
> Thanks for sharing the news Awasum.
>
>
>
> On Thu, Mar 28, 2019 at 1:42 PM Isaac Kamga  wrote:
>
>
>
> > Congratulations Myrle Krantz,
>
> >
>
> > We're happy for your progress and we also trust that your newly found
>
> > role will help Apache Fineract grow by leaps and bounds.
>
> >
>
> > Cheers,
>
> > Isaac Kamga.
>
> >
>
> > On Thu, Mar 28, 2019 at 9:36 PM Ebenezer Graham
>
> > 
>
> > wrote:
>
> >
>
> > > Congratulations Myrle. :)
>
> > >
>
> > > On Fri, 29 Mar 2019 at 00:32, Awasum Yannick 
> wrote:
>
> > >
>
> > > > Hello Everyone,
>
> > > >
>
> > > > At The Apache Software Foundation (ASF) Members' Meeting held this
>
> > > > week
>
> > > and
>
> > > > one of our Community members was elected to the ASF Board.
>
> > > >
>
> > > > Please, Join me in Congratulating Myrle Krantz on becoming an ASF
>
> > > > Board
>
> > > of
>
> > > > Director.
>
> > > >
>
> > > > https://blogs.apache.org/foundation/entry/announcing-new-asf-board
>
> > > > -of1
>
> > > >
>
> > > > We know you will keep doing great things.
>
> > > >
>
> > > >
>
> > > > Thanks.
>
> > > > Awasum Yannick.
>
> > > > PMC Member, Apache Fineract.
>
> > > >
>
> > >
>
> >
>
>
>
>
>
> --
>
> *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 <
> http://facebook.com/mifos>  
>


Re: Aftermath of Fineract CN GSoC 2018 Projects

2019-03-26 Thread Ruphine Kengne
Hello Isaac,

Yes, I am still facing that error.
I have already solved the issues FINCN-100 and FINCN-101.
FINCN-102 is left and is that which causes the error thus preventing the
others from being merged.

Regards

On Tue, 26 Mar 2019 at 07:40, Ebenezer Graham 
wrote:

> Thanks for the response Isaac,
>
> The current SMS implementation is a one-way communication from the MFI to
> the customer/Staff only.
>
> Eg: A new customer account has been created. And so the customer is
> notified of this event or a loan gets approved hence, the customer is
> informed.
>
> However, the customer cannot initiate communication with the MFI's system.
>
> So the USSD service I'm referring to is more customer self-service
> oriented. This will establish two-way communication giving the customer a
> real-time interactive session with the MFI's system. Hence, allowing the
> customer to get self-service via a USSD code.
>
> In this case, a customer can make a request through the MFI's USSD code
> and get a list of options:
>
> Eg:  Account Balance, Common information, Loan Products available, Branch
> Locations, Transaction statements, Loan status etc. We can then improve it
> over time to include more advanced processes.
>
> The ultimate benefit here is the fact that everybody can access the MFI's
> financial services without a smartphone.
>
> *At your service,*
>
> *Ebenezer Graham*
>
> *BSc (Hons) Computing*
>
>
> [image: EmailSignature.png]
>
> African Leadership University,
>
> Power Mill Road, Pamplemousses,
>
> Mauritius.
> GitHub  | LinkedIn
>  | ebenezergraham.me
> *Skype*:
> ebenezer.graham 
>
> *This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they are
> addressed. If you have received this email in error please notify the
> sender and then delete this email. If you are not the intended recipient
> you are notified that disclosing, copying, distributing or taking any
> action in reliance on the contents of this information is strictly
> prohibited.*
>
>
> On Tue, 26 Mar 2019 at 04:49, Isaac Kamga  wrote:
>
>> Thanks for your responses Grace, Pembe, Graham
>>
>> @Grace, do you still experience error https://pastebin.com/9ftKYDg8 from
>> the teller service ? Have you been able to find some time to look at issues
>> FINCN-100 to FINCN-102 ? +Mark van Veen  Can you
>> kindly lend a hand here ?
>>
>> @Miriam, can you develop a road map for micro-finances with center-based
>> operations ?
>>
>> @Graham, Thanks for sharing the roadmap around the notifications
>> service.I thought item 5 : USSD services for notifcations service was
>> already done. Kindly expand more on that ?
>>
>> Cheers,
>> Isaac Kamga.
>>
>> On Sun, Mar 24, 2019 at 10:17 PM Ebenezer Graham <
>> egraha...@alustudent.com> wrote:
>>
>>> Hello Isaac,
>>>
>>> I hope this email finds you well.
>>>
>>> *Work done*
>>> I produced the initial code for the notification service. I implemented
>>> the email and SMS services for the service. I implemented the event
>>> listeners for customer service. I have written rest-docs for the service's
>>> APIs. I am currently developing the front-end in the fims-web-app
>>>
>>> *Challenges/Errors faced*
>>> The service is unable to authenticate using the permitted feign client.
>>> It returns a 404 error when I use the permitted feign client. However,
>>> changing the authentication to use the permitted feign client for
>>> authentication is the recommended approach.
>>>
>>> *Improvements*
>>> 1. Containerize the notification service in fineract-cn-containers
>>> .
>>> 2. Implement email and sms listeners for the portfolio and group
>>> services.
>>> 3. Complete the implementation of the front-end in the fims-web-app and
>>> the new Web app implemented by Pembe to allow re-configuration of the email
>>> and SMS services.
>>> 4. Change the authentication to use permitted feign client for
>>> authentication.
>>> 5. Add USSD services to the notification service
>>> You can find more improvement considerations here:
>>> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=75975771
>>>
>>> *At your service,*
>>>
>>> *Ebenezer Graham*
>>>
>>> On Sat, 9 Mar 2019 at 02:02, Isaac Kamga  wrote:
>>>
 Hello GSoC 2018 students,

 Please could you provide a succinct summary of your project's status.

 Any form of information containing
 1. Work done
 2. Challenges/Errors faced, and
 3. Possible Further work/Improvements, will be helpful for the
 community to know how to help make progress.

 At Your Service,
 Isaac Kamga.




Re: [ANNOUNCE] New Fineract PMC member Santosh Math

2019-03-24 Thread Ruphine Kengne
Congratulations Santosh.
Great work

On Sun, Mar 24, 2019, 1:32 PM Awasum Yannick  wrote:

> Santosh, Congratulations. Keep up the good work.
>
> On Sun, Mar 24, 2019 at 9:13 AM Chirag Gupta 
> wrote:
>
> > Congrats Santosh! Well deserved!
> >
> > Best
> > Chirag Gupta
> >
> > On Sun, Mar 24, 2019 at 1:32 PM Vishwas Babu <
> > vish...@confluxtechnologies.com> wrote:
> >
> > > Hello All,
> > >
> > > It gives me great pleasure to announce the addition of Santosh Math as
> > the
> > > newest member of  Fineract's Project Management Committee. Please join
> me
> > > in giving him a warm welcome.
> > >
> > > Santosh has been a part of the community since forever (2014!). For
> those
> > > of you who do not know of him, here's a snippet from Ed Cable's
> > > announcement of Santosh's committer status back in 2017.
> > >
> > > Santosh has been an active member of the community since 2014 playing
> > many
> > > roles
> > > initially as the lead support resource, guiding documentation for the
> > > platform. Most recently in his role as lead QA engineer for the
> > community,
> > > he has gone well beyond those duties doing triage and product
> management
> > > for Apache Fineract (as well as the Mifos X distribution and apps that
> > > consume it). Santosh is patient, thorough, and a deeply committed
> > community
> > > member. He has greatly enhanced the quality of the software and has
> > helped
> > > to streamline contributions by improving our triage and release
> > management
> > > processes. He is continually helping other partners, assisting
> volunteers
> > > and interns, and most importantly supporting users of Apache Fineract.
> > You
> > > can see his active presence on the mailing lists, the issue trackers,
> and
> > > our wikis.
> > >
> > >
> > > Regards,
> > > Vishwas
> > >
> >
>


Re: Outreachy contributions

2019-03-22 Thread Ruphine Kengne
Hey Nelly,

You can look at this issue,
https://issues.apache.org/jira/browse/FINERACT-726?filter=12345785

Regards

On Fri, 22 Mar 2019 at 19:13, Nelly Klauch  wrote:

> Hi all,
>
> I am an Outreachy applicant and I would love to contribute to the project
> improve Robustness of MifosX and Apache Fineract by fixing issues/feature
> Requests in Backlog.
> I have already set my environment and now i am looking for issues to solve.
> Can anyone direct me please.
>
> Thanks,
> Klauch Nelly
>


Re: [Mifos-developer] [Outreachy 2019] Migrating mifos mailing lists to Discourse during outreachy 2019

2019-03-14 Thread Ruphine Kengne
Sorry Kerlyn, the confluence account you created is for Apache Fineract but
your project
is more of *Mifos* related.

Please can you create an account here,
https://id.atlassian.com/signup?continue=https%3A%2F%2Fmifosforge.jira.com%2Fadmin%2Fusers%2Fsign-up%3Fare%3Daid

Once you create the account, you *will not* need permission to create or
edit a page.

Regards

On Thu, 14 Mar 2019 at 01:58, Nkep Kerlyn  wrote:

> Hello Ruphine,
>
> Thanks for your quick reply. I have created an account on confluence
> already and my confluence ID is: kerlynmanyi
>
> Thanks
> Kerlyn Nkep.
>
> On Wed, Mar 13, 2019 at 10:36 PM Ruphine Kengne 
> wrote:
>
> > Kerlyn,
> >
> > For the question you are asking, I think Ed can give you more
> > clarifications on that.
> >
> > Regards.
> >
> >
> > On Wed, 13 Mar 2019 at 22:31, Ruphine Kengne 
> > wrote:
> >
> > > Hello Kerlyn,
> > >
> > > Thanks for your interest in contributing
> > >
> > > You can create an account on confluence
> > > https://cwiki.apache.org/confluence/signup.action
> > > if you don't have one already.
> > >
> > > Once you have done that, you can then ask for the required permission
> to
> > > create a page.
> > >
> > > Regards
> > > Ruphine Kengne
> > >
> > > On Wed, 13 Mar 2019 at 21:44, Nkep Kerlyn 
> wrote:
> > >
> > >> Hello everyone,
> > >>
> > >> I am an Outreachy summer 2019 applicant.
> > >>
> > >> I am interested in contributing to the project : "Setup Discourse
> Forum
> > >> and Migrate Content and Users from Mailing Lists" .
> > >>
> > >> I have gone through the Outreachy ideas page and have made some
> research
> > >> on the said project.  I wish to request for a confluence page to write
> > down
> > >> the ideas I gathered concerning this project in the form of
> requirements
> > >> and process to aid clear my doubts on some particular aspects of the
> > >> project and help me gain a better understanding of the project.
> > >>
> > >> On the Outreachy ideas page it is said that contributions for this
> > >> project requires making edits to the project documentation and
> > >> organizing it with a relevant information hierarchy, demonstrating
> your
> > >> knowledge of forum tools and information architecture.
> > >> Please i wish to find out which project documentation is referred to
> in
> > >> that statement.
> > >>
> > >> Thanks,
> > >> kerlyn Nkep.
> > >>
> > >>
> > >> Mifos-developer mailing list
> > >> mifos-develo...@lists.sourceforge.net
> > >> Unsubscribe or change settings at:
> > >> https://lists.sourceforge.net/lists/listinfo/mifos-developer
> > >
> > >
> >
>


Re: [Mifos-developer] [Outreachy 2019] Migrating mifos mailing lists to Discourse during outreachy 2019

2019-03-13 Thread Ruphine Kengne
Kerlyn,

For the question you are asking, I think Ed can give you more
clarifications on that.

Regards.


On Wed, 13 Mar 2019 at 22:31, Ruphine Kengne 
wrote:

> Hello Kerlyn,
>
> Thanks for your interest in contributing
>
> You can create an account on confluence
> https://cwiki.apache.org/confluence/signup.action
> if you don't have one already.
>
> Once you have done that, you can then ask for the required permission to
> create a page.
>
> Regards
> Ruphine Kengne
>
> On Wed, 13 Mar 2019 at 21:44, Nkep Kerlyn  wrote:
>
>> Hello everyone,
>>
>> I am an Outreachy summer 2019 applicant.
>>
>> I am interested in contributing to the project : "Setup Discourse Forum
>> and Migrate Content and Users from Mailing Lists" .
>>
>> I have gone through the Outreachy ideas page and have made some research
>> on the said project.  I wish to request for a confluence page to write down
>> the ideas I gathered concerning this project in the form of requirements
>> and process to aid clear my doubts on some particular aspects of the
>> project and help me gain a better understanding of the project.
>>
>> On the Outreachy ideas page it is said that contributions for this
>> project requires making edits to the project documentation and
>> organizing it with a relevant information hierarchy, demonstrating your
>> knowledge of forum tools and information architecture.
>> Please i wish to find out which project documentation is referred to in
>> that statement.
>>
>> Thanks,
>> kerlyn Nkep.
>>
>>
>> Mifos-developer mailing list
>> mifos-develo...@lists.sourceforge.net
>> Unsubscribe or change settings at:
>> https://lists.sourceforge.net/lists/listinfo/mifos-developer
>
>


Re: [Mifos-developer] [Outreachy 2019] Migrating mifos mailing lists to Discourse during outreachy 2019

2019-03-13 Thread Ruphine Kengne
Hello Kerlyn,

Thanks for your interest in contributing

You can create an account on confluence
https://cwiki.apache.org/confluence/signup.action
if you don't have one already.

Once you have done that, you can then ask for the required permission to
create a page.

Regards
Ruphine Kengne

On Wed, 13 Mar 2019 at 21:44, Nkep Kerlyn  wrote:

> Hello everyone,
>
> I am an Outreachy summer 2019 applicant.
>
> I am interested in contributing to the project : "Setup Discourse Forum
> and Migrate Content and Users from Mailing Lists" .
>
> I have gone through the Outreachy ideas page and have made some research
> on the said project.  I wish to request for a confluence page to write down
> the ideas I gathered concerning this project in the form of requirements
> and process to aid clear my doubts on some particular aspects of the
> project and help me gain a better understanding of the project.
>
> On the Outreachy ideas page it is said that contributions for this project
> requires making edits to the project documentation and organizing it with
> a relevant information hierarchy, demonstrating your knowledge of forum
> tools and information architecture.
> Please i wish to find out which project documentation is referred to in
> that statement.
>
> Thanks,
> kerlyn Nkep.
>
>
> Mifos-developer mailing list
> mifos-develo...@lists.sourceforge.net
> Unsubscribe or change settings at:
> https://lists.sourceforge.net/lists/listinfo/mifos-developer


Re: [Mifos-developer] Issues with the Community App

2019-03-11 Thread Ruphine Kengne
Good Work Mua, good it help.
 I will update the Readme for Linux users while you create that for Mac OS
users

Thanks

On Mon, 11 Mar 2019 at 12:31, Awasum Yannick 
wrote:

> Good... Create that User and Developer Documentation for the Mac PC.
> Please @mua
>
> On Mon, Mar 11, 2019 at 12:28 PM Mua Rachmann 
> wrote:
>
> > Hello Ruphile,
> >
> > In my case i am on Mac OS - El Captan and this instead worked for me
> > *gem install bundler* of which i ran the bundle install and was
> > successfull.
> >
> > It might help anyone on Mac OS.
> >
> > All is running perfectly fine i get the login screen. Thanks.
> >
> > I am already feeling myself at home. I love it here already. Look forward
> > to working with you all
> >
> >
> > Best Mua.
> >
> > On Mon, Mar 11, 2019 at 12:09 PM Mua Rachmann 
> > wrote:
> >
> > > Sure. Can this be included in the Readme.
> > >
> > > I thought getting the latest version of ruby will come with that.
> > >
> > > Regards
> > >
> > > On Mon, Mar 11, 2019 at 12:04 PM Ruphine Kengne <
> ruphineken...@gmail.com
> > >
> > > wrote:
> > >
> > >> Hi Mua,
> > >>
> > >> Please can  you run this command : *sudo apt install ruby-bundler *
> > >>  before running the bundle install command
> > >>
> > >> Regards
> > >>
> > >> On Mon, 11 Mar 2019 at 11:49, Mua Rachmann 
> > wrote:
> > >>
> > >> > Hi Ruphine, Daniel
> > >> >
> > >> > Upon installing Mifos Community app i get the same errors
> > >> >
> > >> > First the bundle install doesn't work and it gives this error
> > >> >
> > >> > Traceback (most recent call last):
> > >> > 2: from /usr/local/opt/ruby/bin/bundle:23:in `'
> > >> > 1: from
> > >> > /usr/local/Cellar/ruby/2.6.1/lib/ruby/2.6.0/rubygems.rb:302:in
> > >> > `activate_bin_path'
> > >> > /usr/local/Cellar/ruby/2.6.1/lib/ruby/2.6.0/rubygems.rb:283:in
> > >> > `find_spec_for_exe': can't find gem bundler (>= 0.a) with executable
> > >> bundle
> > >> > (Gem::GemNotFoundException)
> > >> >
> > >> > Secondly upon running grunt serve i have this error -
> > >> > https://pastebin.com/rKCbXKta
> > >> >
> > >> > Lastly when i run the index.html file i have the app just loading
> and
> > >> > console giving me this
> > >> > https://pastebin.com/eyB7AiQR
> > >> >
> > >> > Any help would be gladly appreciated thanks.
> > >> >
> > >> > Regards Mua
> > >> >
> > >> >
> > >> > On Sun, Mar 10, 2019 at 8:54 PM Fuh Debenick 
> > >> wrote:
> > >> >
> > >> > > Hello Ruphine,
> > >> > >
> > >> > > Thanks for that.
> > >> > >
> > >> > > Regards.
> > >> > >
> > >> > > On Sun, Mar 10, 2019 at 8:39 PM Ruphine Kengne <
> > >> ruphineken...@gmail.com>
> > >> > > wrote:
> > >> > >
> > >> > > > Hello Fuh,
> > >> > > >
> > >> > > > You can use pastebin.com to put the errors.
> > >> > > > It is more easier to use
> > >> > > >
> > >> > > > Then you paste the link here
> > >> > > >
> > >> > > > On Sun, 10 Mar 2019 at 20:37, Fuh Debenick <
> debenic...@gmail.com>
> > >> > wrote:
> > >> > > >
> > >> > > >> Hello Awasum,
> > >> > > >>
> > >> > > >> Thanks, let me do that.
> > >> > > >>
> > >> > > >> Regards.
> > >> > > >> Debenick
> > >> > > >>
> > >> > > >> On Sun, Mar 10, 2019 at 8:33 PM Awasum Yannick <
> > >> > > >> awasum.yann...@skylabase.com>
> > >> > > >> wrote:
> > >> > > >>
> > >> > > >> > Hello Fuh,
> > >> > > >> >
> > >> > > >> > This list does not take attachments. Use an external service
> > >> like:
> > >> > > >> > https://imgur

Re: [Mifos-developer] Issues with the Community App

2019-03-11 Thread Ruphine Kengne
Yeah Mua, I will include that in the Readme and send a PR.

Please did that solve your problem??

Regards.



On Mon, 11 Mar 2019 at 12:10, Mua Rachmann  wrote:

> Sure. Can this be included in the Readme.
>
> I thought getting the latest version of ruby will come with that.
>
> Regards
>
> On Mon, Mar 11, 2019 at 12:04 PM Ruphine Kengne 
> wrote:
>
> > Hi Mua,
> >
> > Please can  you run this command : *sudo apt install ruby-bundler *
> >  before running the bundle install command
> >
> > Regards
> >
> > On Mon, 11 Mar 2019 at 11:49, Mua Rachmann 
> wrote:
> >
> > > Hi Ruphine, Daniel
> > >
> > > Upon installing Mifos Community app i get the same errors
> > >
> > > First the bundle install doesn't work and it gives this error
> > >
> > > Traceback (most recent call last):
> > > 2: from /usr/local/opt/ruby/bin/bundle:23:in `'
> > > 1: from
> > > /usr/local/Cellar/ruby/2.6.1/lib/ruby/2.6.0/rubygems.rb:302:in
> > > `activate_bin_path'
> > > /usr/local/Cellar/ruby/2.6.1/lib/ruby/2.6.0/rubygems.rb:283:in
> > > `find_spec_for_exe': can't find gem bundler (>= 0.a) with executable
> > bundle
> > > (Gem::GemNotFoundException)
> > >
> > > Secondly upon running grunt serve i have this error -
> > > https://pastebin.com/rKCbXKta
> > >
> > > Lastly when i run the index.html file i have the app just loading and
> > > console giving me this
> > > https://pastebin.com/eyB7AiQR
> > >
> > > Any help would be gladly appreciated thanks.
> > >
> > > Regards Mua
> > >
> > >
> > > On Sun, Mar 10, 2019 at 8:54 PM Fuh Debenick 
> > wrote:
> > >
> > > > Hello Ruphine,
> > > >
> > > > Thanks for that.
> > > >
> > > > Regards.
> > > >
> > > > On Sun, Mar 10, 2019 at 8:39 PM Ruphine Kengne <
> > ruphineken...@gmail.com>
> > > > wrote:
> > > >
> > > > > Hello Fuh,
> > > > >
> > > > > You can use pastebin.com to put the errors.
> > > > > It is more easier to use
> > > > >
> > > > > Then you paste the link here
> > > > >
> > > > > On Sun, 10 Mar 2019 at 20:37, Fuh Debenick 
> > > wrote:
> > > > >
> > > > >> Hello Awasum,
> > > > >>
> > > > >> Thanks, let me do that.
> > > > >>
> > > > >> Regards.
> > > > >> Debenick
> > > > >>
> > > > >> On Sun, Mar 10, 2019 at 8:33 PM Awasum Yannick <
> > > > >> awasum.yann...@skylabase.com>
> > > > >> wrote:
> > > > >>
> > > > >> > Hello Fuh,
> > > > >> >
> > > > >> > This list does not take attachments. Use an external service
> like:
> > > > >> > https://imgur.com/upload
> > > > >> >
> > > > >> > Then paste the image link here..
> > > > >> >
> > > > >> >
> > > > >> > Thanks.
> > > > >> > Awasum
> > > > >> >
> > > > >> > On Sun, Mar 10, 2019 at 8:29 PM Fuh Debenick <
> > debenic...@gmail.com>
> > > > >> wrote:
> > > > >> >
> > > > >> > > Hello Daniel Carlson,
> > > > >> > >
> > > > >> > > Thanks for the reply.
> > > > >> > > I attached a screenshot of my console, I wish it be helpful.
> > > > >> > >
> > > > >> > > Regards,
> > > > >> > > Fuh Debenick
> > > > >> > >
> > > > >> > > On Sun, Mar 10, 2019 at 8:23 PM Daniel Carlson <
> > > > dancarl...@gmail.com>
> > > > >> > > wrote:
> > > > >> > >
> > > > >> > >> Hello Debenick,
> > > > >> > >>
> > > > >> > >> What errors do you get in the console?
> > > > >> > >>
> > > > >> > >> Cheers!
> > > > >> > >>
> > > > >> > >> On Sun, Mar 10, 2019 at 8:18 PM Fuh Debenick <
> > > debenic...@gmail.com
> > > > >
> > > > >> > >> wrote:
> > > > >> > >>
> > > > >> > >> > Hello everyone,
> > > > >> > >> > I once set up my development environment on windows 10 for
> > the
> > > > >> > community
> > > > >> > >> > app and everything went well. For some reasons I decided to
> > > work
> > > > >> with
> > > > >> > >> > ubuntu 16.04, I followed all the instructions as they were
> on
> > > > >> github
> > > > >> > >> > repository of the community app (
> > > > >> > >> https://github.com/openMF/community-app),
> > > > >> > >> > things were smooth until when I served the app. The issue I
> > am
> > > > >> having
> > > > >> > is
> > > > >> > >> > that after running "grunt serve" the app has been
> displaying
> > > the
> > > > >> > Loading
> > > > >> > >> > Mifos page for over an hour. Please what could be the
> > problem?
> > > > >> > >> >
> > > > >> > >> > Thanks
> > > > >> > >> > Fuh Debenick
> > > > >> > >> >
> > > > >> > >>
> > > > >> > >
> > > > >> >
> > > > >>
> > > > > Mifos-developer mailing list
> > > > > mifos-develo...@lists.sourceforge.net
> > > > > Unsubscribe or change settings at:
> > > > > https://lists.sourceforge.net/lists/listinfo/mifos-developer
> > > >
> > >
> >
>


Re: [Mifos-developer] Issues with the Community App

2019-03-11 Thread Ruphine Kengne
Hi Mua,

Please can  you run this command : *sudo apt install ruby-bundler *
 before running the bundle install command

Regards

On Mon, 11 Mar 2019 at 11:49, Mua Rachmann  wrote:

> Hi Ruphine, Daniel
>
> Upon installing Mifos Community app i get the same errors
>
> First the bundle install doesn't work and it gives this error
>
> Traceback (most recent call last):
> 2: from /usr/local/opt/ruby/bin/bundle:23:in `'
> 1: from
> /usr/local/Cellar/ruby/2.6.1/lib/ruby/2.6.0/rubygems.rb:302:in
> `activate_bin_path'
> /usr/local/Cellar/ruby/2.6.1/lib/ruby/2.6.0/rubygems.rb:283:in
> `find_spec_for_exe': can't find gem bundler (>= 0.a) with executable bundle
> (Gem::GemNotFoundException)
>
> Secondly upon running grunt serve i have this error -
> https://pastebin.com/rKCbXKta
>
> Lastly when i run the index.html file i have the app just loading and
> console giving me this
> https://pastebin.com/eyB7AiQR
>
> Any help would be gladly appreciated thanks.
>
> Regards Mua
>
>
> On Sun, Mar 10, 2019 at 8:54 PM Fuh Debenick  wrote:
>
> > Hello Ruphine,
> >
> > Thanks for that.
> >
> > Regards.
> >
> > On Sun, Mar 10, 2019 at 8:39 PM Ruphine Kengne 
> > wrote:
> >
> > > Hello Fuh,
> > >
> > > You can use pastebin.com to put the errors.
> > > It is more easier to use
> > >
> > > Then you paste the link here
> > >
> > > On Sun, 10 Mar 2019 at 20:37, Fuh Debenick 
> wrote:
> > >
> > >> Hello Awasum,
> > >>
> > >> Thanks, let me do that.
> > >>
> > >> Regards.
> > >> Debenick
> > >>
> > >> On Sun, Mar 10, 2019 at 8:33 PM Awasum Yannick <
> > >> awasum.yann...@skylabase.com>
> > >> wrote:
> > >>
> > >> > Hello Fuh,
> > >> >
> > >> > This list does not take attachments. Use an external service like:
> > >> > https://imgur.com/upload
> > >> >
> > >> > Then paste the image link here..
> > >> >
> > >> >
> > >> > Thanks.
> > >> > Awasum
> > >> >
> > >> > On Sun, Mar 10, 2019 at 8:29 PM Fuh Debenick 
> > >> wrote:
> > >> >
> > >> > > Hello Daniel Carlson,
> > >> > >
> > >> > > Thanks for the reply.
> > >> > > I attached a screenshot of my console, I wish it be helpful.
> > >> > >
> > >> > > Regards,
> > >> > > Fuh Debenick
> > >> > >
> > >> > > On Sun, Mar 10, 2019 at 8:23 PM Daniel Carlson <
> > dancarl...@gmail.com>
> > >> > > wrote:
> > >> > >
> > >> > >> Hello Debenick,
> > >> > >>
> > >> > >> What errors do you get in the console?
> > >> > >>
> > >> > >> Cheers!
> > >> > >>
> > >> > >> On Sun, Mar 10, 2019 at 8:18 PM Fuh Debenick <
> debenic...@gmail.com
> > >
> > >> > >> wrote:
> > >> > >>
> > >> > >> > Hello everyone,
> > >> > >> > I once set up my development environment on windows 10 for the
> > >> > community
> > >> > >> > app and everything went well. For some reasons I decided to
> work
> > >> with
> > >> > >> > ubuntu 16.04, I followed all the instructions as they were on
> > >> github
> > >> > >> > repository of the community app (
> > >> > >> https://github.com/openMF/community-app),
> > >> > >> > things were smooth until when I served the app. The issue I am
> > >> having
> > >> > is
> > >> > >> > that after running "grunt serve" the app has been displaying
> the
> > >> > Loading
> > >> > >> > Mifos page for over an hour. Please what could be the problem?
> > >> > >> >
> > >> > >> > Thanks
> > >> > >> > Fuh Debenick
> > >> > >> >
> > >> > >>
> > >> > >
> > >> >
> > >>
> > > Mifos-developer mailing list
> > > mifos-develo...@lists.sourceforge.net
> > > Unsubscribe or change settings at:
> > > https://lists.sourceforge.net/lists/listinfo/mifos-developer
> >
>


Re: Issues with the Community App

2019-03-10 Thread Ruphine Kengne
Hello Fuh,

You can use pastebin.com to put the errors.
It is more easier to use

Then you paste the link here

On Sun, 10 Mar 2019 at 20:37, Fuh Debenick  wrote:

> Hello Awasum,
>
> Thanks, let me do that.
>
> Regards.
> Debenick
>
> On Sun, Mar 10, 2019 at 8:33 PM Awasum Yannick <
> awasum.yann...@skylabase.com>
> wrote:
>
> > Hello Fuh,
> >
> > This list does not take attachments. Use an external service like:
> > https://imgur.com/upload
> >
> > Then paste the image link here..
> >
> >
> > Thanks.
> > Awasum
> >
> > On Sun, Mar 10, 2019 at 8:29 PM Fuh Debenick 
> wrote:
> >
> > > Hello Daniel Carlson,
> > >
> > > Thanks for the reply.
> > > I attached a screenshot of my console, I wish it be helpful.
> > >
> > > Regards,
> > > Fuh Debenick
> > >
> > > On Sun, Mar 10, 2019 at 8:23 PM Daniel Carlson 
> > > wrote:
> > >
> > >> Hello Debenick,
> > >>
> > >> What errors do you get in the console?
> > >>
> > >> Cheers!
> > >>
> > >> On Sun, Mar 10, 2019 at 8:18 PM Fuh Debenick 
> > >> wrote:
> > >>
> > >> > Hello everyone,
> > >> > I once set up my development environment on windows 10 for the
> > community
> > >> > app and everything went well. For some reasons I decided to work
> with
> > >> > ubuntu 16.04, I followed all the instructions as they were on github
> > >> > repository of the community app (
> > >> https://github.com/openMF/community-app),
> > >> > things were smooth until when I served the app. The issue I am
> having
> > is
> > >> > that after running "grunt serve" the app has been displaying the
> > Loading
> > >> > Mifos page for over an hour. Please what could be the problem?
> > >> >
> > >> > Thanks
> > >> > Fuh Debenick
> > >> >
> > >>
> > >
> >
>


Re: Introduction

2019-02-13 Thread Ruphine Kengne
Hello Debenick,

I don't think is really needed to setup Fineract 1.x given that you are
interested in working on Mifos X web app.

Here is the link to the list of issues on Mifos X (former Community App)
https://github.com/openMF/community-app/issues

Select and start working on them.

Regards


On Wed, 13 Feb 2019 at 10:30, Fuh Debenick  wrote:

> Hey Ruphine,
> I am interested in contributing on the Mifos X, will me setting up my work
> space for Fineract 1.x really be of need?
> Thanks
>
> On Wed, Feb 13, 2019 at 9:15 AM Fuh Debenick  wrote:
>
> > Hello Ruphine,
> > Yes I have setup the Mifos X web app not the Fineract 1.x yet. I am about
> > to do so.
> > I also went through the different links.
> >
> > Regards
> >
> > On Wed, Feb 13, 2019 at 10:07 AM Ruphine Kengne  >
> > wrote:
> >
> >> Hello Debenick,
> >>
> >> Have you gone through the different links shared by Santosh??
> >> Have you setup Fineract 1.x or Mifos X web app???
> >>
> >> Regards
> >>
> >> On Wed, 13 Feb 2019 at 02:22, Courage Angeh 
> >> wrote:
> >>
> >> > Welcome to the community Fuh Debenick
> >> >
> >> > On Tue, Feb 12, 2019 at 11:06 AM Fuh Debenick 
> >> > wrote:
> >> >
> >> > > Hi everyone,
> >> > > Oh thanks alot for the warm welcome. Thanks too for the
> >> resources
> >> > > you shared Santosh Math.
> >> > > Regards
> >> > > Fuh Debenick
> >> > >
> >> > > On Mon, Feb 11, 2019 at 1:44 AM Santosh Math <
> >> > > sant...@confluxtechnologies.com> wrote:
> >> > >
> >> > > > Hi Fuh,
> >> > > >
> >> > > > Welcome to our community. We are happy to see you here.
> >> > > >
> >> > > > I would urge you to take a look at these links.
> >> > > >
> >> > > > This is to get you started as a contributor with Fineract CN: Link
> >> > > > <
> >> > >
> >> >
> >>
> https://cwiki.apache.org/confluence/display/FINERACT/Contributor%27s+Zone
> >> > > > >
> >> > > >
> >> > > >1. Getting Started Doc
> >> > > ><
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> https://cwiki.apache.org/confluence/display/FINERACT/Getting+Started+Docs?src=contextnavpagetreemode
> >> > > > >
> >> > > >2. Take Your First Steps
> >> > > ><
> >> > > >
> >> > >
> >> >
> >>
> https://cwiki.apache.org/confluence/display/FINERACT/Take+Your+First+Steps
> >> > > > >
> >> > > >3. Key Design Principles
> >> > > ><
> >> > > >
> >> > >
> >> >
> >>
> https://cwiki.apache.org/confluence/display/FINERACT/Key+Design+Principles
> >> > > > >
> >> > > >4. Coding Conventions
> >> > > ><
> >> > > >
> >> >
> https://cwiki.apache.org/confluence/display/FINERACT/Coding+Conventions
> >> >
> >> > > >
> >> > > > These are the repositories: Apache Fineract
> >> > > > <https://github.com/search?q=org%3Aapache+fineract>
> >> > > >
> >> > > > This is a link to how to import the microservices into Intellij -
> >> Link
> >> > > > <
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> https://cwiki.apache.org/confluence/display/FINERACT/Importing+Fineract+CN+Microservices+Into+IntelliJ
> >> > > > >
> >> > > >
> >> > > >
> >> > > > On Sat, Feb 9, 2019 at 4:46 AM Fuh Debenick  >
> >> > > wrote:
> >> > > >
> >> > > > > Hello everyone,
> >> > > > > I am Fuh Debenick Njuh, a current student at the College Of
> >> > Technology
> >> > > in
> >> > > > > the University Of Buea studying Software Engineering. I am a
> >> lover of
> >> > > the
> >> > > > > Angular framework and have knowledge on JavaScript. I have also
> >> used
> >> > a
> >> > > > > little bit of Java.I am new to open source. I will love to
> >> > participate
> >> > > in
> >> > > > > changing the world...one line of code at a time. I aspire to
> take
> >> > part
> >> > > in
> >> > > > > the upcoming GSOC 2019. I am excited to join this community, I
> >> > believe
> >> > > > > there is so much to give in receive from your guidance.
> >> > > > >
> >> > > > > Regards
> >> > > > > Fuh Debenick
> >> > > > >
> >> > > >
> >> > > >
> >> > > > --
> >> > > > Thanks & Regards
> >> > > >
> >> > > > Santosh Math
> >> > > >
> >> > > > *QA Engineer*
> >> > > >
> >> > > > *Conflux Technologies Pvt Ltd <
> http://www.confluxtechnologies.com/
> >> >*
> >> > > > | *Office*: +91-080-41208662 |
> >> > > >
> >> > > > *Address*: #304, 2nd Floor, 7th Main Road, HRBR Layout 1st Block,
> >> > > > Bengaluru, Karnataka, 560043 INDIA
> >> > > >
> >> > >
> >> >
> >>
> >
>


Re: Introduction

2019-02-13 Thread Ruphine Kengne
Hello Debenick,

Have you gone through the different links shared by Santosh??
Have you setup Fineract 1.x or Mifos X web app???

Regards

On Wed, 13 Feb 2019 at 02:22, Courage Angeh  wrote:

> Welcome to the community Fuh Debenick
>
> On Tue, Feb 12, 2019 at 11:06 AM Fuh Debenick 
> wrote:
>
> > Hi everyone,
> > Oh thanks alot for the warm welcome. Thanks too for the resources
> > you shared Santosh Math.
> > Regards
> > Fuh Debenick
> >
> > On Mon, Feb 11, 2019 at 1:44 AM Santosh Math <
> > sant...@confluxtechnologies.com> wrote:
> >
> > > Hi Fuh,
> > >
> > > Welcome to our community. We are happy to see you here.
> > >
> > > I would urge you to take a look at these links.
> > >
> > > This is to get you started as a contributor with Fineract CN: Link
> > > <
> >
> https://cwiki.apache.org/confluence/display/FINERACT/Contributor%27s+Zone
> > > >
> > >
> > >1. Getting Started Doc
> > ><
> > >
> > >
> >
> https://cwiki.apache.org/confluence/display/FINERACT/Getting+Started+Docs?src=contextnavpagetreemode
> > > >
> > >2. Take Your First Steps
> > ><
> > >
> >
> https://cwiki.apache.org/confluence/display/FINERACT/Take+Your+First+Steps
> > > >
> > >3. Key Design Principles
> > ><
> > >
> >
> https://cwiki.apache.org/confluence/display/FINERACT/Key+Design+Principles
> > > >
> > >4. Coding Conventions
> > ><
> > >
> https://cwiki.apache.org/confluence/display/FINERACT/Coding+Conventions>
> > >
> > > These are the repositories: Apache Fineract
> > > 
> > >
> > > This is a link to how to import the microservices into Intellij - Link
> > > <
> > >
> > >
> >
> https://cwiki.apache.org/confluence/display/FINERACT/Importing+Fineract+CN+Microservices+Into+IntelliJ
> > > >
> > >
> > >
> > > On Sat, Feb 9, 2019 at 4:46 AM Fuh Debenick 
> > wrote:
> > >
> > > > Hello everyone,
> > > > I am Fuh Debenick Njuh, a current student at the College Of
> Technology
> > in
> > > > the University Of Buea studying Software Engineering. I am a lover of
> > the
> > > > Angular framework and have knowledge on JavaScript. I have also used
> a
> > > > little bit of Java.I am new to open source. I will love to
> participate
> > in
> > > > changing the world...one line of code at a time. I aspire to take
> part
> > in
> > > > the upcoming GSOC 2019. I am excited to join this community, I
> believe
> > > > there is so much to give in receive from your guidance.
> > > >
> > > > Regards
> > > > Fuh Debenick
> > > >
> > >
> > >
> > > --
> > > Thanks & Regards
> > >
> > > Santosh Math
> > >
> > > *QA Engineer*
> > >
> > > *Conflux Technologies Pvt Ltd *
> > > | *Office*: +91-080-41208662 |
> > >
> > > *Address*: #304, 2nd Floor, 7th Main Road, HRBR Layout 1st Block,
> > > Bengaluru, Karnataka, 560043 INDIA
> > >
> >
>


Re: Fineract PMC Chair change: Congratulations Vishwas!

2018-12-24 Thread Ruphine Kengne
Congrats Vishwas.

Thanks for the wishes and same to you

Regards.

On Mon, Dec 24, 2018, 8:19 AM Vishwas Babu  Thanks All !  I indeed have big shoes to fill and hope to continue the
> great job that Myrle has been doing for our community.
>
> Wishing you a merry Christmas and a happy new year,
>
> Vishwas
> +1 (202) 716 6675
>
>
> On Thu, Dec 20, 2018 at 5:25 PM Myrle Krantz  wrote:
>
> > Hello all,
> >
> > I am ready to pass on the role of Fineract PMC chair.
> >
> > I believe that a regular change of PMC chair will help to increase
> > community empowerment, and develop skills among the Fineract PMC
> members. I
> > am looking forward to having more time for my other roles.  I continue to
> > be part of Fineract as a committer and PMC member.
> >
> > The Fineract PMC has elected Vishwas Babu as my successor.  The ASF board
> > has approved his appointment.  Vishwas is an excellent choice.  Vishwas
> has
> > been involved with Fineract for longer than I have, and has a deep
> > knowledge of Fineract community dynamics.
> >
> > Please congratulate Vishwas, and please support him as he serves our
> > community in this new role.
> >
> > Best Regards,
> > Myrle
> > V.P. Emeritus, Apache Fineract
> >
>


Re: [ANNOUNCE] Apache Fineract Committer Mark van Veen

2018-11-20 Thread Ruphine Kengne
Congratulations Mark, Thanks for sharing your experiences with the
community and the rest of the world.

On Tue, 20 Nov 2018 at 11:10, Sendoro Juma  wrote:

> Hello Mark,
>
>
>
> Excellent contribution and keep the sprit... you never know the impact you
> are doing to the rest of the world.
>
>
> Congrats
>
>
> Regards
>
> Sendoro
>
> >
> > On November 20, 2018 at 12:03 PM Myrle Krantz 
> wrote:
> >
> > Hello Fantastic Fineracters,
> >
> > I'm proud to announce another Apache Fineract committer!
> >
> > Congratulations Mark van Veen, and thank you for joining us.
> >
> > Mark is a Software Engineer at Kuelap. He wrote the initial code for
> the
> > fims web app on Fineract CN. He has contributed conceptually to most
> of
> > the CN services as well. Mark and I have been colleagues at two
> different
> > companies, and I have always enjoyed working with him.
> >
> > Thanks,
> > Myrle Krantz
> > PMC Member, Apache Fineract
> >
>
>
>
>


Re: [ANNOUNCE] New Apache Fineract Committer Cabrel Kemfang

2018-11-13 Thread Ruphine Kengne
Congratulation Cabrel,

Well done!!!

On Tue, 13 Nov 2018 at 13:17, Cabrel Kemfang <
ghislaincabrel.kemf...@gmail.com> wrote:

> Thanks Myrle,
>
> My Twitter account is @CabrelKemfang 
>
> On Tue, Nov 13, 2018 at 1:04 PM Myrle Krantz  wrote:
>
> > (I'd like to tweet about it too.  Do you have a twitter account I can @?)
> >
> > Greets,
> > Myrle
> >
> > On Tue, Nov 13, 2018 at 1:03 PM Myrle Krantz  wrote:
> >
> >> Thank you so much for joining us Cabrel!
> >>
> >> : o),
> >> Myrle
> >>
> >> On Tue, Nov 13, 2018 at 12:54 PM Mexina Daniel 
> >> wrote:
> >>
> >>> Congratulations Cabrel
> >>>
> >>> On November 13, 2018 at 5:14 PM Santosh Math <
> >>> sant...@confluxtechnologies.com> wrote:
> >>>
> >>> Congratulations Cabrel.
> >>>
> >>> On Tue, Nov 13, 2018 at 5:07 PM Awasum Yannick 
> >>> wrote:
> >>>
> >>> Hello Everyone,
> >>>
> >>> I'm proud to announce that Apache Fineract has a new committer.
> >>>
> >>> Congratulations Cabrel Kemfang, and thank you for joining us.
> >>>
> >>> Cabrel is a Software Engineer at Skylabase, and has been contributing
> to
> >>> fims web app on Fineract CN.
> >>>
> >>> Thanks,
> >>> Awasum Yannick
> >>> PMC Member, Apache Fineract
> >>>
> >>> --
> >>> Thanks & Regards
> >>>
> >>> Santosh Math
> >>>
> >>> *QA Engineer*
> >>>
> >>> *Conflux Technologies Pvt Ltd *
> >>> | *Office*: +91-080-41208662 |
> >>>
> >>> *Address*: #304, 2nd Floor, 7th Main Road, HRBR Layout 1st Block,
> >>> Bengaluru, Karnataka, 560043 INDIA
> >>>
> >>>
> >>> Mexina Daniel
> >>>
> >>> Singo Africa Limited
> >>> Block G, Mbezi Beach B | 7 Nakawale Road | P.O BOX 78908 | 14121 Dar es
> >>> salaam
> >>>
> >>> +255 71 211 0791 | +255 22 261 8511
> >>>
> >>> amala.co.tz | singo.africa
> >>>
> >>>
> >>>
> >>
>


Re: Error when running Test on Fims

2018-11-08 Thread Ruphine Kengne
Hello everyone,

Here is the link to the issue on Jira which I created explaining the
problem I am facing with the PR
https://issues.apache.org/jira/browse/FINCN-102

Please can someone look at it and help me out?

Regards,
Ruphine


On Tue, 6 Nov 2018 at 23:17, Ruphine Kengne  wrote:

> Hi Yannick,
>
> I have not been able to fix the problem with the PR.
>
> I have pulled Mark's latest commit, ran the test but it did not solve the
> problem.
> I will create an issue on Jira explaining the problem so as to get inputs
> from other members of the community.
>
> Regards,
> Ruphine Kengne
>
> On Sat, 3 Nov 2018 at 23:24, Awasum Yannick  wrote:
>
>> Hi Ruphine,
>>
>> Have you been able to fix the problem with your PR?
>>
>> If there are still problems, maybe you should create another issue and
>> clearly explain the error you are having so others can take a look at it.
>> Also, you might want to pull in Mark's latest commit and see if that will
>> solve the problem.
>>
>> On Thu, Oct 25, 2018 at 9:53 AM Ruphine Kengne 
>> wrote:
>>
>> > Hello Mark,
>> >
>> > Thanks very much for your quick reply.
>> >
>> > Here is the link to the PR having the error:
>> > https://github.com/apache/fineract-cn-fims-web-app/pull/12
>> >
>> > I have added the MatSelectModule into the imports of the TestingModule
>> but
>> > I still have the same error after running the test.
>> >
>> > Thanks
>> > Ruphine Kengne
>> >
>> >
>> > On Thu, 25 Oct 2018 at 09:27, Mark van Veen 
>> > wrote:
>> >
>> > > It looks like the test in available-actions.service.spec.ts does pull
>> in
>> > a
>> > > component which is using the MatSelect component. This is weird since
>> > its a
>> > > unit test for a service which should not have any references to a
>> > component
>> > > itself.
>> > >
>> > > Do you have a branch/fork/PR to share? So I can have a look and add my
>> > > comments.
>> > >
>> > > BTW - the solution would be to add the MatSelectModule into the
>> imports
>> > of
>> > > the TestingModule but it would be good to understand why the
>> component is
>> > > being pulled in first.
>> > >
>> > > On Mon, Oct 22, 2018 at 7:09 PM Ruphine Kengne <
>> ruphineken...@gmail.com>
>> > > wrote:
>> > >
>> > > > Hello everyone,
>> > > >
>> > > > I wrote unit test for the Group service into fims-web-app, it worked
>> > > > successful
>> > > > but I am having an error from the AvailableActionService in the
>> teller
>> > > > service when I run npm run test.
>> > > >
>> > > > Here is the link to the error:
>> > > > https://pastebin.com/9ftKYDg8
>> > > >
>> > > > Here is the link to the commit for the issue FINCN-100(Write Unit
>> test
>> > > for
>> > > > the Group service into fims):
>> > > >
>> > > >
>> > >
>> >
>> https://github.com/kengneruphine/fineract-cn-fims-web-app/commit/a2355be72c8bbd0cdfc86a6fdbdeb8d9be5c2f99
>> > > >
>> > > > Please can someone help me out?
>> > > >
>> > > > Thanks
>> > > > Ruphine Kengne
>> > > >
>> > >
>> >
>>
>


Re: Error when running Test on Fims

2018-11-06 Thread Ruphine Kengne
Hi Yannick,

I have not been able to fix the problem with the PR.

I have pulled Mark's latest commit, ran the test but it did not solve the
problem.
I will create an issue on Jira explaining the problem so as to get inputs
from other members of the community.

Regards,
Ruphine Kengne

On Sat, 3 Nov 2018 at 23:24, Awasum Yannick  wrote:

> Hi Ruphine,
>
> Have you been able to fix the problem with your PR?
>
> If there are still problems, maybe you should create another issue and
> clearly explain the error you are having so others can take a look at it.
> Also, you might want to pull in Mark's latest commit and see if that will
> solve the problem.
>
> On Thu, Oct 25, 2018 at 9:53 AM Ruphine Kengne 
> wrote:
>
> > Hello Mark,
> >
> > Thanks very much for your quick reply.
> >
> > Here is the link to the PR having the error:
> > https://github.com/apache/fineract-cn-fims-web-app/pull/12
> >
> > I have added the MatSelectModule into the imports of the TestingModule
> but
> > I still have the same error after running the test.
> >
> > Thanks
> > Ruphine Kengne
> >
> >
> > On Thu, 25 Oct 2018 at 09:27, Mark van Veen 
> > wrote:
> >
> > > It looks like the test in available-actions.service.spec.ts does pull
> in
> > a
> > > component which is using the MatSelect component. This is weird since
> > its a
> > > unit test for a service which should not have any references to a
> > component
> > > itself.
> > >
> > > Do you have a branch/fork/PR to share? So I can have a look and add my
> > > comments.
> > >
> > > BTW - the solution would be to add the MatSelectModule into the imports
> > of
> > > the TestingModule but it would be good to understand why the component
> is
> > > being pulled in first.
> > >
> > > On Mon, Oct 22, 2018 at 7:09 PM Ruphine Kengne <
> ruphineken...@gmail.com>
> > > wrote:
> > >
> > > > Hello everyone,
> > > >
> > > > I wrote unit test for the Group service into fims-web-app, it worked
> > > > successful
> > > > but I am having an error from the AvailableActionService in the
> teller
> > > > service when I run npm run test.
> > > >
> > > > Here is the link to the error:
> > > > https://pastebin.com/9ftKYDg8
> > > >
> > > > Here is the link to the commit for the issue FINCN-100(Write Unit
> test
> > > for
> > > > the Group service into fims):
> > > >
> > > >
> > >
> >
> https://github.com/kengneruphine/fineract-cn-fims-web-app/commit/a2355be72c8bbd0cdfc86a6fdbdeb8d9be5c2f99
> > > >
> > > > Please can someone help me out?
> > > >
> > > > Thanks
> > > > Ruphine Kengne
> > > >
> > >
> >
>


Re: Error when running Test on Fims

2018-10-25 Thread Ruphine Kengne
Hello Mark,

Thanks very much for your quick reply.

Here is the link to the PR having the error:
https://github.com/apache/fineract-cn-fims-web-app/pull/12

I have added the MatSelectModule into the imports of the TestingModule but
I still have the same error after running the test.

Thanks
Ruphine Kengne


On Thu, 25 Oct 2018 at 09:27, Mark van Veen  wrote:

> It looks like the test in available-actions.service.spec.ts does pull in a
> component which is using the MatSelect component. This is weird since its a
> unit test for a service which should not have any references to a component
> itself.
>
> Do you have a branch/fork/PR to share? So I can have a look and add my
> comments.
>
> BTW - the solution would be to add the MatSelectModule into the imports of
> the TestingModule but it would be good to understand why the component is
> being pulled in first.
>
> On Mon, Oct 22, 2018 at 7:09 PM Ruphine Kengne 
> wrote:
>
> > Hello everyone,
> >
> > I wrote unit test for the Group service into fims-web-app, it worked
> > successful
> > but I am having an error from the AvailableActionService in the teller
> > service when I run npm run test.
> >
> > Here is the link to the error:
> > https://pastebin.com/9ftKYDg8
> >
> > Here is the link to the commit for the issue FINCN-100(Write Unit test
> for
> > the Group service into fims):
> >
> >
> https://github.com/kengneruphine/fineract-cn-fims-web-app/commit/a2355be72c8bbd0cdfc86a6fdbdeb8d9be5c2f99
> >
> > Please can someone help me out?
> >
> > Thanks
> > Ruphine Kengne
> >
>


Error when running Test on Fims

2018-10-22 Thread Ruphine Kengne
Hello everyone,

I wrote unit test for the Group service into fims-web-app, it worked
successful
but I am having an error from the AvailableActionService in the teller
service when I run npm run test.

Here is the link to the error:
https://pastebin.com/9ftKYDg8

Here is the link to the commit for the issue FINCN-100(Write Unit test for
the Group service into fims):
https://github.com/kengneruphine/fineract-cn-fims-web-app/commit/a2355be72c8bbd0cdfc86a6fdbdeb8d9be5c2f99

Please can someone help me out?

Thanks
Ruphine Kengne


Re: Pull Request Review

2018-10-20 Thread Ruphine Kengne
Hello Cabrel,

I have replied to your comment and I have sent another commit.
Please can you pull it and review?

Thanks


On Sat, 20 Oct 2018 at 12:03, Cabrel Kemfang <
ghislaincabrel.kemf...@gmail.com> wrote:

> Hello Myrle,
>
> I have reviewed the pr and there is an error .I have left a comment .
>
> On Thu, Oct 18, 2018 at 7:43 PM Myrle Krantz  wrote:
>
>> Hey Cabrel,
>>
>> I've merged your latest PR.  You are absolutely on a role!
>>
>> Cabrel, can you please review Ruphine's PR?  If you say it's good,
>> then I'll merge it.
>>
>> Best Regards,
>> Myrle
>> On Wed, Oct 17, 2018 at 5:32 PM Ruphine Kengne 
>> wrote:
>> >
>> > Hello Myrle,
>> >
>> > I have sent the pull request
>> > https://github.com/apache/fineract-cn-fims-web-app/pull/12
>> > which solves the issue :
>> https://issues.apache.org/jira/browse/FINCN-101
>> >
>> > Please can you review it?
>> >
>> > Regards,
>> > Ruphine Kengne
>> >
>> > On Wed, 17 Oct 2018 at 11:14, Cabrel Kemfang <
>> ghislaincabrel.kemf...@gmail.com> wrote:
>> >>
>> >> Hello Myrle,
>> >> I have sent another pr
>> >> https://github.com/apache/fineract-cn-fims-web-app/pull/11  which
>> solves
>> >> the issue https://issues.apache.org/jira/browse/FINCN-87.
>> >> Please can you review it?.
>> >>
>> >> On Tue, Oct 16, 2018 at 8:28 PM Myrle Krantz  wrote:
>> >>
>> >> > Awesome Cabrel!
>> >> >
>> >> > : o),
>> >> > Myrle
>> >> > On Tue, Oct 16, 2018 at 1:01 PM Cabrel Kemfang
>> >> >  wrote:
>> >> > >
>> >> > > Hello Myrle,
>> >> > > I have send a pull request (
>> >> > https://github.com/apache/fineract-cn-fims-web-app/pull/10) which
>> solves
>> >> > the issue: https://issues.apache.org/jira/browse/FINCN-99
>> >> > > Please can you review my pull request.
>> >> > >
>> >> > > Thanks
>> >> > >
>> >> > > On Thu, Oct 11, 2018 at 7:36 PM Myrle Krantz 
>> wrote:
>> >> > >>
>> >> > >> I've added you to the contributors role in Jira and assigned you
>> the
>> >> > >> two tickets I know you've worked on and closed them.
>> >> > >>
>> >> > >> Keep up the good work!
>> >> > >> Myrle
>> >> > >> On Thu, Oct 11, 2018 at 8:14 PM Cabrel Kemfang
>> >> > >>  wrote:
>> >> > >> >
>> >> > >> > Hello Myrle,
>> >> > >> > I have create a Jira account  the user name is :cabrelkemfang
>> >> > >> >
>> >> > >> > On Thu, Oct 11, 2018 at 12:37 PM Myrle Krantz > >
>> >> > wrote:
>> >> > >> >
>> >> > >> > > Hey Cabrel,
>> >> > >> > >
>> >> > >> > > Can you please create a Jira account and tell me what your
>> user name
>> >> > >> > > is?  Then I can assign bugs to you that I close.  I'd like to
>> make
>> >> > >> > > sure that you get credit.
>> >> > >> > >
>> >> > >> > > Here's the signup:
>> >> > >> > > https://issues.apache.org/jira/secure/Signup!default.jspa
>> >> > >> > >
>> >> > >> > > Best Regards,
>> >> > >> > > Myrle
>> >> > >> > > On Thu, Oct 11, 2018 at 1:33 PM Myrle Krantz <
>> my...@apache.org>
>> >> > wrote:
>> >> > >> > > >
>> >> > >> > > > merged!
>> >> > >> > > > On Thu, Oct 11, 2018 at 10:43 AM Cabrel Kemfang
>> >> > >> > > >  wrote:
>> >> > >> > > > >
>> >> > >> > > > > Hello Myrle,
>> >> > >> > > > > I have send a pull request (
>> >> > >> > > https://github.com/apache/fineract-cn-fims-web-app/pull/9)
>> which
>> >> > solves
>> >> > >> > > the issue: https://issues.apache.org/jira/browse/FINCN-88
>> >> > >> > > > > Please can you review my pull request.
>> >> > >> > > > >
>> >> > >> > > > > Thanks
>> >> > >> > >
>> >> >
>>
>


Re: Pull Request Review

2018-10-17 Thread Ruphine Kengne
Hello Myrle,

I have sent the pull request
https://github.com/apache/fineract-cn-fims-web-app/pull/12
which solves the issue : https://issues.apache.org/jira/browse/FINCN-101

Please can you review it?

Regards,
Ruphine Kengne

On Wed, 17 Oct 2018 at 11:14, Cabrel Kemfang <
ghislaincabrel.kemf...@gmail.com> wrote:

> Hello Myrle,
> I have sent another pr
> https://github.com/apache/fineract-cn-fims-web-app/pull/11  which solves
> the issue https://issues.apache.org/jira/browse/FINCN-87.
> Please can you review it?.
>
> On Tue, Oct 16, 2018 at 8:28 PM Myrle Krantz  wrote:
>
> > Awesome Cabrel!
> >
> > : o),
> > Myrle
> > On Tue, Oct 16, 2018 at 1:01 PM Cabrel Kemfang
> >  wrote:
> > >
> > > Hello Myrle,
> > > I have send a pull request (
> > https://github.com/apache/fineract-cn-fims-web-app/pull/10) which solves
> > the issue: https://issues.apache.org/jira/browse/FINCN-99
> > > Please can you review my pull request.
> > >
> > > Thanks
> > >
> > > On Thu, Oct 11, 2018 at 7:36 PM Myrle Krantz  wrote:
> > >>
> > >> I've added you to the contributors role in Jira and assigned you the
> > >> two tickets I know you've worked on and closed them.
> > >>
> > >> Keep up the good work!
> > >> Myrle
> > >> On Thu, Oct 11, 2018 at 8:14 PM Cabrel Kemfang
> > >>  wrote:
> > >> >
> > >> > Hello Myrle,
> > >> > I have create a Jira account  the user name is :cabrelkemfang
> > >> >
> > >> > On Thu, Oct 11, 2018 at 12:37 PM Myrle Krantz 
> > wrote:
> > >> >
> > >> > > Hey Cabrel,
> > >> > >
> > >> > > Can you please create a Jira account and tell me what your user
> name
> > >> > > is?  Then I can assign bugs to you that I close.  I'd like to make
> > >> > > sure that you get credit.
> > >> > >
> > >> > > Here's the signup:
> > >> > > https://issues.apache.org/jira/secure/Signup!default.jspa
> > >> > >
> > >> > > Best Regards,
> > >> > > Myrle
> > >> > > On Thu, Oct 11, 2018 at 1:33 PM Myrle Krantz 
> > wrote:
> > >> > > >
> > >> > > > merged!
> > >> > > > On Thu, Oct 11, 2018 at 10:43 AM Cabrel Kemfang
> > >> > > >  wrote:
> > >> > > > >
> > >> > > > > Hello Myrle,
> > >> > > > > I have send a pull request (
> > >> > > https://github.com/apache/fineract-cn-fims-web-app/pull/9) which
> > solves
> > >> > > the issue: https://issues.apache.org/jira/browse/FINCN-88
> > >> > > > > Please can you review my pull request.
> > >> > > > >
> > >> > > > > Thanks
> > >> > >
> >
>


Re: Fineract CN - UI build issues

2018-10-05 Thread Ruphine Kengne
Hello Karthik,

I have done those changes to the package.json file but it did not solve the
build error in my case.

Since yours worked, Please can you sent a PR for it to be merge so that I
can pull ??

Thanks
Ruphine Kengne

On Fri, 5 Oct 2018 at 14:17, Karthik Ananthakrishnan
 wrote:

> Hello all,
>
> We made this below change in package.json and build worked.
>
> Before
> "runProd": "ng serve --proxy-config proxy.conf.json --prod",
>  "build": "ng build --prod",
>
> After
> "runProd": "ng serve --proxy-config proxy.conf.json *--environment=prod*",
> "build": "ng build *--environment=prod*",
>
> For people who are facing UI build error, please check.
>
> Thanks,
> Karthik
>
> On Fri, Sep 28, 2018 at 9:18 PM Karthik Ananthakrishnan <
> karthi...@beyondsquare.com> wrote:
>
> >
> >
> https://user-images.githubusercontent.com/33152020/46206285-1f497b00-c341-11e8-9fe9-4fdc43ecb88e.png
> >
> > Image is attached in the git branch. Link is given above.
> >
> > Regards,
> > Karthik
> >
> > On Fri, Sep 28, 2018 at 5:46 PM Awasum Yannick <
> > awasum.yann...@skylabase.com> wrote:
> >
> >> Hey Karthik,
> >>
> >> This list seems not to take attachments or pictures. Can you link the
> >> error
> >> to an external service and use url here?
> >> Or just paste the error in the email body.
> >>
> >>
> >> Thanks.
> >>
> >> On Fri, Sep 28, 2018 at 1:01 PM Karthik Ananthakrishnan
> >>  wrote:
> >>
> >> > Hello All,
> >> >
> >> > I tried running the "build" command from the latest fims-web-app
> branch
> >> > and i am getting the following error. Is anyone facing this and have
> >> > resolved the issue?
> >> >
> >> > [image: UI_Build_Error.png]
> >> >
> >>
> >
>


Re: Fineract CN GSoC 2018 Interns: Send your PRs

2018-08-02 Thread Ruphine Kengne
Hello,

I have send some PRs as requested.

One to fineract-cn-fims-web-app available here ,
https://github.com/apache/fineract-cn-fims-web-app/pulls

and the other to fineract-cn-group available here ,
https://github.com/apache/fineract-cn-group/pulls


Regard
Ruphine kengne

On 28 July 2018 at 09:08, Awasum Yannick  wrote:

> Hello Interns,
>
> Given we are near the end of GSoC 2018, I am recommending for everyone to
> start sending in the PRs for the work we have done so far.
>
> I will be available to start reviewing today or tomorrow (Sunday).
> @Pembe Miriam  , I already started with yours
> and
> left some comments here:
> https://github.com/apache/fineract-cn-group-finance/pull/2
>
> I also encourage you all to write unit tests for the work done so far as we
> might not be able to merge your PRs without proper tests.
>
> Also write user and developer documentations for your work and add more
> clarity on user stories and requirements which have evolved over the course
> of the GSoC period so others can get context. Use confluence.
>
> I am available to answer questions if you are having problems mostly in my
> night period. I'm at GMT + 1 time zone. Lets try to get everyone unblocked
> and complete the GSoC project within the next few weeks.
>
>
> Thanks.
> Awasum
>


Re: Help with Design, Approach and specifications for group lending/savings on Fineract CN.

2018-07-07 Thread Ruphine Kengne
Hello everyone,

I am a GSoC 2018 intern working on the Group Service for Apache Fineract CN.

I have learn a lot from the community over the past few months and I am
very grateful to the
community, the developer and architects of this great platform. I am also
thankful to my mentor,
Awasum Yannick and Isaac Kamga for all the patience and help offered this
far.

My project was divided into 2 phases:

1. Was to consume the existing Group APIs available in Fineract CN and
incorporate them into fim-web-app
2. To add group management features and extend the back-end to take more
group lending and saving use cases

So far,
   - I am almost done with consuming the endpoints within fims, thanks to
Mark Van Veen for all the help
   - I am getting ready to start working on the back-end and i will like
help on the following:

a.) It will be great and will ease my work if someone could help me with
the design, architectural and
user specs for the current implementation of groups so that i can complete
the back-end as originally intended.

I am hoping there was a design document or an approach used when this
service was initially developed.
Markus, Myrle, please help me here and i will really appreciate it to get
some clarification and additional help with
 the specifications and how i might proceed.

b.) I will need help understanding how i might link group service to work
with deposit and portfolio services
to provide group savings and lending. And also how this might affect
accounting service.

c.) I will like help if other business users identify and elicit
requirements on Confluence wiki about group
lending and savings use cases. If they are written down, it will be great.
If you answer on site here,

I can gather the requirements together and put on Confluence. Ashok and Ed
are already helping
with getting Pembe and I to understand the group requirements and please we
need more input from more
experienced developers.

Thanks very much,

Ruphine Kengne

P.S : I am re-posting because the first time the email appear too clumsy
and unreadable.


On 7 July 2018 at 12:12, Ruphine Kengne  wrote:

> Hello everyone,
>
>
>
>
>
> *I am a GSoC 2018 intern working on the Group Service for Apache Fineract
> CN, I have learn alot from the community over the past few months and I am
> very grateful to the community, the developer and architects of this great
> platform. I am also thankful to my mentor, Awasum and Isaac Kamga for all
> the patience and help offered this far.My project was divided into 2
> phases:1. Was to consume the existing Group APIs available in Fineract CN
> and incorporate them(UI) into fims web app2. To add group management
> features and extend the backend to take more group lending and savings use
> cases. So far I am almost done with consuming the existing endpoints within
> fims, Thanks to Mark Van Veen for all the help. I am getting ready to start
> working on the backend and I will like help on the following:a.) It will be
> great and will ease my work if someone could help me with the design,
> architectural and user specs for the current implementation of groups so
> that I can complete the backend as originally intended.I am hoping there
> was a design document or an approach used when this service was initially
> developed. Markus, Myrle, please help me here and I will really appreciate
> it to get some clarification and additional help with the specifications
> and how I might proceed.b.) I will need help understanding how I might link
> groups service to work with deposit and portfolio services to provide group
> savings and lending. And also how this might affect accounting service.c.)
> I will like help if other business users identify and elicit requirements
> on Confluence wiki about group lending and savings use cases. If they are
> written down, it will be great, if you answer on site here..I can gather
> the requirements together and put in Confluence. Ashok and Ed are already
> helping with getting Pembe and I to understand the group requirements and
> we need more input.Thanks very much.Ruphine Kengne*
>


Help with Design, Approach and specifications for group lending/savings on Fineract CN.

2018-07-07 Thread Ruphine Kengne
Hello everyone,





*I am a GSoC 2018 intern working on the Group Service for Apache Fineract
CN, I have learn alot from the community over the past few months and I am
very grateful to the community, the developer and architects of this great
platform. I am also thankful to my mentor, Awasum and Isaac Kamga for all
the patience and help offered this far.My project was divided into 2
phases:1. Was to consume the existing Group APIs available in Fineract CN
and incorporate them(UI) into fims web app2. To add group management
features and extend the backend to take more group lending and savings use
cases. So far I am almost done with consuming the existing endpoints within
fims, Thanks to Mark Van Veen for all the help. I am getting ready to start
working on the backend and I will like help on the following:a.) It will be
great and will ease my work if someone could help me with the design,
architectural and user specs for the current implementation of groups so
that I can complete the backend as originally intended.I am hoping there
was a design document or an approach used when this service was initially
developed. Markus, Myrle, please help me here and I will really appreciate
it to get some clarification and additional help with the specifications
and how I might proceed.b.) I will need help understanding how I might link
groups service to work with deposit and portfolio services to provide group
savings and lending. And also how this might affect accounting service.c.)
I will like help if other business users identify and elicit requirements
on Confluence wiki about group lending and savings use cases. If they are
written down, it will be great, if you answer on site here..I can gather
the requirements together and put in Confluence. Ashok and Ed are already
helping with getting Pembe and I to understand the group requirements and
we need more input.Thanks very much.Ruphine Kengne*


Re: Apache Fineract CN API Documentation

2018-07-06 Thread Ruphine Kengne
Hello Isaac,

Congratulations and thank you for your work done.
I am already getting some help from that API docs to consume some of the
endpoints for the Group Microservice to actually know what data to send in
for a particular endpoint.

It is actually helpful. Thanks

Regards,

Ruphine Kengne

On 5 July 2018 at 16:26, Isaac Kamga  wrote:

> Hello there,
>
> Trust that this email finds you in good health.
>
> I just hosted the Apache Fineract CN API documentation
> <http://smartfinance.tech/fineract-cn-api-docs/> which I've been working
> on
> so Fineracters can view and give some feedback. This will be quite helpful
> for GSoC students and developers working with Fineract CN as well as
> business persons who want a feel of the API Documentation. Note that this
> is just a temporary site for these docs, they'll eventually be hosted on
> Apache infrastructure.
>
> @Myrle Kindly take some time to review the aforementioned Pull Request so
> we make progress on that front.
>
> I hope this helps.
>
> At Your Service,
> Isaac Kamga.
>
> On Thu, Jun 28, 2018 at 11:21 AM Isaac Kamga 
> wrote:
>
> > Hi James,
> >
> > Thanks for your email.
> >
> > Yes, I think the API documentation can be an important part of the Apache
> > Fineract CN project.
> >
> > The document
> > <https://cwiki.apache.org/confluence/display/FINERACT/
> Apache+Fineract+CN+API+Documentation>
> > I wrote which you quoted above helps anyone generate the snippets and
> view
> > the api docs...developers would be okay with it.
> > When I'm done with another iteration of the project, I'll update the
> > community on how the documentation actually looks.
> >
> > At Your Service,
> > Isaac Kamga.
> >
> > On Fri, May 25, 2018 at 10:42 PM James Dailey 
> > wrote:
> >
> >> Isaac - This is a thread I am trying to follow.  Thank you for all the
> >> work
> >> you're putting in, and to Myrle for being a mentor on this work.  Seems
> >> like it is leading to something really important for the project.
> >>
> >> I wonder if this <
> >>
> >> https://cwiki.apache.org/confluence/display/FINERACT/
> Apache+Fineract+CN+API+Documentation
> >> >
> >> should or could be expanded to explain and document the API or if we
> >> should
> >> have a separate API Documentation File.
> >>
> >> At a requirements level, I'm trying to figure out how Mojaloop APIs and
> >> Fineract-CN APIs would interact, perhaps as a model for how Fineract-CN
> >> and
> >> other outside API driven systems will function together.  On the
> Mojaloop
> >> project they have a 190 page documentation of the standard API starting
> >> with some statements that I think may also be relevant to how the
> >> Fineract-CN services architecture is set up.
> >>
> >> https://github.com/mojaloop/mojaloop-specification/blob/
> master/API%20Definition%20v1.0.pdf
> >>
> >>
> >> Specifically, I'm referring to section 3.1.1. .  Of those
> characteristics
> >> mentioned, which apply to Fineract-CN? :
> >>
> >>- Fully Asychronous (esp for long running processes) :  my guess,
> seems
> >>likely yes on Fineract-CN - yes?
> >>- Decentralized (no central authority):  My current understanding is
> >>that Fineract-CN has dependencies but not centralization?
> >>- Service Oriented :  that seems like a given in Fineract-CN as it is
> >>also a micro-services arch.
> >>- Not fully stateless (some info required to be kept client and
> server
> >>side to complete fin tranx):  Hmm...
> >>- Client (side) decided common ID (complexity reduced by relying on
> >>client to initiate tranx calls):  Maybe not yet in our thinking ?
> >> contrary?
> >>
> >> Similarly, there is a reference to how generic URI's are formed with a
> >> given example:
> >> scheme:[//[user:password@]host[:port]][/]path[?query][#fragment]
> >>
> >> and other things like max header size and so forth.
> >>
> >> As I lack the skills to actually work on this code, I'm hoping I can
> >> contribute at the level of conceptual understanding and requirements,
> and
> >> perhaps add to the Documentation if I can understand what is actually
> >> going
> >> on here.  If this is already documented, please send me there.
> >>
> >> ( Myrle - hope this is helpful, if not, let me know please.  )
> >>
> >> Thanks,
> >

Re: Introducing Shruthi Rajaram, Mifos Community Engineer

2018-07-04 Thread Ruphine Kengne
Welcome shruthi to the community

On 4 July 2018 at 21:58, Ankit Sharma  wrote:

> Hi Shruti,
> Welcome to the community.
>
> On Wed, Jul 4, 2018 at 3:47 PM, Ed Cable  wrote:
>
> > Hello Mifos and Fineract communities,
> >
> > I wanted to formally introduce Shruthi Rajaram of Conflux Technologies
> who
> > is just starting out her role as Mifos Community Engineer as of
> yesterday.
> > You'll hopefully be seeing a lot of her on the lists as she's stepping
> into
> > the role that Nazeer once filled in presiding over the community. I'll
> let
> > her introduce herself and her background.
> >
> > The Mifos Initiative as fortunate enough to secure funding from DIAL
> > through one of their catalytic grants to get the Dirty Jobs work done.
> Her
> > role is made possible by this grant.
> >
> > As you've seen over the past several months, there have been delays in
> > shipping releases, merging pull requests, fixing bugs, building new APIs.
> > Having a dedicate person in this role will certainly help with these
> delays
> > but I don't want it to reduce the pressure or remove the need for our
> > committers and community at large to be helping with these vital duties
> > because our aim is to help make the Fineract and Mifos communities
> > self-functioning without intervention of funded dedicated developers.
> >
> > For the near immediate future, she'll be working on the APIs that our
> GSOC
> > students need and getting the outstanding pull requests merged for
> Fineract
> > 1.2.
> >
> > Her scope of focus across Fineract and Mifos will include:
> >
> >
> >
> > * - Review and merge pull requests from interns, partners, and volunteers
> > in our community to the Apache Fineract platform- Review and merge pull
> > requests from interns, partners, and volunteers in our community to the
> > Mifos X web and mobile apps- Guide the QA process and release management
> > process as part of the Apache Way to publicly release Apache Fineract-
> > Prepare and package corresponding Mifos X web and mobile app releases
> that
> > consume the stable Apache Fineract platform. - Triage incoming bug
> reports
> > and feature requests. - Fix critical and show-stopping bugs and security
> > vulnerabilities that arise and release them promptly as hot fixes.  - Fix
> > outstanding P1 bugs and feature requests from our backlog that requires
> > deep platform-level knowledge that volunteers can’t take on. - Develop
> new
> > APIs, integrations, and minor features which are dependencies for other
> > projects which will be developed upon by interns and volunteers.-
> > Architectural Design and Technical Onboarding - as new external
> > contributors come to the project, we need an expert on our platform to
> give
> > them an initial technical onboarding and help them properly design new
> > features they’d like to build - Dev Ops to maintain continuous
> integration
> > servers and build pipelines to push merged code to our staging server and
> > push stable releases to our demo servers. *Join in welcoming Shruthi to
> > our communities!
> >
> > Cheers,
> >
> > *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
> >   
> >
> >
>
>
> --
> Thanks and Regards
>
> *Ankit Sharma*
> *Upscale Consultancy Services Pvt Ltd*
> *Contact - 654097,02026880401*
>
> *CONFIDENTIALITY/PROPRIETARY NOTE *
>
> This mail is governed by Upscale Consultancy Services Private Limited's IT
> policy.
>
> The information contained in this e-mail and any accompanying documents may
> contain information that is confidential or otherwise protected from
> disclosure. If you are not the intended recipient of this message, or if
> this message has been addressed to you in error, please immediately alert
> the sender by reply e-mail and then delete this message, including any
> attachments. Any dissemination, distribution or other use of the contents
> of this message by anyone other than the intended recipient is strictly
> prohibited. All messages sent to and from this e-mail address may be
> monitored as permitted by applicable law and regulations to ensure
> compliance with our internal policies and to protect our business. E-mails
> are not secure and cannot be guaranteed to be error free as they can be
> intercepted, amended, lost or destroyed, or contain viruses. You are deemed
> to have accepted these risks if you communicate with us by e-mail.
>


Re: Error displaying UI in Fineract-CN-fims-web-app

2018-06-06 Thread Ruphine Kengne
Hi Mark,

Thanks very much for your reply. It was very helpful. I have fixed that
issue you highlighted.

On my dev tools, I have this new error: https://pastebin.com/GL44fR7R
<https://pastebin.com/GL44fR7R>

I am very grateful for your help.

Thanks.

On 6 June 2018 at 09:29, Mark van Veen  wrote:

> Hi Ruphine,
>
> if you open up the dev tools you should see some errors like: ERROR
> TypeError: this.form.get is not a function.
>
> It looks like you are passing in a form instance into the text-input
> component which does not exists.
>
> On Mon, Jun 4, 2018 at 9:25 PM Ruphine Kengne 
> wrote:
>
> > Hello everyone,
> >
> >
> > I have an error with my UI displays in fineract-cn-fims-web-app. The
> input
> > field display without the placeholder while I included the placeholder in
> > the source code and the dropdown for the select option does not even
> > display at all.
> >
> > In some cases, some input fields don’t even display at all.
> >
> > Here is the link to the different commits with the errors:
> >
> >
> > https://github.com/kengneruphine/group-fineract-cn-fims-web-app/commit/
> 27469cd29ae36e2c4f8f73447a5ccf5fed280e1e
> >
> >
> >
> > https://github.com/kengneruphine/group-fineract-cn-fims-web-app/commit/
> cdc05262b1b486a1a1374c848ef1468cc77c
> >
> >
> > Please can someone help me out ?
> >
> >
> > Thanks.
> >
> > Ruphine Kengne.
> >
>


Error displaying UI in Fineract-CN-fims-web-app

2018-06-04 Thread Ruphine Kengne
Hello everyone,


I have an error with my UI displays in fineract-cn-fims-web-app. The input
field display without the placeholder while I included the placeholder in
the source code and the dropdown for the select option does not even
display at all.

In some cases, some input fields don’t even display at all.

Here is the link to the different commits with the errors:

https://github.com/kengneruphine/group-fineract-cn-fims-web-app/commit/27469cd29ae36e2c4f8f73447a5ccf5fed280e1e


https://github.com/kengneruphine/group-fineract-cn-fims-web-app/commit/cdc05262b1b486a1a1374c848ef1468cc77c


Please can someone help me out ?


Thanks.

Ruphine Kengne.


Re: New ASF Member: Myrle Krantz

2018-05-02 Thread Ruphine Kengne
Congrats Myrle !!!
More grease to your elbow


On 2 May 2018 at 21:31, Victor Manuel Romero Rodriguez <
victor.rom...@fintecheando.mx> wrote:

> Myrle,
>
> Congratulations!
>
> Best Regards!
>
> Victor
>
>
> El 02/05/18 a las 15:20, Sharan Foga escribió:
>
> Hi All
>>
>> In today’s announcement of all our new ASF members – one name that I’m
>> sure you will recognise from Fineract is in there too --- Myrle Krantz!
>>
>> https://s.apache.org/D6iz
>>
>> Becoming a ASF member is by invitation only so it’s great to see that
>> Myrle has been recognised for her contribution to the Foundation as a whole!
>>
>> Please join me in congratulating Myrle on becoming an ASF member!
>>
>> Thanks
>> Sharan
>>
>
>


Appreciation

2018-04-26 Thread Ruphine Kengne
Hello everyone,

I am happy to be a GSoC 2018 intern for the Apache Software Foundation
working on the Apache Fineract CN Group Loan Management project. My sincere
gratitude goes to the community for their help during the application
period especially to my mentors for their vote of confidence in selecting
me. So far, I am going through the Fineract CN codebase and getting my
hands dirty with spring core and spring boot.

Regards,
Ruphine Kengne.


Re: Introduction

2018-04-26 Thread Ruphine Kengne
Hi Leo,

You are welcome, Nice to have a new contributor to FINCN.

Regards!

On 26 April 2018 at 14:09, Sendoro Juma  wrote:

> Hello Leo,
>
> Welcome to the community.
>
> Cheers
> Sendoro
>
> - Original Message -
> From: "Myrle Krantz" 
> To: "dev" 
> Sent: Thursday, April 26, 2018 3:47:43 PM
> Subject: Re: Introduction
>
> Hey Leo,
>
> I've added you to the Jira contributors group for the project FINCN.
> Please check if that makes it possible for you to assign issues to
> yourself, and if it doesn't, let me know.
>
> Full disclosure for the Fineract community: Leo is a founding employee
> of Zingr, which is the company I'm working for as well.
>
> Best Regards,
> Myrle
>
>
> On Thu, Apr 26, 2018 at 3:41 PM, Leopold Joy  wrote:
> > Hello everyone,
> >
> > My name is Leopold Joy and I am hoping to contribute to Fineract. I would
> > like to assign one of the Jira issues to myself, but it seems I do not
> have
> > the necessary permissions to do so. How can I get the permissions to
> assign
> > an issue to myself? My Jira username is: leopoldjoy.
> >
> > Excited to be a part of the Fineract community!
> >
> > Best,
> > Leopold Joy
>


Re: Getting started

2018-04-25 Thread Ruphine Kengne
Seetha you are highly welcome to this our beautiful community!!!


Regards,
Ruphine Kengne

On 25 April 2018 at 11:37, Myrle Krantz <my...@apache.org> wrote:

> Welcome Seetha!
>
> Best Regards,
> Myrle
>
> On Tue, Apr 24, 2018 at 11:34 AM, Ebenezer Graham
> <egraha...@alustudent.com> wrote:
> > Hi Seetha,
> >
> > Welcome to our community. We are happy to see you here.
> >
> > I would urge you to take a look at these links.
> >
> > This is to get you started as a contributor with Fineract CN: Link
> > <https://cwiki.apache.org/confluence/display/FINERACT/
> Contributor%27s+Zone>
> >
> >1. Getting Started Doc
> ><https://cwiki.apache.org/confluence/display/FINERACT/
> Getting+Started+Docs?src=contextnavpagetreemode>
> >2. Take Your First Steps
> ><https://cwiki.apache.org/confluence/display/FINERACT/
> Take+Your+First+Steps>
> >3. Key Design Principles
> ><https://cwiki.apache.org/confluence/display/FINERACT/
> Key+Design+Principles>
> >4. Coding Conventions
> ><https://cwiki.apache.org/confluence/display/FINERACT/
> Coding+Conventions>
> >
> > These are the repositories: Apache Fineract
> > <https://github.com/search?q=org%3Aapache+fineract>
> >
> > This is a link to how to import the microservices into Intellij - Link
> > <https://cwiki.apache.org/confluence/display/FINERACT/
> Importing+Fineract+CN+Microservices+Into+IntelliJ>
> >
> > *Best Regards,*
> >
> > *Ebenezer Graham*
> >
> > *BSc (Hons) Computing*
> >
> >
> > [image: EmailSignature.png]
> >
> > Beau Plan Business Park | West Building
> >
> > Pamplemousses |  Mauritius
> >
> >
> > <http://www.pactmart.com/>
> > <http://www.pactmart.com/>
> > www.pactmart.com | Freelancing made easy.
> >
> > skype:
> > ebenezer.graham
> > | Phone:
> > +230 5840 9206
> > GitHub <https://github.com/ebenezergraham> | LinkedIn
> > <https://www.linkedin.com/in/ebenezer-graham/> | Twitter
> > <https://twitter.com/pactmart> | Facebook
> > <https://www.facebook.com/pactmart> | Personal Website / CV
> > <http://ebenezergraham.github.io/>
> >
> >
> > *“Practice isn’t the thing you do once you’re good. It’s the thing you do
> > that makes you good.”*
> > -*Malcolm Gladwell*
> >
> >
> >
> > On 24 April 2018 at 03:09, Seetha Hegde <seetha.he...@gmail.com> wrote:
> >
> >> Hi all,
> >>
> >> I am new here and i have experience with developing Rest web services
> >> using Spring boot and Jersey. I will go through documentation. But i
> >> read that newcomers have mentors. I just need guidance on how to get
> >> started.
> >>
> >> I am a mom with a full time job so its hard to get time. But i want
> >> make an effort. Any tip would be appreciated.
> >>
> >> thanks
> >> Seetha
> >>
>


Re: [ANNOUNCE] New Apache Fineract PMC Member Awasum Yannick

2018-04-19 Thread Ruphine Kengne
Congratulation Yannick

On 19 April 2018 at 20:13, Courage Angeh  wrote:

> Congratulations Yannick!
>
> On Thu, Apr 19, 2018 at 7:52 PM, Myrle Krantz  wrote:
>
> > Hello Fineract Folks,
> >
> > Please join me in welcoming Awasum Yannick as the newest member of our
> > Project Management Committee.
> >
> > Awasum began contributing to the Fineract community last year in July,
> > and has since become a valued member of our community.  He's
> > contributed to both Fineract 1x, and Fineract CN on several topics.
> >
> > He's been consistently encouraging and helpful to other community
> > members, demonstrating both leadership and technical skills.  We are
> > lucky to have him.
> >
> > Best Regards,
> > Myrle Krantz
> > V.P., Apache Fineract
> >
>


Re: [ANNOUNCE] New Apache Fineract Committer Courage Angeh

2018-04-16 Thread Ruphine Kengne
Congratulation Courage

On 16 April 2018 at 12:04, Sanyam Goel  wrote:

> Congratulations Courage!!
>
> Regards,
> Sanyam Goel
>
> On Mon, Apr 16, 2018 at 4:07 PM, Santosh Math <
> sant...@confluxtechnologies.com> wrote:
>
> > Congratulations Courage.
> >
> > On Mon, Apr 16, 2018 at 4:06 PM, Myrle Krantz  wrote:
> >
> > > Hello Faithful Fineracters!
> > >
> > > I'm proud to announce that Apache Fineract has a new committer.
> > >
> > > Courage Angeh is studying at the University of Buea in Cameroon.  She
> > > was a Mifos GSoC intern last year.  She's done work on Fineract 1x in
> > > the area of notifications.
> > >
> > > Congratulations Courage! Thank you for your contributions, and thank
> > > you for accepting our invitation!  We look forward to continuing to
> > > work together with you.
> > >
> > > Best Regards,
> > > Myrle Krantz
> > > PMC Member, Apache Fineract
> > >
> > > P.S. Courage, would you mind if I announce your committership on
> twitter
> > > as well? Is courage_angeh your twitter handle?
> > >
> >
> >
> >
> > --
> > Thanks & Regards
> >
> > Santosh Math
> >
> > *QA Engineer*
> >
> > *Conflux Technologies Pvt Ltd *
> > | *Office*: +91-080-41208662 |
> >
> > *Address*: #304, 2nd Floor, 7th Main Road, HRBR Layout 1st Block,
> > Bengaluru, Karnataka, 560043 INDIA
> >
>
>
>
> --
> SANYAM GOEL
> LinkedIn: https://goo.gl/6SJMg3
> Github: https://goo.gl/u51wRZ
> Hackerrank: https://goo.gl/4kzLf7
> +91-9818060934
>


Re: Proposed Mock-ups For Group Loan Management Service

2018-04-13 Thread Ruphine Kengne
Thanks Isaac.

Ruphine Kengne

On 13 April 2018 at 22:17, Isaac Kamga <isaac.ka...@mifos.org> wrote:

> Hi Kengne,
>
> The mock-ups look good so far.
>
> Keep going and more grease to your elbows.
>
> On Fri, Apr 13, 2018 at 5:57 PM Ruphine Kengne <ruphineken...@gmail.com>
> wrote:
>
> > Hello Everyone,
> >
> > I have added some mock-ups for the Group Loan Management Service under
> the
> > fims-web-app.
> >
> > Please can someone look at it and give me feedback.
> >
> > https://cwiki.apache.org/confluence/display/FINERACT/
> Group-Based+Financial+Inclusion+Methodologies
> > .
> >
> >
> >
> > Regards,
> > Ruphine Kengne.
> >
>


Proposed Mock-ups For Group Loan Management Service

2018-04-13 Thread Ruphine Kengne
Hello Everyone,

I have added some mock-ups for the Group Loan Management Service under the
fims-web-app.

Please can someone look at it and give me feedback.
https://cwiki.apache.org/confluence/display/FINERACT/Group-Based+Financial+Inclusion+Methodologies
.



Regards,
Ruphine Kengne.


Re: Request For Access Rights To Confluence

2018-04-13 Thread Ruphine Kengne
Thanks Ed


Ruphine Kengne

On 13 April 2018 at 17:20, Ed Cable <edca...@mifos.org> wrote:

> Edit privileges granted.
>
> Ed
>
> On Fri, Apr 13, 2018 at 9:06 AM, Ruphine Kengne <ruphineken...@gmail.com>
> wrote:
>
> > Hi Ed, Myrle,
> >
> > Please can you give me access rights to add some mock-ups for the Group
> > Loan Management service under the fims-web-app so that people can see and
> > comment.
> >
> > It is possible to grant me edit privileges to the following page too ?
> > https://cwiki.apache.org/confluence/display/FINERACT/
> > Group-Based+Financial+Inclusion+Methodologies
> >
> > My confluence ID is ruphinekengne
> >
> > Regards,
> > Ruphine Kengne.
> >
>
>
>
> --
> *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
> <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
>


Request For Access Rights To Confluence

2018-04-13 Thread Ruphine Kengne
Hi Ed, Myrle,

Please can you give me access rights to add some mock-ups for the Group
Loan Management service under the fims-web-app so that people can see and
comment.

It is possible to grant me edit privileges to the following page too ?
https://cwiki.apache.org/confluence/display/FINERACT/Group-Based+Financial+Inclusion+Methodologies

My confluence ID is ruphinekengne

Regards,
Ruphine Kengne.


Re: Integrating Group Service into the Demo-server

2018-04-09 Thread Ruphine Kengne
Hey everyone,

I have closed the old PR  and created a new one where the.project file is
not checked-in.

Here is the link to the new PR:
https://github.com/apache/fineract-cn-demo-server/pull/10

Regards,
Ruphine Kengne

On 8 April 2018 at 16:47, Isaac Kamga <isaac.ka...@mifos.org> wrote:

> Hello Kengne,
>
> Your pull request looks good from a glance.
>
> However, you need to update it by dropping the .project file which I don't
> think demo-server needs.
>
> At Your Service,
> Isaac Kamga.
>
> On Sat, Apr 7, 2018 at 2:57 PM, Ruphine Kengne <ruphineken...@gmail.com>
> wrote:
>
> > Hello everyone,
> >
> >
> > I have successfully added the Group microservice into the demo-server
> under
> > Fineract CN and I have sent a pull request. Here is the link:
> >
> > https://github.com/apache/fineract-cn-demo-server/pull/9
> >
> >
> > Regards,
> >
> > Ruphine Kengne
> >
>


Integrating Group Service into the Demo-server

2018-04-07 Thread Ruphine Kengne
Hello everyone,


I have successfully added the Group microservice into the demo-server under
Fineract CN and I have sent a pull request. Here is the link:

https://github.com/apache/fineract-cn-demo-server/pull/9


Regards,

Ruphine Kengne


Re: [DISCUSS] Fineract CN issue tracking

2018-04-05 Thread Ruphine Kengne
Hi Myrle,

Thanks for this list of components and their descriptions which provides a
brief overview of what each component does.

Very Helpful.

Regards,
Ruphine Kengne.


On 5 April 2018 at 10:54, Cabrel Kemfang <ghislaincabrel.kemf...@gmail.com>
wrote:

> Good Morning  Myrle,
>
> Thanks for creating these components.
>
> They'll be helpful with pointing contributors to the repositories
> straddling the issues they want to fix.
>
> Humbly,
> Cabrel Kemfang
>
> On Thu, Apr 5, 2018 at 9:54 AM, Myrle Krantz <my...@apache.org> wrote:
>
> > Hey all,
> >
> > The question of how to break down Fineract CN into components stalled
> > in late December.  Rather than pick it up again, I've simply created
> > the Jira components that I need.  Anybody else needing different
> > components is welcome to ask for them.  I will either add them for
> > you, or make sure you have permission to add them yourself.
> >
> > Components is just a way to put Jira tickets into buckets.  Different
> > people will find different approaches useful here.  Because adding
> > components doesn't interfere with the use of the components already
> > there, there's no reason to insist on using a single methodology.
> >
> > The components I've added are simply the names of the Fineract CN
> > github repositories.  You can review them here:
> > https://issues.apache.org/jira/projects/FINCN?selectedItem=com.atlassian
> .
> > jira.jira-projects-plugin:components-page
> >
> > Best Regards,
> > Myrle
> >
>


Complete the Migration of fims-web-app from Mifos IO to Fineract Cn Repository

2018-03-30 Thread Ruphine Kengne
Hello Everyone,

The fineract-cn-fims-web-app here
<https://github.com/apache/fineract-cn-fims-web-app> is behind the Mifos IO
code by atleast 200 commits.

Is there a reason for this? I am assuming that we forgot to migrate
everything to Fineract CN. I wanted to begin working on the web app but
noticed that Mifos IO was ahead given it suppose to be the old code base.

I am not the contributor of these commits but I have sent a PR here
<https://github.com/apache/fineract-cn-fims-web-app/pull/1> to sync all the
changes. Please let me know if there was a reason why all the commits were
not migrated so i can close the PR. if all is well then please check the PR
and merge so I can move to working on the fims web app from fineract cn
repo.


Regards.
Ruphine Kengne.


Gsoc Proposal Review

2018-03-24 Thread Ruphine Kengne
Hello everyone,

I have submitted my draft proposal for review through the Gsoc dashboard on
the project title "Group Loan Management Service" and I have some questions
which are:

1. What are the detail overview and objectives of the Group Loan Management
Service for the fims-web-app ?

2. What functionalities do I need to implement for this project during this
summer period?


*3. What features from Mifos X or input from the community will be
implemented on the project ? *4. Are all the endpoints available for the
Group microservice on Fineract CN ?

 Looking forward for your feedback on it.

Regards,
Ruphine Kengne


Re: [ANNOUNCE] New Apache Fineract Committer Isaac Kamga

2018-03-19 Thread Ruphine Kengne
Congratulations Isaac

On 19 March 2018 at 11:45, Sanyam Goel  wrote:

> Congratulations Isaac!
>
> Thanks,
> Sanyam Goel
>
> On Mon, Mar 19, 2018 at 3:59 PM, Awasum Yannick  wrote:
>
> > Congratulations Isaac,
> >
> > Keep running with the platform.
> >
> > On Mon, Mar 19, 2018 at 11:27 AM, courage angeh 
> > wrote:
> >
> > > Congratulations Isaac
> > >
> > > On Mon, Mar 19, 2018 at 10:36 AM, Ebenezer Graham <
> > > egraha...@alustudent.com>
> > > wrote:
> > >
> > > > Congratulation Isaac!
> > > >
> > > > *Best Regards,*
> > > >
> > > > *Ebenezer Graham*
> > > >
> > > > *BSc (Hons) Computing*
> > > >
> > > >
> > > > [image: EmailSignature.png]
> > > >
> > > > Beau Plan Business Park | West Building
> > > >
> > > > Pamplemousses |  Mauritius
> > > >
> > > >
> > > > 
> > > > ​​ 
> > > > www.pactmart.com | Freelancing made easy.
> > > > ​
> > > > skype:
> > > > ​ebenezer.graham
> > > > ​ | Phone:
> > > > +230 5840 9206
> > > > GitHub  | LinkedIn
> > > >  | Twitter
> > > >  | Facebook
> > > >  | Personal Website / CV
> > > > 
> > > >
> > > >
> > > > *“Practice isn’t the thing you do once you’re good. It’s the thing
> you
> > do
> > > > that makes you good.”*
> > > > -*Malcolm Gladwell*
> > > >
> > > >
> > > >
> > > > On 19 March 2018 at 12:58, Myrle Krantz  wrote:
> > > >
> > > > > Hello Fineract Fans!
> > > > >
> > > > > I'm proud to announce that Apache Fineract has a new committer.
> > > > >
> > > > > Isaac Kamga is a founder and FOSS evangelist at the The Google
> > > > > Developer Group Buea in Cameroon, and a technical community
> > evangelist
> > > > > for the Mifos Initiative.  Isaac has been helping us bring Fineract
> > CN
> > > > > into the Fineract project.
> > > > >
> > > > > Congratulations Isaac!  Thank you for your contributions, and thank
> > > > > you for accepting our invitation!
> > > > >
> > > > > Best Regards,
> > > > > Myrle Krantz
> > > > > PMC Member, Apache Fineract
> > > > >
> > > > > P.S. Isaac, would you mind if I announce your committership on
> > twitter
> > > > > as well?  Your handle is ikamga right?
> > > > >
> > > >
> > >
> >
>
>
>
> --
> SANYAM GOEL
> LinkedIn: https://goo.gl/6SJMg3
> Github: https://goo.gl/u51wRZ
> Hackerrank: https://goo.gl/4kzLf7
> +91-9818060934
>


Interest in contributing to Apache FIneract CN

2018-03-01 Thread ruphine kengne
Hello everyone,

Happy New Month of March.

I am  Ruphine Kengne from the beautiful city of Buea, Cameroon, a Computer
Engineering student at the University of Buea who was an intern at
Skylabase Inc a couple of years back.

I am interested in contributing to Apache Fineract/Mifos X during and after
the upcoming session of GSOC 2018. I have looked at the functionalities of
the Community App and i was wondering if working on the web UI for the Group
Loan Management Service <https://issues.apache.org/jira/browse/FINCN-3>of
Fineract CN is worthwhile. In addition, the project does not have proper
documentation yet.

I look forward to interacting with you all and contributing to this awesome
community.

Regards,
Ruphine Kengne.