Self-Service APIs for GSOC Students

2018-06-21 Thread Ed Cable
Saksham and Ankit,

Thanks for your patience and your engagement with Adi thus far in helping
to get clarity around the APIs needed for your projects.

I do have a resource finally coming on board that will be able to assist
directly by building out the wrappers around existing APIs to enable them
as self-service.

Can you please confirm that these are the APIs that are missing and/or
lacking documentation:

*Lacking Documentation:*
@Dilpreet Singh   Are you able to document these on
the Fineract API docs page since you consumed them last summer?

Or Perhaps @Sampath Kumar G  you could do
documentation with support of Adi/Nazeer and Dilpreet.

   - View Reports
   - Notification Service
  - GET device/registration/client/{clientId}
  - POST device/registration
  - PUT device/registration/{id}
   - Registration Service
  - POST registration
  - POST registration/user

*New APIs to be Built*
Saksham and Ankit have documented the new APIs that need to be created at
https://issues.apache.org/jira/browse/FINERACT-628 inclusive of:

1) Support for applying for for savings accounts
2) Support for viewing share accounts
3) Support for adding guarantors
4) Support for editing user details.
5) Support for surveys

6) Support for Applying for new Shares Account

7) Support for uploading new Client's Image

8) Support for the list of Loan, Savings, Shares product along with their
details



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

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


Re: Special Loan Scheduling and interest calculation

2018-06-21 Thread Ed Cable
Hello Matthew,

Thanks for continue following the community after all these years. I think
you need to subscribe to the mailing list directly as this email came
through the moderator queue. You can simply send a blank email to
dev-subscr...@fineract.apache.org.

Please continue your discussion on list about what interest calculation and
loan calculations you're looking to supports. Domain and Product experts on
the list should be able to help you either enable this through a
configuration or point you to where and how you might modify the source
code if necessary.

I'm also happy to connect with a partner or resource who could you code it
for you or support you in a more direct manner.

Cheers,

Ed

On Thu, Jun 21, 2018 at 2:08 PM Matthew R. Mutagamba 
wrote:

> Hi there,
> Currently I am in the saving and cooperative sector, working with a rather
> small saving and loan group. I interacted with Mifos about 8 years ago and
> have
> been out of programming for so long that I don't recall most of the things.
> I have tried my hand at getting back with Mifos coding but it is not gone
> so well.
>
> The current implementation of loan scheduling and interest calculation
> works well with formulas in Microsoft Excel but I want to migrate to a more
> sensible system and Mifos is the candidate of choice. However,  I would
> like to have a special loan scheduling and interest calculation but I am
> tying knots around myself figuring out where to touch and what to modify in
> Mifos source code.
> Can someone help me code it or figure out where and what to touch so that
> perhaps I can do it?
> I can provide the excel implementation if required.
> Thanks in advance
>


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

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


Re: [Discussion] Fineract CN SMS & Email Notifications Project

2018-06-21 Thread Ebenezer Graham
Thanks, Myrle,

I have forked the new repository.

I think this might be one of the issues. I haven't done any configurations
for ActiveMQ for any of the microservices including the notification
service. I will learn what to do test it out.


*At your service,*

*Ebenezer Graham*

*BSc (Hons) Computing*


[image: EmailSignature.png]

African Leadership University,

Power Mill Road, Pamplemousses,

Mauritius.


​
*skype*:
​ebenezer.graham
GitHub  | LinkedIn
 | Twitter
 | Facebook

www.pactmart.com | Freelancing made easy.


*“Talk is cheap, show me the code.” *- *Linus Torvalds*



On 21 June 2018 at 20:20, Myrle Krantz  wrote:

> Hey Ebenezer,
>
> I've inited your github repo:
> https://github.com/apache/fineract-cn-notifications.  I suggest you
> refork from there, and then put in regular pull requests.  If we fall
> behind merging your pull requests, feel free to send gentle but firm
> reminders to the dev list.  : o)
>
> Best Regards,
> Myrle
> On Thu, Jun 21, 2018 at 1:24 PM Myrle Krantz  wrote:
> >
> > Hey Ebenezer,
> >
> > How have you configured ActiveMQ in the customer service and how have
> > you configured it in the notifications service?  Can you give us a
> > snippet out of your yaml file (or wherever you've done the
> > configuration?)
> >
> > Greets,
> > Myrle
> >
> > On Thu, Jun 21, 2018 at 12:44 PM Ebenezer Graham
> >  wrote:
> > >
> > > Hello everyone,
> > >
> > > I would like to get input on how to fix an issue with my code.
> > >
> > > I am trying to listen to topics in the ActiveMQ but for some reason, I
> > > don't find any message in the topics. After creating a customer. I
> expected
> > > to see a message on the topic customer-V1 however, it has no message.
> > > Likewise, the message hasn't been consumed by the notification service.
> > >
> > > Please note that I am using A (https://github.com/fmtn/a)  to browse
> the
> > > topics in ActiveMQ because I can't view the admin page through my
> external
> > > IP. Please let me know if you can help me bind the ActiveMQ to the
> external
> > > IP.
> > >
> > > PS, I have only set up @Jmslisteners and enabled it in the
> configurations.
> > >
> > > I have not coded up a JmsTemplate and JmsListenerContainerFactory.
> Could
> > > this be the factor?
> > >
> > > *At your service,*
> > >
> > > *Ebenezer Graham*
> > >
> > > *BSc (Hons) Computing*
> > >
> > >
> > > [image: EmailSignature.png]
> > >
> > > African Leadership University,
> > >
> > > Power Mill Road, Pamplemousses,
> > >
> > > Mauritius.
> > >
> > >
> > >
> > > *skype*:
> > > ebenezer.graham
> > > GitHub  | LinkedIn
> > >  | Twitter
> > >  | Facebook
> > > 
> > > www.pactmart.com | Freelancing made easy.
> > >
> > >
> > > *“Talk is cheap, show me the code.” *- *Linus Torvalds*
> > >
> > >
> > >
> > > On 15 June 2018 at 10:19, Awasum Yannick 
> wrote:
> > >
> > > > Check your logs and figure out the problem.
> > > >
> > > > On Fri, Jun 15, 2018, 02:20 Ebenezer Graham <
> egraha...@alustudent.com>
> > > > wrote:
> > > >
> > > > > Thanks, Yannick and Courage,
> > > > >
> > > > > I have been able to integrate the notification service into the
> > > > demo-server
> > > > > :)
> > > > >
> > > > > I just created a customer but didn't receive an SMS as I expected.
> How
> > > > can
> > > > > I debug the system without tearing down the build?
> > > > >
> > > > > Any pointers on how to debug the build?
> > > > >
> > > > > *At your service,*
> > > > >
> > > > > *Ebenezer Graham*
> > > > >
> > > > > *BSc (Hons) Computing*
> > > > >
> > > > >
> > > > > [image: EmailSignature.png]
> > > > >
> > > > > African Leadership University,
> > > > >
> > > > > Power Mill Road, Pamplemousses,
> > > > >
> > > > > Mauritius.
> > > > >
> > > > >
> > > > >
> > > > > *skype*:
> > > > > ebenezer.graham
> > > > > GitHub  | LinkedIn
> > > > >  | Twitter
> > > > >  | Facebook
> > > > > 
> > > > > www.pactmart.com | Freelancing made easy.
> > > > >
> > > > >
> > > > > *“Talk is cheap, show me the code.” *- *Linus Torvalds*
> > > > >
> > > > >
> > > > >
> > > > > On 15 June 2018 at 02:50, Courage Angeh 
> wrote:
> > > > >
> > > > > > Yea, I meant that of your notification microservice, not
> demo-server.
> > > > > > Also, I specified 'shared.gradle' file
> > > > > >
> > > > > > On Thu, Jun 14, 2018 at 7:34 PM Awasum Yannick <
> awa...@apache.org>
> > > > > wrote:
> > > > > >
> > > > > > > Use this as the version f the notification service:
> > > > > 0.1.0-BUILD-SNAPSHOT
> > > > > > >
> > > > > > > So it becomes compatible with that in demo server. Check your
> version
> > > > > in
> > > 

Re: Git repos for GSoC interns?

2018-06-21 Thread Ebenezer Graham
Thanks Myrle,

I sent the ICLA as instructed.



*At your service,*

*Ebenezer Graham*

*BSc (Hons) Computing*


[image: EmailSignature.png]

African Leadership University,

Power Mill Road, Pamplemousses,

Mauritius.


​
*skype*:
​ebenezer.graham
GitHub  | LinkedIn
 | Twitter
 | Facebook

