Re: [Mifos-developer] Web App: Unable to find data for some sections in the loan accounts section

2020-06-07 Thread Abhay Chawla
that sounds like a bug in the >>>>> Fineract >>>>> back end.. >>>>> >>>>> Which Fineract server do you use? Your own locally, or a Cloud hosted >>>>> one? If you run a local one, then check the log- is there an error wi

Re: OAuth testing?

2020-05-24 Thread Abhay Chawla
Hi Michael, In the web-app, we can enable oauth from https://github.com/openMF/web-app/blob/master/src/environments/environment.ts by setting the enabled property to true and test the feature with the latest backend. Regards Abhay On Wed, May 20, 2020 at 4:36 AM Michael Vorburger wrote: >

Re: Too Many PRs not being Merged on New Angular 7 Mifos Web App

2020-04-11 Thread Abhay Chawla
Hi Awasum, There was a sudden surge in the number of PRs in the last two months and we saw many contributors coming in possibly because of GSoC and also the COVID-19 pandemic which gave a lot of people time to focus on some productive work. We are working together to get these PRs merged as soon

Regarding Interest Rate Chart in Fixed Deposit/Recurring Deposit Product Creation

2019-08-08 Thread Abhay Chawla
Hello, I saw that the code for providing textfields for name and description of an interest rate chart step in create fixed deposit products html file has been commented but the paramters are still being sent within the javascript controller. Why has the code been commented? Are these parameters

Re: Query regarding products section

2019-08-05 Thread Abhay Chawla
seem work which should be an issue with the frontend of community app. Should I create an issue? Also, could the demo server be updated to the latest code as well? On Mon, Aug 5, 2019 at 3:09 PM Abhay Chawla wrote: > Hi all, > > I had two queries regarding the products section. >

Query regarding products section

2019-08-05 Thread Abhay Chawla
Hi all, I had two queries regarding the products section. 1) While editing a share product whenever I add a charge and try to submit, It gives me an unknown error. I was able to reproduce this on the demo server. @Santosh Math seems to be a backend issue. 2) We have existing APIs for deletion

Translations in Mifos X Web Apps: Angular's Internationalization vs ngx-translate

2019-07-27 Thread Abhay Chawla
Hello Everyone, In the previous year's Google Summer of Code, we(Ed, Gaurav and I) initiated a discussion regarding the implementation of translations within the web-app wherein the various possibilities using which it can be done was discussed. As talked about in today's meeting I would like to

Re: Fineract community app or web-app

2019-07-09 Thread Abhay Chawla
Hi TcBuzor, Web App is the revamped version of the community app. Community app is based on AngularJS which is being redeveloped as the web app based on Angular 7. Yes, it will have feature parity with the community app. But it will take some time for all the features to be developed/functional

[Bug]: Journal Entries are not filterable by type of entry: system

2018-07-26 Thread Abhay Chawla
Hello Everyone, This is to bring to your notice that Journal Entries are not filterable by type of entry: system from server-side. The parameter available for filtering journal entries by type is manualEntriesOnly using which only manual entries can be filtered (as clear from its name). On the

