openMF / community-app

This was the former default web application built on top of the Apache Fineract platform. It's now deprecated and replaced by the the Mifos X Web App (https://github.com/openMF/web-app maintained by the Mifos Initiative as a reference solution for financial inclusion. It is a Single-Page App (SPA) written in web standard technologies.
http://openmf.github.io/community-app/
Mozilla Public License 2.0
312 stars 1.02k forks source link

Client address fields are not coming #3336

Closed bharathcgowda closed 3 years ago

bharathcgowda commented 3 years ago

Enable client address configuration and try adding the address for a client.

When you click on the add address, the screen is blank and there are no fields to do the data entry(like address 1, state, city, etc)

check below screenshot for reference image image

raghu0812199 commented 3 years ago

hi @bharathcgowda i want to work on this issue can you please guide me

bharathcgowda commented 3 years ago

@raghu0812199 Thank you for taking initiative, did you try reproducing the issue by following the description provided?

login to https://openmf.github.io/community-app/?baseApiUrl=https%3A%2F%2Fdemo.fineract.dev&tenantIdentifier=default#/ username: mifos password: password

click on create client ->try to add address (you will not get any fields to enter apart from address type selection dropdown)

Refer to screenshots above.

Let me know if you have any questions, we can connect on skype if required

BLasan commented 3 years ago

@bharathcgowda Sir, I would like to work on this issue. Before that we need to resolve the login issue.

bharathcgowda commented 3 years ago

@BLasan I have informed the respective team to look into the log in issue.

BLasan commented 3 years ago

@BLasan I have informed the respective team to look into the log in issue.

Thank you sir

bharathcgowda commented 3 years ago

Hi @BLasan, the login issue has been resolved :) Let me know if you need any help on this issue.

BLasan commented 3 years ago

Hi @BLasan, the login issue has been resolved :) Let me know if you need any help on this issue.

Sorry for being late. I'm taking a look now :)

BLasan commented 3 years ago

@bharathcgowda Address fields will be receiving after the button click Screenshot from 2021-01-27 21-35-11

BLasan commented 3 years ago

This gives a validation error in address field. Screenshot from 2021-01-27 21-41-36

Payload for address field

addressLine1: "120/5"
addressLine2: "Maharagama"
addressLine3: "Pamunuwa"
addressTypeId: 36
city: "Colombo"
countryId: 19
isActive: true
stateProvinceId: 25
BLasan commented 3 years ago

@bharathcgowda Perhaps this validation issue is with the FINERACT server.

bharathcgowda commented 3 years ago

@BLasan as we tested out, connection to dev.mifos.io would work from the latest community-app, but the issue persists on the latest codebase, we shall try locally and figure out if the issue is on the fineract first. Thank you for all the digging and support :)

BLasan commented 3 years ago

@BLasan as we tested out, connection to dev.mifos.io would work from the latest community-app, but the issue persists on the latest codebase, we shall try locally and figure out if the issue is on the fineract first. Thank you for all the digging and support :)

np sir :) I'll fix this issue