www.pactmart.com | Freelancing made easy.


*“Talk is cheap, show me the code.” *- *Linus Torvalds*



On 21 June 2018 at 19:48, Myrle Krantz  wrote:

> On Thu, Jun 21, 2018 at 1:18 PM Pembe Miriam 
> wrote:
> >
> > Hello Myrle,
> >
> > Thanks for taking time out to provide us this repos. I also need a
> > repository for my project on designing a new UI on Apache Fineract CN for
> > MFI that support group lending.
> >
> > Below is the link to my github repository that i Iave been using for this
> > project
> >
> > https://github.com/pembemiriam/fineract-cn-web-app
> >
> > Yours Sincerely,
> > Pembe Miriam
>
> Hey Pembe,
>
> web-app is a bit too generic a name for what you're doing.  Do you
> mind if I call the repo "fineract-cn-group-finance"?  Or
> "fineract-cn-mfi-field-agent"?
>
> Or maybe you have a better suggestion?  We already have one web app,
> and I image we might do more.  I'd like a repository name which is
> more specific.
>
> Also, the same question goes to you as to Ebenezer: Have you submitted
> an ICLA yet?  If not, please fill out and follow the instructions for:
> https://www.apache.org/licenses/icla.pdf
>
> Best Regards,
> Myrle
>


Re: Web-App (Angular 6): Choice of Design Framework - Angular Material vs bootswatch and ng-bootstrap)

2018-06-21 Thread Abhay Chawla
Hello Ed and Gaurav,

Yes, I will deploy the code to the main repository positively by tomorrow.
We have the 4 default themes officially provided by angular-material. Apart
from that, we can also create our own custom theme based on the current
skin colour of the community app.

*Reference:*
https://material.angular.io/guide/theming
https://material.io/design/color/#

I will have a look and see if more themes are available and also would try
to create a custom theme based on the current skin and share as soon as
possible over the weekend.

Thanks
Abhay.


On Fri, Jun 22, 2018 at 12:11 AM Gaurav Saini 
wrote:

> I think we can choose from material color pallet there are many more color
> themes available. Abhay you can suggest some or drop a link if there any on
> official angular material site where all colors can be seen.
>
> On Fri 22 Jun, 2018, 00:08 Ed Cable,  wrote:
>
>> Abhay,
>>
>> That is coming along nicely. Are we going to soon deploy that to the main
>> web-app github repo?
>>
>> I'm glad that we made the choice to switch over to Angular Material as it
>> does look more familiar and I think will be of benefit to our user base who
>> will also recognize it from other web apps they use consistently.
>>
>> I believe a comment of mine previously might have been misheard as I
>> didn't like the old skin color scheme and do like the recent color scheme
>> of the recent re-skin we deployed. Are you able to change the default color
>> scheme away from the blue/purple color?
>>
>> Are there more than just those 4 default colors for themes?
>>
>> On Thu, Jun 21, 2018 at 3:30 AM Abhay Chawla 
>> wrote:
>>
>>> Hello Everyone,
>>>
>>> Here is a glimpse of the initial shell structure of the new web app
>>> currently in development:
>>> https://abhaychawla.github.io/angular-app-shell/
>>> We would appreciate any reviews you all have on the same.
>>>
>>> Thank you
>>> Abhay.
>>>
>>> On Wed, Jun 20, 2018 at 1:06 PM Gaurav Saini 
>>> wrote:
>>>
 Hello Everyone,

 Just to update on the latest activity going on the new web-app. Abhay,
 Anwesh and me had a call on weekend where we discussed what was currently
 built and shared my concerns with the approach we were following by not
 using official Angular Material. There were multiple UI/UX concerns also
 and some component level discussions and at the end we came to conclusion
 that we will be going to use:

- Angular Material for the new web-application
- Another important point finalised was that we will be first
preparing a shell structure of the application and then start working on
each component.
- We also took a look on to some dashboard themes for ideation on
UI/UX and finalised it also.

 Abhay just shared with initial structure he started and it's looking
 really good now and he will soon deploy that for demo also once he
 integrate and push it.

 @Abhay Chawla  @Anwesh Krishna Nayak
  Also, some of the points that you should take
 care while working from starting is:

- Follow javascript style guidelines -
https://github.com/airbnb/javascript
- Proper code commenting, Indentation & formatting (use ESLint)
- Proper code directory structure in feature base modularity
- Try best not to write own custom/internal CSS if we can use
helper classes in library
- Naming convention of classes, function, variable (this will be
part of airbnb styleguide)
- Documentation should be done in parallel as we tend to miss this
everytime
- Responsiveness - When building a new component or page do test it
should be responsive. Although by default ,most of material components 
 take
care of this, just in case you write anything custom do test this.
- Webpack build process should be there so that project builds
properly.


 @Mentors: I request you all again to give your inputs so that we have
 more pair of eyes looking onto the project, that way we can have most of
 the basic things correct from start.
 @Mohit I need your feedback on the offline support also, if we need to
 setup anything from starting itself so our new application can work as PWA
 installable app also. :)

 Thanks
 Gaurav

 On Sat, Jun 16, 2018 at 6:20 PM Anwesh Krishna Nayak <
 anweshkna...@gmail.com> wrote:

> Hi all,
>
> There was some error we faced so that material UI was not consistent
> yesterday. Its back up again.
> Please recheck https://openmf.github.io/web-app/
>
>
> https://docs.google.com/document/d/1H9w7QWenox9M0nb29WR4RmvV94Jsjj0LglUZ3wCzbw8/edit?usp=sharing
> Feel free to provide feedback in the doc.
>
> Thanks
>
> On Sat, Jun 16, 2018 at 2:24 AM, Gaurav Saini  > wrote:
>
>> As suggested by Abhay lets get on a call. I will fo my 

Penalties Charged On Overdue Matured Loan

2018-06-21 Thread sifiso
Hi Santosh,

 

Please change this issue to open again
https://mifosforge.jira.com/browse/MIFOSX-2848?filter=-2. Some anonymous
user keeps putting its status to resolved but without an actual resolution
being posted.

 

Kind regards,

Sifiso



---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus


Re: Web-App (Angular 6): Choice of Design Framework - Angular Material vs bootswatch and ng-bootstrap)

2018-06-21 Thread Ed Cable
Abhay,

That is coming along nicely. Are we going to soon deploy that to the main
web-app github repo?

I'm glad that we made the choice to switch over to Angular Material as it
does look more familiar and I think will be of benefit to our user base who
will also recognize it from other web apps they use consistently.

I believe a comment of mine previously might have been misheard as I didn't
like the old skin color scheme and do like the recent color scheme of the
recent re-skin we deployed. Are you able to change the default color scheme
away from the blue/purple color?

Are there more than just those 4 default colors for themes?

On Thu, Jun 21, 2018 at 3:30 AM Abhay Chawla 
wrote:

> Hello Everyone,
>
> Here is a glimpse of the initial shell structure of the new web app
> currently in development: https://abhaychawla.github.io/angular-app-shell/
> We would appreciate any reviews you all have on the same.
>
> Thank you
> Abhay.
>
> On Wed, Jun 20, 2018 at 1:06 PM Gaurav Saini 
> wrote:
>
>> Hello Everyone,
>>
>> Just to update on the latest activity going on the new web-app. Abhay,
>> Anwesh and me had a call on weekend where we discussed what was currently
>> built and shared my concerns with the approach we were following by not
>> using official Angular Material. There were multiple UI/UX concerns also
>> and some component level discussions and at the end we came to conclusion
>> that we will be going to use:
>>
>>- Angular Material for the new web-application
>>- Another important point finalised was that we will be first
>>preparing a shell structure of the application and then start working on
>>each component.
>>- We also took a look on to some dashboard themes for ideation on
>>UI/UX and finalised it also.
>>
>> Abhay just shared with initial structure he started and it's looking
>> really good now and he will soon deploy that for demo also once he
>> integrate and push it.
>>
>> @Abhay Chawla  @Anwesh Krishna Nayak
>>  Also, some of the points that you should take
>> care while working from starting is:
>>
>>- Follow javascript style guidelines -
>>https://github.com/airbnb/javascript
>>- Proper code commenting, Indentation & formatting (use ESLint)
>>- Proper code directory structure in feature base modularity
>>- Try best not to write own custom/internal CSS if we can use helper
>>classes in library
>>- Naming convention of classes, function, variable (this will be part
>>of airbnb styleguide)
>>- Documentation should be done in parallel as we tend to miss this
>>everytime
>>- Responsiveness - When building a new component or page do test it
>>should be responsive. Although by default ,most of material components 
>> take
>>care of this, just in case you write anything custom do test this.
>>- Webpack build process should be there so that project builds
>>properly.
>>
>>
>> @Mentors: I request you all again to give your inputs so that we have
>> more pair of eyes looking onto the project, that way we can have most of
>> the basic things correct from start.
>> @Mohit I need your feedback on the offline support also, if we need to
>> setup anything from starting itself so our new application can work as PWA
>> installable app also. :)
>>
>> Thanks
>> Gaurav
>>
>> On Sat, Jun 16, 2018 at 6:20 PM Anwesh Krishna Nayak <
>> anweshkna...@gmail.com> wrote:
>>
>>> Hi all,
>>>
>>> There was some error we faced so that material UI was not consistent
>>> yesterday. Its back up again.
>>> Please recheck https://openmf.github.io/web-app/
>>>
>>>
>>> https://docs.google.com/document/d/1H9w7QWenox9M0nb29WR4RmvV94Jsjj0LglUZ3wCzbw8/edit?usp=sharing
>>> Feel free to provide feedback in the doc.
>>>
>>> Thanks
>>>
>>> On Sat, Jun 16, 2018 at 2:24 AM, Gaurav Saini 
>>> wrote:
>>>
 As suggested by Abhay lets get on a call. I will fo my best to schedule
 it in weekend itself.

 Also, i saw the doc with screenshots there are really basic UI/UX
 mistakes done in new designs ideas shared that is the main reason to use
 angular material as you will stick to exact component designs.

 Let's have a call and discuss about all these in weekend itself.

 Thanks
 Gaurav

 On Fri 15 Jun, 2018, 21:42 Anwesh Krishna Nayak, <
 anweshkna...@gmail.com> wrote:

> I have attached below the doc containing redesigning of all UI and
> links respectively
>
> Link :
> https://docs.google.com/document/d/1H9w7QWenox9M0nb29WR4RmvV94Jsjj0LglUZ3wCzbw8/edit?usp=sharing
>
> Thanks
>
> --
> You received this message because you are subscribed to the Google
> Groups "Mifos Google Summer of Code 2018" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to gsoc-2018+unsubscr...@mifos.org.
>
 --
 You received this message because you are subscribed to the Google
 Groups "Mifos Google Summer of Code 

Re: [Discussion] Fineract CN SMS & Email Notifications Project

2018-06-21 Thread Myrle Krantz
Hey Ebenezer,

I've inited your github repo:
https://github.com/apache/fineract-cn-notifications.  I suggest you
refork from there, and then put in regular pull requests.  If we fall
behind merging your pull requests, feel free to send gentle but firm
reminders to the dev list.  : o)

Best Regards,
Myrle
On Thu, Jun 21, 2018 at 1:24 PM Myrle Krantz  wrote:
>
> Hey Ebenezer,
>
> How have you configured ActiveMQ in the customer service and how have
> you configured it in the notifications service?  Can you give us a
> snippet out of your yaml file (or wherever you've done the
> configuration?)
>
> Greets,
> Myrle
>
> On Thu, Jun 21, 2018 at 12:44 PM Ebenezer Graham
>  wrote:
> >
> > Hello everyone,
> >
> > I would like to get input on how to fix an issue with my code.
> >
> > I am trying to listen to topics in the ActiveMQ but for some reason, I
> > don't find any message in the topics. After creating a customer. I expected
> > to see a message on the topic customer-V1 however, it has no message.
> > Likewise, the message hasn't been consumed by the notification service.
> >
> > Please note that I am using A (https://github.com/fmtn/a)  to browse the
> > topics in ActiveMQ because I can't view the admin page through my external
> > IP. Please let me know if you can help me bind the ActiveMQ to the external
> > IP.
> >
> > PS, I have only set up @Jmslisteners and enabled it in the configurations.
> >
> > I have not coded up a JmsTemplate and JmsListenerContainerFactory. Could
> > this be the factor?
> >
> > *At your service,*
> >
> > *Ebenezer Graham*
> >
> > *BSc (Hons) Computing*
> >
> >
> > [image: EmailSignature.png]
> >
> > African Leadership University,
> >
> > Power Mill Road, Pamplemousses,
> >
> > Mauritius.
> >
> >
> >
> > *skype*:
> > ebenezer.graham
> > GitHub  | LinkedIn
> >  | Twitter
> >  | Facebook
> > 
> > www.pactmart.com | Freelancing made easy.
> >
> >
> > *“Talk is cheap, show me the code.” *- *Linus Torvalds*
> >
> >
> >
> > On 15 June 2018 at 10:19, Awasum Yannick  wrote:
> >
> > > Check your logs and figure out the problem.
> > >
> > > On Fri, Jun 15, 2018, 02:20 Ebenezer Graham 
> > > wrote:
> > >
> > > > Thanks, Yannick and Courage,
> > > >
> > > > I have been able to integrate the notification service into the
> > > demo-server
> > > > :)
> > > >
> > > > I just created a customer but didn't receive an SMS as I expected. How
> > > can
> > > > I debug the system without tearing down the build?
> > > >
> > > > Any pointers on how to debug the build?
> > > >
> > > > *At your service,*
> > > >
> > > > *Ebenezer Graham*
> > > >
> > > > *BSc (Hons) Computing*
> > > >
> > > >
> > > > [image: EmailSignature.png]
> > > >
> > > > African Leadership University,
> > > >
> > > > Power Mill Road, Pamplemousses,
> > > >
> > > > Mauritius.
> > > >
> > > >
> > > >
> > > > *skype*:
> > > > ebenezer.graham
> > > > GitHub  | LinkedIn
> > > >  | Twitter
> > > >  | Facebook
> > > > 
> > > > www.pactmart.com | Freelancing made easy.
> > > >
> > > >
> > > > *“Talk is cheap, show me the code.” *- *Linus Torvalds*
> > > >
> > > >
> > > >
> > > > On 15 June 2018 at 02:50, Courage Angeh  wrote:
> > > >
> > > > > Yea, I meant that of your notification microservice, not demo-server.
> > > > > Also, I specified 'shared.gradle' file
> > > > >
> > > > > On Thu, Jun 14, 2018 at 7:34 PM Awasum Yannick 
> > > > wrote:
> > > > >
> > > > > > Use this as the version f the notification service:
> > > > 0.1.0-BUILD-SNAPSHOT
> > > > > >
> > > > > > So it becomes compatible with that in demo server. Check your 
> > > > > > version
> > > > in
> > > > > > the notification service was: 0.1.0.BUILD-SNAPSHOT (which is wrong).
> > > > > >
> > > > > >
> > > > > > On Thu, Jun 14, 2018 at 7:30 PM Ebenezer Graham <
> > > > > egraha...@alustudent.com>
> > > > > > wrote:
> > > > > >
> > > > > > > Please use this link
> > > > > > > <
> > > > > > >
> > > > > > https://github.com/ebenezergraham/fineract-cn-demo-server/
> > > > > blob/fix-notification-integration/build.gradle
> > > > > > > >
> > > > > > > instead I have reset the develop branch to a stable state.
> > > > > > >
> > > > > > > version declaration in on line 53 and dependency declaration is on
> > > > line
> > > > > > > 114.
> > > > > > >
> > > > > > >
> > > > > > > *At your service,*
> > > > > > >
> > > > > > > *Ebenezer Graham*
> > > > > > >
> > > > > > > *BSc (Hons) Computing*
> > > > > > >
> > > > > > >
> > > > > > > [image: EmailSignature.png]
> > > > > > >
> > > > > > > African Leadership University,
> > > > > > >
> > > > > > > Power Mill Road, Pamplemousses,
> > > > > > >
> > > > > > > Mauritius.
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > *skype*:
> > > > > > > 

Re: Git repos for GSoC interns?

2018-06-21 Thread Myrle Krantz
On Thu, Jun 21, 2018 at 1:18 PM Pembe Miriam  wrote:
>
> Hello Myrle,
>
> Thanks for taking time out to provide us this repos. I also need a
> repository for my project on designing a new UI on Apache Fineract CN for
> MFI that support group lending.
>
> Below is the link to my github repository that i Iave been using for this
> project
>
> https://github.com/pembemiriam/fineract-cn-web-app
>
> Yours Sincerely,
> Pembe Miriam

Hey Pembe,

web-app is a bit too generic a name for what you're doing.  Do you
mind if I call the repo "fineract-cn-group-finance"?  Or
"fineract-cn-mfi-field-agent"?