Re: [GSoC'18 Web App]: Query regarding current design approach

2018-07-20 Thread Abhay Chawla
be easy to fill up. Previous form design > in community app was similar to the two column which had many > inconsistencies I faced during fixing it and making it responsive was more > tedious. > > Thanks > > On Fri, 20 Jul 2018, 21:22 Abhay Chawla, wrote: > >

[GSoC'18 Web App]: Query regarding current design approach

2018-07-20 Thread Abhay Chawla
Hello Everyone, This is regarding the current design implementation in the web app. Currently, wherever we have forms it was decided that we follow a single column approach along with the implementation of angular-archwizard. According to me, we have a lot of space on larger screens like desktops

Re: [Mifos-developer] LOGIN ERROR MESSAGE

2018-07-15 Thread Abhay Chawla
15=0 > > >> > HTTP/1.1" 401 137 > > >> > 154.66.18.221 - - [15/Jul/2018:14:37:29 +0100] "GET > > >> > /fineract-provider/api/v1/notifications?isRead=false& > > limit=15=0 > > >> > HTTP/1.1" 401 137 > > >>

Re: LOGIN ERROR MESSAGE

2018-07-15 Thread Abhay Chawla
> 154.66.18.221 - - [15/Jul/2018:14:40:58 +0100] "GET > /%7B%7BlargeLogoPath%7D%7D HTTP/1.1" 404 1001 > 154.66.18.221 - - [15/Jul/2018:14:40:58 +0100] "GET > /fineract-provider/api/v1/notifications?isRead=true=15=0 > HTTP/1.1" 200 52 > > On Sat, Jul 14, 2018

[Web App - Proposal]: Add a forgot password feature

2018-07-14 Thread Abhay Chawla
Hello Everyone, Currently, we don't have a forgot password feature within the community-app which may allow a user to reset their password in case they have forgotten and are unable to access the application. We could allow this in the new web-app by asking the user to enter their

[Bug]: Two factor authentication with oauth2 enabled cannot be implemented properly

2018-07-14 Thread Abhay Chawla
Hello Everyone, I want to bring this problem to your notice that its currently no way possible to implement two-factor authentication with oauth2 enabled within the application as user details cannot be retrieved without the two-factor access token set in the header. Its the user details object

Re: [GSoC'18 Web App] Error while testing fineract API for oauth

2018-07-12 Thread Abhay Chawla
I was able to detect my mistake and implement the API. Please ignore the email. Thanks Abhay. On Fri, Jul 13, 2018 at 3:30 AM Abhay Chawla wrote: > Hello everyone, > > I followed the steps to build the platform to *enable oauth* and ran a > local server to test the same for im

[GSoC'18 Web App] Error while testing fineract API for oauth

2018-07-12 Thread Abhay Chawla
Hello everyone, I followed the steps to build the platform to *enable oauth* and ran a local server to test the same for implementation in the new web-app. But for the request : POST

Re: Self-Service APIs for GSOC Students

2018-07-08 Thread Abhay Chawla
for self-service user management. I would like to request for a discussion regarding this for some clarity so that the required APIs can be built. Thanks Abhay. On Fri, Jul 6, 2018 at 10:50 PM Abhay Chawla wrote: > Hello Everyone, > > As I was exploring the APIs that I will be using

Re: Self-Service APIs for GSOC Students

2018-07-06 Thread Abhay Chawla
Hello Everyone, As I was exploring the APIs that I will be using for user management I saw that we don't have a field for mobile no in the API for users, only the email. On the other hand, clients have both email and mobile. I want to know why do we don't have a mobile no in the users API,

Re: Self-Service APIs for GSOC Students

2018-07-03 Thread Abhay Chawla
Hello, I have added another issue to request for the APIs that will be required for the App Configuration of the new web app and the self-service applications here: https://issues.apache.org/jira/browse/FINERACT-638 Thanks Abhay. On Fri, Jun 22, 2018 at 3:53 AM Ed Cable wrote: > Saksham and

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

2018-06-28 Thread Abhay Chawla
green combo options based on Mifos logo looked nice in >> my eyes: >> >> >> https://material.io/tools/color/#!/?view.left=0=1=1074b9=b4d575=00=ff >> >> https://material.io/tools/color/#!/?view.left=0=1=1daeec=b4d575=00=00 >> >> Ed >&g

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

2018-06-21 Thread Abhay Chawla
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

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

2018-06-21 Thread Abhay Chawla
ill 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/

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

2018-06-20 Thread Abhay Chawla
Hello, As Ed mentioned we would be soon having a feature to configure the themes in the new MifosX web app. Apart from this, the organization will also be able to configure the following from the settings in the future: 1. The name of the organization, its description, a summary, default

Re: Wireframes for UI for Self-Service User Creation

2018-06-16 Thread Abhay Chawla
Hello Ed, Thank you for sharing. I had referred to these wireframes earlier as well while creating the mockups during the proposal submission period. I'll ensure to keep them as a reference. Abhay On Sat, Jun 16, 2018 at 10:57 PM Ed Cable wrote: > Abhay, > > I had forgotten that Maulik had

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

2018-06-16 Thread Abhay Chawla
Okay, I'll be there. Abhay On Sat, Jun 16, 2018 at 1:12 PM Gaurav Saini wrote: > Hello Abhay And Anwesh, > > Let's get on a call around 6:30 PM today on Skype. I will give you my > inputs and feedbacks. > > Thanks > Gaurav > > On Sat, Jun 16, 2018 at 1:09 PM Abhay

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

2018-06-16 Thread Abhay Chawla
Thank you Gaurav, Please let us know the time soon and we will be there. Also, please have a look at the latest changes regarding self-service user management as well. I have deployed them to gh-pages. The routes are: 1)/self-service/users 1)/self-service/users/create 1)

Re: Deprecation of GitHub Services - Travis CI

2018-06-16 Thread Abhay Chawla
to the default branch. Thanks Abhay On Sat, Jun 16, 2018 at 1:37 AM Ed Cable wrote: > I added the token as environment variable. > > Ed > > On Wed, Jun 13, 2018 at 10:02 AM Abhay Chawla > wrote: > >> Yes, we just need you to set the GITHUB_TOKEN environment variable at >

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

2018-06-15 Thread Abhay Chawla
at is bootswatch >>> and ng-bootstrap. We are already following the UI/UX guidelines for >>> consistency. >>> >>> Thanks >>> >>> On Sat, Jun 9, 2018 at 11:50 AM, Raunak Sett >>> wrote: >>> >>>> We should use Angular

Re: Establish requirements for app configuration settings for Online Banking App and Mobile App

2018-06-14 Thread Abhay Chawla
.com/>*| > <https://github.com/ankit01ojha>|Github| <https://github.com/ankit01ojha> > > *Be who you were created to be, and you will set the world on fire.* > > > > On Fri, Jun 8, 2018 at 11:14 PM Abhay Chawla > wrote: > >> Hello everyone, >> >&g

Re: Deprecation of GitHub Services - Travis CI

2018-06-13 Thread Abhay Chawla
r/open-source-on- >> > travis-ci-com/#Existing-Open-Source-Repositories-on-travis-ci.org >> > >> > See >> > >> > [image: Screen Shot 2018-06-08 at 10.53.29 AM.png] >> > ​ >> > >> > -- Forwarded message - >> > From: Anwesh Kr

Establish requirements for app configuration settings for Online Banking App and Mobile App

2018-06-08 Thread Abhay Chawla
Hello everyone, I created a simple demo to illustrate how we will be providing a choice from various themes to the organizations so that they can configure the new community app to suit there needs here: https://abhaychawla.github.io/angular-theme Apart from this, the organization will also be

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

2018-06-08 Thread Abhay Chawla
Hello everyone, After some discussion, Anwesh and I have a come up with the following points regarding the decision to use Angular Material or bootswatch and ng-bootstrap for the new MifosX Web App (Angular 6): 1) ng-bootstrap is a wrapper over bootstrap.js which contains a set of Angular

Re: Selection of chat/support tool for Customer-Facing Apps

2018-05-30 Thread Abhay Chawla
, 2018 at 10:45 AM Saransh Sharma > wrote: > >> One thing about Rocket chat it lags a lot in case we have lots of user! >> >> >> On Sun, May 27, 2018 at 3:48 PM, Abhay Chawla >> wrote: >> >>> Hello Everyone, >>> >>> I think we c

Re: Selection of chat/support tool for Customer-Facing Apps

2018-05-27 Thread Abhay Chawla
nse-Version-2-APLv2 > > Regards > Sendoro > > - Original Message - > From: "Abhay Chawla" <abhay.chawl...@gmail.com> > To: "Ed Cable" <edca...@mifos.org> > Cc: "saksham handu2015" <saksham.handu2...@vit.ac.in&

Re: Selection of chat/support tool for Customer-Facing Apps

2018-05-27 Thread Abhay Chawla
Hello Everyone, I think we could try using Rocket.Chat Live Chat feature for adding chat widgets to the Online Banking App and Mobile App on the client side. Further, admins would respond to clients' queries from the Self Service User Administrative Portal. Rocket.Chat is open source with MIT