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
313 stars 1.02k forks source link

Issue Transfer Clients between Groups #2447

Open Gurinderkaur opened 7 years ago

Gurinderkaur commented 7 years ago

Transfer Clients between Groups

1.From the list of existing groups, navigate to the group you want to transfer clients from.
2.In the Group page, click on Transfer Clients tab. 3.Select the desired clients and click on ">>" button and select the destination group. 4.Click on submit button to transfer the clients to destination group.

Here, the API URL:-

https://demo.openmf.org/fineract-provider/api/v1/groups

Gives STATUS CODE:- OK but the response is empty [ ].

group1

group2

luckyman20 commented 7 years ago

@mbj36 @edcable Can I work on this issue ?

mbj36 commented 7 years ago

Sure @luckyman000786

luckyman20 commented 7 years ago

@mbj36 @edcable I am trying to make a API Request but it is getting an empty response. Can you tell me what wrong thing I am doing in this request ?

I think this issue should be created in Apache Fineract repository.

edcable commented 4 years ago

@santoshconflux can you confirm this issue is for the community-app and not Fineract?

edcable commented 4 years ago

@luckyman20 If this is still a Fineract issue, could you create an appropriate ticket there and then we'll close this one out and link to that one.

luckyman20 commented 4 years ago

@edcable First of all, the Destination Group field should be auto-complete. Plus, when I click on the Submit button, it sends a GET request, which fetches the information of the group mentioned in the Destination Group field, which is incorrect. It can be fixed by setting the Destination Group field to auto-complete, which has all groups (except the group from which we are transferring).

We should ideally use this POST request to transfer clients.

I am already opting out, so if any volunteer wants to pick this, please feel free to take this issue.