Or maybe you have a better suggestion?  We already have one web app,
and I image we might do more.  I'd like a repository name which is
more specific.

Also, the same question goes to you as to Ebenezer: Have you submitted
an ICLA yet?  If not, please fill out and follow the instructions for:
https://www.apache.org/licenses/icla.pdf

Best Regards,
Myrle


Re: [Discussion] Fineract CN SMS & Email Notifications Project

2018-06-21 Thread Myrle Krantz
Hey Ebenezer,

How have you configured ActiveMQ in the customer service and how have
you configured it in the notifications service?  Can you give us a
snippet out of your yaml file (or wherever you've done the
configuration?)

Greets,
Myrle

On Thu, Jun 21, 2018 at 12:44 PM Ebenezer Graham
 wrote:
>
> Hello everyone,
>
> I would like to get input on how to fix an issue with my code.
>
> I am trying to listen to topics in the ActiveMQ but for some reason, I
> don't find any message in the topics. After creating a customer. I expected
> to see a message on the topic customer-V1 however, it has no message.
> Likewise, the message hasn't been consumed by the notification service.
>
> Please note that I am using A (https://github.com/fmtn/a)  to browse the
> topics in ActiveMQ because I can't view the admin page through my external
> IP. Please let me know if you can help me bind the ActiveMQ to the external
> IP.
>
> PS, I have only set up @Jmslisteners and enabled it in the configurations.
>
> I have not coded up a JmsTemplate and JmsListenerContainerFactory. Could
> this be the factor?
>
> *At your service,*
>
> *Ebenezer Graham*
>
> *BSc (Hons) Computing*
>
>
> [image: EmailSignature.png]
>
> African Leadership University,
>
> Power Mill Road, Pamplemousses,
>
> Mauritius.
>
>
>
> *skype*:
> ebenezer.graham
> GitHub  | LinkedIn
>  | Twitter
>  | Facebook
> 
> www.pactmart.com | Freelancing made easy.
>
>
> *“Talk is cheap, show me the code.” *- *Linus Torvalds*
>
>
>
> On 15 June 2018 at 10:19, Awasum Yannick  wrote:
>
> > Check your logs and figure out the problem.
> >
> > On Fri, Jun 15, 2018, 02:20 Ebenezer Graham 
> > wrote:
> >
> > > Thanks, Yannick and Courage,
> > >
> > > I have been able to integrate the notification service into the
> > demo-server
> > > :)
> > >
> > > I just created a customer but didn't receive an SMS as I expected. How
> > can
> > > I debug the system without tearing down the build?
> > >
> > > Any pointers on how to debug the build?
> > >
> > > *At your service,*
> > >
> > > *Ebenezer Graham*
> > >
> > > *BSc (Hons) Computing*
> > >
> > >
> > > [image: EmailSignature.png]
> > >
> > > African Leadership University,
> > >
> > > Power Mill Road, Pamplemousses,
> > >
> > > Mauritius.
> > >
> > >
> > >
> > > *skype*:
> > > ebenezer.graham
> > > GitHub  | LinkedIn
> > >  | Twitter
> > >  | Facebook
> > > 
> > > www.pactmart.com | Freelancing made easy.
> > >
> > >
> > > *“Talk is cheap, show me the code.” *- *Linus Torvalds*
> > >
> > >
> > >
> > > On 15 June 2018 at 02:50, Courage Angeh  wrote:
> > >
> > > > Yea, I meant that of your notification microservice, not demo-server.
> > > > Also, I specified 'shared.gradle' file
> > > >
> > > > On Thu, Jun 14, 2018 at 7:34 PM Awasum Yannick 
> > > wrote:
> > > >
> > > > > Use this as the version f the notification service:
> > > 0.1.0-BUILD-SNAPSHOT
> > > > >
> > > > > So it becomes compatible with that in demo server. Check your version
> > > in
> > > > > the notification service was: 0.1.0.BUILD-SNAPSHOT (which is wrong).
> > > > >
> > > > >
> > > > > On Thu, Jun 14, 2018 at 7:30 PM Ebenezer Graham <
> > > > egraha...@alustudent.com>
> > > > > wrote:
> > > > >
> > > > > > Please use this link
> > > > > > <
> > > > > >
> > > > > https://github.com/ebenezergraham/fineract-cn-demo-server/
> > > > blob/fix-notification-integration/build.gradle
> > > > > > >
> > > > > > instead I have reset the develop branch to a stable state.
> > > > > >
> > > > > > version declaration in on line 53 and dependency declaration is on
> > > line
> > > > > > 114.
> > > > > >
> > > > > >
> > > > > > *At your service,*
> > > > > >
> > > > > > *Ebenezer Graham*
> > > > > >
> > > > > > *BSc (Hons) Computing*
> > > > > >
> > > > > >
> > > > > > [image: EmailSignature.png]
> > > > > >
> > > > > > African Leadership University,
> > > > > >
> > > > > > Power Mill Road, Pamplemousses,
> > > > > >
> > > > > > Mauritius.
> > > > > >
> > > > > >
> > > > > >
> > > > > > *skype*:
> > > > > > ebenezer.graham
> > > > > > GitHub  | LinkedIn
> > > > > >  | Twitter
> > > > > >  | Facebook
> > > > > > 
> > > > > > www.pactmart.com | Freelancing made easy.
> > > > > >
> > > > > >
> > > > > > *“Talk is cheap, show me the code.” *- *Linus Torvalds*
> > > > > >
> > > > > >
> > > > > >
> > > > > > On 14 June 2018 at 21:56, Ebenezer Graham <
> > egraha...@alustudent.com>
> > > > > > wrote:
> > > > > >
> > > > > > > Hi Courage,
> > > > > > >
> > > > > > > Thanks for the tip. I have checked the .m2 directory everything
> > > looks
> > > > > > fine
> > > > 

Re: Git repos for GSoC interns?

2018-06-21 Thread Pembe Miriam
Hello Myrle,

Thanks for taking time out to provide us this repos. I also need a
repository for my project on designing a new UI on Apache Fineract CN for
MFI that support group lending.

Below is the link to my github repository that i Iave been using for this
project

https://github.com/pembemiriam/fineract-cn-web-app

Yours Sincerely,
Pembe Miriam

On Thu, Jun 21, 2018 at 11:19 AM Myrle Krantz  wrote:

> Hey Ebenezer,
>
> It's unnecessarily difficult to get that changed after it's already
> been created.  With apologies, you'll have to deal with the slight
> variation from your original wishes.  This will not cause difficulties
> with the import though.
>
> Please send the filled out ICLA to secret...@apache.org and cc
> priv...@fineract.apache.org.
>
> Greets,
> Myrle
>
> On Thu, Jun 21, 2018 at 12:02 PM Ebenezer Graham
>  wrote:
> >
> > Hello Myrle,
> >
> > Thanks for the repository. This is the link to my repo:
> > https://github.com/ebenezergraham/fineract-cn-notification. Also, I
> noticed
> > that apache's repo is fineract-cn-notification(*s*). I have been using
> > notification without s. I would like to request that we go with
> > *notification *unless have to keep notifications for a reason.
> >
> > I don't have an ICLA with Apache yet. I believe you are referring to this
> > agreement https://www.apache.org/licenses/icla.pdf. I have read it and
> > filled it. Please let me know what to do next.
> >
> >
> >
> >
> > *At your service,*
> >
> > *Ebenezer Graham*
> >
> > *BSc (Hons) Computing*
> >
> >
> > [image: EmailSignature.png]
> >
> > African Leadership University,
> >
> > Power Mill Road, Pamplemousses,
> >
> > Mauritius.
> >
> >
> >
> > *skype*:
> > ebenezer.graham
> > GitHub  | LinkedIn
> >  | Twitter
> >  | Facebook
> > 
> > www.pactmart.com | Freelancing made easy.
> >
> >
> > *“Talk is cheap, show me the code.” *- *Linus Torvalds*
> >
> >
> >
> > On 21 June 2018 at 13:20, Myrle Krantz  wrote:
> >
> > > Hey Ebenezer,
> > >
> > > You now have a repo:
> https://github.com/apache/fineract-cn-notifications
> > >
> > > If you'll send me a link to the github repo you've been using, I'll
> > > get it filled in there.
> > >
> > > I strongly recommend you work from the Apache Repo as much as
> > > possible.  Doing it off a personal repo is known as off-list
> > > development.  This prevents others from working with you.
> > >
> > > But first: do you have an ICLA on file at Apache?
> > >
> > > Greets,
> > > Myrle
> > >
> > > On Wed, Jun 20, 2018 at 4:11 PM Ebenezer Graham
> > >  wrote:
> > > >
> > > > Hello Myrle,
> > > >
> > > > I need a git repository for the notification microservice i.e
> > > > fineract-cn-notification.
> > > >
> > > > I am currently working on a repository on my account. The idea is to
> > > > transfer ownership of the repository to Apache once it's done or
> when I
> > > > make significant progress.
> > > >
> > > > What would you recommend?
> > > >
> > > > *At your service,*
> > > >
> > > > *Ebenezer Graham*
> > > >
> > > > *BSc (Hons) Computing*
> > > >
> > > >
> > > > [image: EmailSignature.png]
> > > >
> > > > African Leadership University,
> > > >
> > > > Power Mill Road, Pamplemousses,
> > > >
> > > > Mauritius.
> > > >
> > > >
> > > >
> > > > *skype*:
> > > > ebenezer.graham
> > > > GitHub  | LinkedIn
> > > >  | Twitter
> > > >  | Facebook
> > > > 
> > > > www.pactmart.com | Freelancing made easy.
> > > >
> > > >
> > > > *“Talk is cheap, show me the code.” *- *Linus Torvalds*
> > > >
> > > >
> > > >
> > > > On 20 June 2018 at 17:49, Myrle Krantz  wrote:
> > > >
> > > > > Hey all,
> > > > >
> > > > > This is a little late, but I've been traveling and now that I'm
> back
> > > > > I'm trying to pick up the tasks I dropped:
> > > > >
> > > > > Do any GSoC interns currently need git repositories for your work?
> > > > >
> > > > > Best Regards,
> > > > > Myrle
> > > > > Committer, Apache Fineract
> > > > >
> > >
>


Re: Git repos for GSoC interns?

2018-06-21 Thread Myrle Krantz
Hey Ebenezer,

The code is not in production.  No need to wait till you fix a bug
before you upload.  It's also, actually not necessary to change the
names in your code.  Repo names and code names don't have to match up,
although it is nicer if they do.

I'll take a look at your question.

Greets,
Myrle
On Thu, Jun 21, 2018 at 12:58 PM Ebenezer Graham
 wrote:
>
> Thanks, Myrle I will send the ICLA by EOD.
>
> Alright then, I will refactor my code to reflect the new naming convention.
>
> How and when will the import into apache's repo take place? I have a bug in
> my code and I would like to fix that before the import.
>
> Also, I would like to request for assistance in resolving an issue with my
> project. I remember you gave me really good pointers when I was preparing
> my proposal concerning the abstraction level to listen for events. I have
> sent an email in the [Discussion] Fineract CN SMS & Email Notification
> trend. Please take a moment to look at it.  I have run into an Issue where
> I am unable to trigger a notification after an event has occurred.
>
> *At your service,*
>
> *Ebenezer Graham*
>
> *BSc (Hons) Computing*
>
>
> [image: EmailSignature.png]
>
> African Leadership University,
>
> Power Mill Road, Pamplemousses,
>
> Mauritius.
>
>
>
> *skype*:
> ebenezer.graham
> GitHub  | LinkedIn
>  | Twitter
>  | Facebook
> 
> www.pactmart.com | Freelancing made easy.
>
>
> *“Talk is cheap, show me the code.” *- *Linus Torvalds*
>
>
>
> On 21 June 2018 at 14:19, Myrle Krantz  wrote:
>
> > Hey Ebenezer,
> >
> > It's unnecessarily difficult to get that changed after it's already
> > been created.  With apologies, you'll have to deal with the slight
> > variation from your original wishes.  This will not cause difficulties
> > with the import though.
> >
> > Please send the filled out ICLA to secret...@apache.org and cc
> > priv...@fineract.apache.org.
> >
> > Greets,
> > Myrle
> >
> > On Thu, Jun 21, 2018 at 12:02 PM Ebenezer Graham
> >  wrote:
> > >
> > > Hello Myrle,
> > >
> > > Thanks for the repository. This is the link to my repo:
> > > https://github.com/ebenezergraham/fineract-cn-notification. Also, I
> > noticed
> > > that apache's repo is fineract-cn-notification(*s*). I have been using
> > > notification without s. I would like to request that we go with
> > > *notification *unless have to keep notifications for a reason.
> > >
> > > I don't have an ICLA with Apache yet. I believe you are referring to this
> > > agreement https://www.apache.org/licenses/icla.pdf. I have read it and
> > > filled it. Please let me know what to do next.
> > >
> > >
> > >
> > >
> > > *At your service,*
> > >
> > > *Ebenezer Graham*
> > >
> > > *BSc (Hons) Computing*
> > >
> > >
> > > [image: EmailSignature.png]
> > >
> > > African Leadership University,
> > >
> > > Power Mill Road, Pamplemousses,
> > >
> > > Mauritius.
> > >
> > >
> > >
> > > *skype*:
> > > ebenezer.graham
> > > GitHub  | LinkedIn
> > >  | Twitter
> > >  | Facebook
> > > 
> > > www.pactmart.com | Freelancing made easy.
> > >
> > >
> > > *“Talk is cheap, show me the code.” *- *Linus Torvalds*
> > >
> > >
> > >
> > > On 21 June 2018 at 13:20, Myrle Krantz  wrote:
> > >
> > > > Hey Ebenezer,
> > > >
> > > > You now have a repo: https://github.com/apache/
> > fineract-cn-notifications
> > > >
> > > > If you'll send me a link to the github repo you've been using, I'll
> > > > get it filled in there.
> > > >
> > > > I strongly recommend you work from the Apache Repo as much as
> > > > possible.  Doing it off a personal repo is known as off-list
> > > > development.  This prevents others from working with you.
> > > >
> > > > But first: do you have an ICLA on file at Apache?
> > > >
> > > > Greets,
> > > > Myrle
> > > >
> > > > On Wed, Jun 20, 2018 at 4:11 PM Ebenezer Graham
> > > >  wrote:
> > > > >
> > > > > Hello Myrle,
> > > > >
> > > > > I need a git repository for the notification microservice i.e
> > > > > fineract-cn-notification.
> > > > >
> > > > > I am currently working on a repository on my account. The idea is to
> > > > > transfer ownership of the repository to Apache once it's done or
> > when I
> > > > > make significant progress.
> > > > >
> > > > > What would you recommend?
> > > > >
> > > > > *At your service,*
> > > > >
> > > > > *Ebenezer Graham*
> > > > >
> > > > > *BSc (Hons) Computing*
> > > > >
> > > > >
> > > > > [image: EmailSignature.png]
> > > > >
> > > > > African Leadership University,
> > > > >
> > > > > Power Mill Road, Pamplemousses,
> > > > >
> > > > > Mauritius.
> > > > >
> > > > >
> > > > >
> > > > > *skype*:
> > > > > ebenezer.graham
> > > > > GitHub  | LinkedIn
> > > > > 

Re: Git repos for GSoC interns?

2018-06-21 Thread Ebenezer Graham
Thanks, Myrle I will send the ICLA by EOD.

Alright then, I will refactor my code to reflect the new naming convention.

How and when will the import into apache's repo take place? I have a bug in
my code and I would like to fix that before the import.

Also, I would like to request for assistance in resolving an issue with my
project. I remember you gave me really good pointers when I was preparing
my proposal concerning the abstraction level to listen for events. I have
sent an email in the [Discussion] Fineract CN SMS & Email Notification
trend. Please take a moment to look at it.  I have run into an Issue where
I am unable to trigger a notification after an event has occurred.

*At your service,*

*Ebenezer Graham*

*BSc (Hons) Computing*


[image: EmailSignature.png]

African Leadership University,

Power Mill Road, Pamplemousses,

Mauritius.


​
*skype*:
​ebenezer.graham
GitHub  | LinkedIn
 | Twitter
 | Facebook

www.pactmart.com | Freelancing made easy.


*“Talk is cheap, show me the code.” *- *Linus Torvalds*



On 21 June 2018 at 14:19, Myrle Krantz  wrote:

> Hey Ebenezer,
>
> It's unnecessarily difficult to get that changed after it's already
> been created.  With apologies, you'll have to deal with the slight
> variation from your original wishes.  This will not cause difficulties
> with the import though.
>
> Please send the filled out ICLA to secret...@apache.org and cc
> priv...@fineract.apache.org.
>
> Greets,
> Myrle
>
> On Thu, Jun 21, 2018 at 12:02 PM Ebenezer Graham
>  wrote:
> >
> > Hello Myrle,
> >
> > Thanks for the repository. This is the link to my repo:
> > https://github.com/ebenezergraham/fineract-cn-notification. Also, I
> noticed
> > that apache's repo is fineract-cn-notification(*s*). I have been using
> > notification without s. I would like to request that we go with
> > *notification *unless have to keep notifications for a reason.
> >
> > I don't have an ICLA with Apache yet. I believe you are referring to this
> > agreement https://www.apache.org/licenses/icla.pdf. I have read it and
> > filled it. Please let me know what to do next.
> >
> >
> >
> >
> > *At your service,*
> >
> > *Ebenezer Graham*
> >
> > *BSc (Hons) Computing*
> >
> >
> > [image: EmailSignature.png]
> >
> > African Leadership University,
> >
> > Power Mill Road, Pamplemousses,
> >
> > Mauritius.
> >
> >
> >
> > *skype*:
> > ebenezer.graham
> > GitHub  | LinkedIn
> >  | Twitter
> >  | Facebook
> > 
> > www.pactmart.com | Freelancing made easy.
> >
> >
> > *“Talk is cheap, show me the code.” *- *Linus Torvalds*
> >
> >
> >
> > On 21 June 2018 at 13:20, Myrle Krantz  wrote:
> >
> > > Hey Ebenezer,
> > >
> > > You now have a repo: https://github.com/apache/
> fineract-cn-notifications
> > >
> > > If you'll send me a link to the github repo you've been using, I'll
> > > get it filled in there.
> > >
> > > I strongly recommend you work from the Apache Repo as much as
> > > possible.  Doing it off a personal repo is known as off-list
> > > development.  This prevents others from working with you.
> > >
> > > But first: do you have an ICLA on file at Apache?
> > >
> > > Greets,
> > > Myrle
> > >
> > > On Wed, Jun 20, 2018 at 4:11 PM Ebenezer Graham
> > >  wrote:
> > > >
> > > > Hello Myrle,
> > > >
> > > > I need a git repository for the notification microservice i.e
> > > > fineract-cn-notification.
> > > >
> > > > I am currently working on a repository on my account. The idea is to
> > > > transfer ownership of the repository to Apache once it's done or
> when I
> > > > make significant progress.
> > > >
> > > > What would you recommend?
> > > >
> > > > *At your service,*
> > > >
> > > > *Ebenezer Graham*
> > > >
> > > > *BSc (Hons) Computing*
> > > >
> > > >
> > > > [image: EmailSignature.png]
> > > >
> > > > African Leadership University,
> > > >
> > > > Power Mill Road, Pamplemousses,
> > > >
> > > > Mauritius.
> > > >
> > > >
> > > >
> > > > *skype*:
> > > > ebenezer.graham
> > > > GitHub  | LinkedIn
> > > >  | Twitter
> > > >  | Facebook
> > > > 
> > > > www.pactmart.com | Freelancing made easy.
> > > >
> > > >
> > > > *“Talk is cheap, show me the code.” *- *Linus Torvalds*
> > > >
> > > >
> > > >
> > > > On 20 June 2018 at 17:49, Myrle Krantz  wrote:
> > > >
> > > > > Hey all,
> > > > >
> > > > > This is a little late, but I've been traveling and now that I'm
> back
> > > > > I'm trying to pick up the tasks I dropped:
> > > > >
> > > > > Do any GSoC interns currently need git repositories for your work?
> > > > >
> > > > > Best Regards,
> > > > > Myrle
> > > > > Committer, 

Re: Web-App (Angular 6): Choice of Design Framework - Angular Material vs bootswatch and ng-bootstrap)

2018-06-21 Thread Abhay Chawla
Hello Everyone,

Here is a glimpse of the initial shell structure of the new web app
currently in development: https://abhaychawla.github.io/angular-app-shell/
We would appreciate any reviews you all have on the same.

Thank you
Abhay.

On Wed, Jun 20, 2018 at 1:06 PM Gaurav Saini 
wrote:

> Hello Everyone,
>
> Just to update on the latest activity going on the new web-app. Abhay,
> Anwesh and me had a call on weekend where we discussed what was currently
> built and shared my concerns with the approach we were following by not
> using official Angular Material. There were multiple UI/UX concerns also
> and some component level discussions and at the end we came to conclusion
> that we will be going to use:
>
>- Angular Material for the new web-application
>- Another important point finalised was that we will be first
>preparing a shell structure of the application and then start working on
>each component.
>- We also took a look on to some dashboard themes for ideation on
>UI/UX and finalised it also.
>
> Abhay just shared with initial structure he started and it's looking
> really good now and he will soon deploy that for demo also once he
> integrate and push it.
>
> @Abhay Chawla  @Anwesh Krishna Nayak
>  Also, some of the points that you should take
> care while working from starting is:
>
>- Follow javascript style guidelines -
>https://github.com/airbnb/javascript
>- Proper code commenting, Indentation & formatting (use ESLint)
>- Proper code directory structure in feature base modularity
>- Try best not to write own custom/internal CSS if we can use helper
>classes in library
>- Naming convention of classes, function, variable (this will be part
>of airbnb styleguide)
>- Documentation should be done in parallel as we tend to miss this
>everytime
>- Responsiveness - When building a new component or page do test it
>should be responsive. Although by default ,most of material components take
>care of this, just in case you write anything custom do test this.
>- Webpack build process should be there so that project builds
>properly.
>
>
> @Mentors: I request you all again to give your inputs so that we have more
> pair of eyes looking onto the project, that way we can have most of the
> basic things correct from start.
> @Mohit I need your feedback on the offline support also, if we need to
> setup anything from starting itself so our new application can work as PWA
> installable app also. :)
>
> Thanks
> Gaurav
>
> On Sat, Jun 16, 2018 at 6:20 PM Anwesh Krishna Nayak <
> anweshkna...@gmail.com> wrote:
>
>> Hi all,
>>
>> There was some error we faced so that material UI was not consistent
>> yesterday. Its back up again.
>> Please recheck https://openmf.github.io/web-app/
>>
>>
>> https://docs.google.com/document/d/1H9w7QWenox9M0nb29WR4RmvV94Jsjj0LglUZ3wCzbw8/edit?usp=sharing
>> Feel free to provide feedback in the doc.
>>
>> Thanks
>>
>> On Sat, Jun 16, 2018 at 2:24 AM, Gaurav Saini 
>> wrote:
>>
>>> As suggested by Abhay lets get on a call. I will fo my best to schedule
>>> it in weekend itself.
>>>
>>> Also, i saw the doc with screenshots there are really basic UI/UX
>>> mistakes done in new designs ideas shared that is the main reason to use
>>> angular material as you will stick to exact component designs.
>>>
>>> Let's have a call and discuss about all these in weekend itself.
>>>
>>> Thanks
>>> Gaurav
>>>
>>> On Fri 15 Jun, 2018, 21:42 Anwesh Krishna Nayak, 
>>> wrote:
>>>
 I have attached below the doc containing redesigning of all UI and
 links respectively

 Link :
 https://docs.google.com/document/d/1H9w7QWenox9M0nb29WR4RmvV94Jsjj0LglUZ3wCzbw8/edit?usp=sharing

 Thanks

 --
 You received this message because you are subscribed to the Google
 Groups "Mifos Google Summer of Code 2018" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to gsoc-2018+unsubscr...@mifos.org.

>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Mifos Google Summer of Code 2018" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to gsoc-2018+unsubscr...@mifos.org.
>>>
>>
>>
>
> --
> Regards,
> *Gaurav Saini*
>


Exception when debugging Fineract in IntelliJ

2018-06-21 Thread edmore
Devs, 
 
 When i Run/Debug Fineract (ServerWithMariaDB4jApplication.java) in Intellj  
but i get an exception
Error running '.../CORE/incubator-fineract/fineract-provider [classes]': 
Argument for @NotNull parameter 'module' of 
com/intellij/psi/search/GlobalSearchScope.moduleRuntimeScope must not be null.
I have configured the environment correctly as in the guides .. 
 
 
Regards
 
Ed


Re: Git repos for GSoC interns?

2018-06-21 Thread Myrle Krantz
Hey Ebenezer,

It's unnecessarily difficult to get that changed after it's already
been created.  With apologies, you'll have to deal with the slight
variation from your original wishes.  This will not cause difficulties
with the import though.

Please send the filled out ICLA to secret...@apache.org and cc
priv...@fineract.apache.org.

Greets,
Myrle

On Thu, Jun 21, 2018 at 12:02 PM Ebenezer Graham
 wrote:
>
> Hello Myrle,
>
> Thanks for the repository. This is the link to my repo:
> https://github.com/ebenezergraham/fineract-cn-notification. Also, I noticed
> that apache's repo is fineract-cn-notification(*s*). I have been using
> notification without s. I would like to request that we go with
> *notification *unless have to keep notifications for a reason.
>
> I don't have an ICLA with Apache yet. I believe you are referring to this
> agreement https://www.apache.org/licenses/icla.pdf. I have read it and
> filled it. Please let me know what to do next.
>
>
>
>
> *At your service,*
>
> *Ebenezer Graham*
>
> *BSc (Hons) Computing*
>
>
> [image: EmailSignature.png]
>
> African Leadership University,
>
> Power Mill Road, Pamplemousses,
>
> Mauritius.
>
>
>
> *skype*:
> ebenezer.graham
> GitHub  | LinkedIn
>  | Twitter
>  | Facebook
> 
> www.pactmart.com | Freelancing made easy.
>
>
> *“Talk is cheap, show me the code.” *- *Linus Torvalds*
>
>
>
> On 21 June 2018 at 13:20, Myrle Krantz  wrote:
>
> > Hey Ebenezer,
> >
> > You now have a repo: https://github.com/apache/fineract-cn-notifications
> >
> > If you'll send me a link to the github repo you've been using, I'll
> > get it filled in there.
> >
> > I strongly recommend you work from the Apache Repo as much as
> > possible.  Doing it off a personal repo is known as off-list
> > development.  This prevents others from working with you.
> >
> > But first: do you have an ICLA on file at Apache?
> >
> > Greets,
> > Myrle
> >
> > On Wed, Jun 20, 2018 at 4:11 PM Ebenezer Graham
> >  wrote:
> > >
> > > Hello Myrle,
> > >
> > > I need a git repository for the notification microservice i.e
> > > fineract-cn-notification.
> > >
> > > I am currently working on a repository on my account. The idea is to
> > > transfer ownership of the repository to Apache once it's done or when I
> > > make significant progress.
> > >
> > > What would you recommend?
> > >
> > > *At your service,*
> > >
> > > *Ebenezer Graham*
> > >
> > > *BSc (Hons) Computing*
> > >
> > >
> > > [image: EmailSignature.png]
> > >
> > > African Leadership University,
> > >
> > > Power Mill Road, Pamplemousses,
> > >
> > > Mauritius.
> > >
> > >
> > >
> > > *skype*:
> > > ebenezer.graham
> > > GitHub  | LinkedIn
> > >  | Twitter
> > >  | Facebook
> > > 
> > > www.pactmart.com | Freelancing made easy.
> > >
> > >
> > > *“Talk is cheap, show me the code.” *- *Linus Torvalds*
> > >
> > >
> > >
> > > On 20 June 2018 at 17:49, Myrle Krantz  wrote:
> > >
> > > > Hey all,
> > > >
> > > > This is a little late, but I've been traveling and now that I'm back
> > > > I'm trying to pick up the tasks I dropped:
> > > >
> > > > Do any GSoC interns currently need git repositories for your work?
> > > >
> > > > Best Regards,
> > > > Myrle
> > > > Committer, Apache Fineract
> > > >
> >


Re: Git repos for GSoC interns?

2018-06-21 Thread Ebenezer Graham
Hello Myrle,

Thanks for the repository. This is the link to my repo:
https://github.com/ebenezergraham/fineract-cn-notification. Also, I noticed
that apache's repo is fineract-cn-notification(*s*). I have been using
notification without s. I would like to request that we go with
*notification *unless have to keep notifications for a reason.

I don't have an ICLA with Apache yet. I believe you are referring to this
agreement https://www.apache.org/licenses/icla.pdf. I have read it and
filled it. Please let me know what to do next.




*At your service,*

*Ebenezer Graham*

*BSc (Hons) Computing*


[image: EmailSignature.png]

African Leadership University,

Power Mill Road, Pamplemousses,

Mauritius.


​
*skype*:
​ebenezer.graham
GitHub  | LinkedIn
 | Twitter
 | Facebook

www.pactmart.com | Freelancing made easy.


*“Talk is cheap, show me the code.” *- *Linus Torvalds*



On 21 June 2018 at 13:20, Myrle Krantz  wrote:

> Hey Ebenezer,
>
> You now have a repo: https://github.com/apache/fineract-cn-notifications
>
> If you'll send me a link to the github repo you've been using, I'll
> get it filled in there.
>
> I strongly recommend you work from the Apache Repo as much as
> possible.  Doing it off a personal repo is known as off-list
> development.  This prevents others from working with you.
>
> But first: do you have an ICLA on file at Apache?
>
> Greets,
> Myrle
>
> On Wed, Jun 20, 2018 at 4:11 PM Ebenezer Graham
>  wrote:
> >
> > Hello Myrle,
> >
> > I need a git repository for the notification microservice i.e
> > fineract-cn-notification.
> >
> > I am currently working on a repository on my account. The idea is to
> > transfer ownership of the repository to Apache once it's done or when I
> > make significant progress.
> >
> > What would you recommend?
> >
> > *At your service,*
> >
> > *Ebenezer Graham*
> >
> > *BSc (Hons) Computing*
> >
> >
> > [image: EmailSignature.png]
> >
> > African Leadership University,
> >
> > Power Mill Road, Pamplemousses,
> >
> > Mauritius.
> >
> >
> >
> > *skype*:
> > ebenezer.graham
> > GitHub  | LinkedIn
> >  | Twitter
> >  | Facebook
> > 
> > www.pactmart.com | Freelancing made easy.
> >
> >
> > *“Talk is cheap, show me the code.” *- *Linus Torvalds*
> >
> >
> >
> > On 20 June 2018 at 17:49, Myrle Krantz  wrote:
> >
> > > Hey all,
> > >
> > > This is a little late, but I've been traveling and now that I'm back
> > > I'm trying to pick up the tasks I dropped:
> > >
> > > Do any GSoC interns currently need git repositories for your work?
> > >
> > > Best Regards,
> > > Myrle
> > > Committer, Apache Fineract
> > >
>


Re: Git repos for GSoC interns?

2018-06-21 Thread Myrle Krantz
Hey Ebenezer,

You now have a repo: https://github.com/apache/fineract-cn-notifications

If you'll send me a link to the github repo you've been using, I'll
get it filled in there.

I strongly recommend you work from the Apache Repo as much as
possible.  Doing it off a personal repo is known as off-list
development.  This prevents others from working with you.

But first: do you have an ICLA on file at Apache?

Greets,
Myrle

On Wed, Jun 20, 2018 at 4:11 PM Ebenezer Graham
 wrote:
>
> Hello Myrle,
>
> I need a git repository for the notification microservice i.e
> fineract-cn-notification.
>
> I am currently working on a repository on my account. The idea is to
> transfer ownership of the repository to Apache once it's done or when I
> make significant progress.
>
> What would you recommend?
>
> *At your service,*
>
> *Ebenezer Graham*
>
> *BSc (Hons) Computing*
>
>
> [image: EmailSignature.png]
>
> African Leadership University,
>
> Power Mill Road, Pamplemousses,
>
> Mauritius.
>
>
>
> *skype*:
> ebenezer.graham
> GitHub  | LinkedIn
>  | Twitter
>  | Facebook
> 
> www.pactmart.com | Freelancing made easy.
>
>
> *“Talk is cheap, show me the code.” *- *Linus Torvalds*
>
>
>
> On 20 June 2018 at 17:49, Myrle Krantz  wrote:
>
> > Hey all,
> >
> > This is a little late, but I've been traveling and now that I'm back
> > I'm trying to pick up the tasks I dropped:
> >
> > Do any GSoC interns currently need git repositories for your work?
> >
> > Best Regards,
> > Myrle
> > Committer, Apache Fineract
> >


Re: [Mifos-developer] Web-App (Angular 6): Choice of DesignFramework- Angular Material vs bootswatch and ng-bootstrap)

2018-06-21 Thread Sendoro Juma
Dear Jubha, 

As for 

- When transfering a client from one office to another, an option to choose a 
transfer date will be good also 

https://github.com/openMF/community-app/issues/2968 


Can you check the other two if there is no opened issue... so that you can 
open? 


Regards 
Sendoro 


From: "jubha mayala"  
To: "Ed Cable" , "mifos-developer" 
 
Cc: "Pranjal Goswami" , "dev" 
, gsoc-2...@mifos.org 
Sent: Thursday, June 21, 2018 10:53:23 AM 
Subject: RE: [Mifos-developer] Web-App (Angular 6): Choice of DesignFramework- 
Angular Material vs bootswatch and ng-bootstrap) 



Hi All! 

On my experience using and training users of Mifos x, I would recommend these 
things be added into the new coming Mifos x: 



- Data import tool (Bulk Import) menu to have numbers like the old data Import 
Tool, this helps a lot when you are training new users of Mifos x. (numbers are 
memorized easily compared to words!) 



- an option to display a total number of clients on list of client’s page. 



- When transferring a client from one office to another, an option to choose a 
transfer date will be good also. 



all of these I have attached print screen photos for more clarifications. 



Thank you all for the good job! 



Jubha. 







Sent from [ https://go.microsoft.com/fwlink/?LinkId=550986 | Mail ] for Windows 
10 




From: [ mailto:edca...@mifos.org | Ed Cable ] 
Sent: Wednesday, June 20, 2018 4:15 PM 
To: [ mailto:mifos-develo...@lists.sourceforge.net | Mifos software development 
] 
Cc: [ mailto:pranjal.b.gosw...@gmail.com | Pranjal Goswami ] ; [ 
mailto:dev@fineract.apache.org | Dev ] ; [ mailto:gsoc-2...@mifos.org | 
gsoc-2...@mifos.org ] 
Subject: Re: [Mifos-developer] Web-App (Angular 6): Choice of DesignFramework- 
Angular Material vs bootswatch and ng-bootstrap) 





Sifiso, Jubha, 





Allowing skinnable themes and more configuration of look and feel of UI is 
exactly one of the goals we want to support with rewrite of the UI on Angular 
6. 





We don't want the default UI to be a drastic departure from the current UX and 
redesigned skin that we rolled out but we do want to ensure we take into 
account Material guidelines and address and optimize the current portions of 
the UI that are challenging for end users. 





What would be great for you both to do is share your feedback on this thread 
about what works best about the current UX and want to ensure is replicated and 
what areas of the current UI you think need to be improved the most. 





Santosh is working closely with Anwesh and Abhay on this project to ensure 
usability is improved and doesn't drastically depart from the current Mifos X 
web app experience. 





Ed 





On Wed, Jun 20, 2018 at 5:53 AM jubha mayala < [ mailto:basston...@gmail.com | 
basston...@gmail.com ] > wrote: 





Hi all! 

Yes, the proposed UI looks great, but I would also recommend if possible Mifos 
x should have a feature to choose themes. Users to be able to choose the 
classic Mifos x UI or the new one  



Sent from [ https://go.microsoft.com/fwlink/?LinkId=550986 | Mail ] for Windows 
10 




From: [ mailto:sif...@skyburgsystems.org | sif...@skyburgsystems.org ] 
Sent: Wednesday, June 20, 2018 2:52 PM 
To: [ mailto:mifos-develo...@lists.sourceforge.net | 'Mifos software 
development' ] 
Cc: [ mailto:pranjal.b.gosw...@gmail.com | pranjal.b.gosw...@gmail.com ] ; [ 
mailto:gsoc-2...@mifos.org | gsoc-2...@mifos.org ] ; [ 
mailto:dev@fineract.apache.org | dev@fineract.apache.org ] 
Subject: Re: [Mifos-developer] Web-App (Angular 6): Choice of Design Framework- 
Angular Material vs bootswatch and ng-bootstrap) 




Hi guys, 



I like some of the UI that is being proposed for the system. But other 
suggestions are not really necessary like the top menu, client create, and the 
accounting new look UIs. So my question is can we choose what we want the 
system UI to look like and perform as? 



Kind regards, 

Sifiso 



From: Anwesh Krishna Nayak < [ mailto:anweshkna...@gmail.com | 
anweshkna...@gmail.com ] > 
Sent: Friday, June 15, 2018 6:13 PM 
To: Gaurav Saini < [ mailto:gauravsain...@gmail.com | gauravsain...@gmail.com ] 
> 
Cc: [ mailto:gsoc-2...@mifos.org | gsoc-2...@mifos.org ] ; Pranjal Goswami < [ 
mailto:pranjal.b.gosw...@gmail.com | pranjal.b.gosw...@gmail.com ] >; Mifos 
software development < [ mailto:mifos-develo...@lists.sourceforge.net | 
mifos-develo...@lists.sourceforge.net ] >; Dev < [ 
mailto:dev@fineract.apache.org | dev@fineract.apache.org ] > 
Subject: Re: [Mifos-developer] Web-App (Angular 6): Choice of Design Framework 
- Angular Material vs bootswatch and ng-bootstrap) 




I have attached below the doc containing redesigning of all UI and links 
respectively 





Link : [ 
https://docs.google.com/document/d/1H9w7QWenox9M0nb29WR4RmvV94Jsjj0LglUZ3wCzbw8/edit?usp=sharing
 | 
https://docs.google.com/document/d/1H9w7QWenox9M0nb29WR4RmvV94Jsjj0LglUZ3wCzbw8/edit?usp=sharing
 ] 





Thanks 




[ 

RE: [Mifos-developer] Web-App (Angular 6): Choice of DesignFramework- Angular Material vs bootswatch and ng-bootstrap)

2018-06-21 Thread jubha mayala
Hi All!
On my experience using and training users of Mifos x, I would recommend these 
things be added into the new coming Mifos x:

- Data import tool (Bulk Import) menu to have numbers like the old data Import 
Tool, this helps a lot when you are training  new users of Mifos x. (numbers 
are memorized easily compared to words!)

- an option to display a total number of clients on list of client’s page.

- When transferring a client from one office to another, an option to choose a 
transfer date will be good also.

all of these I have attached print screen photos for more clarifications.

Thank you all for the good job!

Jubha.



Sent from Mail for Windows 10

From: Ed Cable
Sent: Wednesday, June 20, 2018 4:15 PM
To: Mifos software development
Cc: Pranjal Goswami; Dev; gsoc-2...@mifos.org
Subject: Re: [Mifos-developer] Web-App (Angular 6): Choice of DesignFramework- 
Angular Material vs bootswatch and ng-bootstrap)

Sifiso, Jubha,

Allowing skinnable themes and more configuration of look and feel of UI is 
exactly one of the goals we want to support with rewrite of the UI on Angular 
6. 

We don't want the default UI to be a drastic departure from the current UX and 
redesigned skin that we rolled out but we do want to ensure we take into 
account Material guidelines and address and optimize the current portions of 
the UI that are challenging for end users. 

What would be great for you both to do is share your feedback on this thread 
about what works best about the current UX and want to ensure is replicated and 
what areas of the current UI you think need to be improved the most. 

Santosh is working closely with Anwesh and Abhay on this project to ensure 
usability is improved and doesn't drastically depart from the current Mifos X 
web app experience.

Ed

On Wed, Jun 20, 2018 at 5:53 AM jubha mayala  wrote:
Hi all!
Yes, the proposed UI looks great, but I would also recommend if possible Mifos 
x should have a feature to choose themes. Users to be able to choose the 
classic Mifos x UI or the new one
 
Sent from Mail for Windows 10
 
From: sif...@skyburgsystems.org
Sent: Wednesday, June 20, 2018 2:52 PM
To: 'Mifos software development'
Cc: pranjal.b.gosw...@gmail.com; gsoc-2...@mifos.org; dev@fineract.apache.org
Subject: Re: [Mifos-developer] Web-App (Angular 6): Choice of Design Framework- 
Angular Material vs bootswatch and ng-bootstrap)
 
Hi guys,
 
I like some of the UI that is being proposed for the system. But other 
suggestions are not really necessary like the top menu, client create, and the 
accounting new look UIs. So my question is can we choose what we want the 
system UI to look like and perform as?
 
Kind regards,
Sifiso
 
From: Anwesh Krishna Nayak 
Sent: Friday, June 15, 2018 6:13 PM
To: Gaurav Saini 
Cc: gsoc-2...@mifos.org; Pranjal Goswami ; Mifos 
software development ; Dev 

Subject: Re: [Mifos-developer] Web-App (Angular 6): Choice of Design Framework 
- Angular Material vs bootswatch and ng-bootstrap)
 
I have attached below the doc containing redesigning of all UI and links 
respectively
 
Link : 
https://docs.google.com/document/d/1H9w7QWenox9M0nb29WR4RmvV94Jsjj0LglUZ3wCzbw8/edit?usp=sharing
 
Thanks
 

Virus-free. www.avast.com
 
 
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdotMifos-developer 
mailing list
mifos-develo...@lists.sourceforge.net
Unsubscribe or change settings at:
https://lists.sourceforge.net/lists/listinfo/mifos-developer



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




---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus