openMF / mifos-mobile

Repository for the Mifos Mobile Banking App for clients
https://openmf.github.io/mobileapps.github.io/
Mozilla Public License 2.0
281 stars 691 forks source link

Feature Savings Account Transaction #83

Closed therajanmaurya closed 7 years ago

therajanmaurya commented 7 years ago

This is the Savings Account Transaction feature image

You can use this END POINT: https://demo.openmf.org/fineract-provider/api/v1/self/savingsaccounts/21?associations=transactions for implementing the feature

In which you can pass the savingsaccountId: 21 for now and an item in Navigation Drawer with name "Transactions." This feature should be written in the fragment.

Note: Add Toolbar Menu Item for "Transactions" and open a new TransactionFragment on click the menu item button

singhalok641 commented 7 years ago

I want to work on this issue

singhalok641 commented 7 years ago

You can use this END POINT: https://demo.openmf.org/fineract-provider/api/v1/self/savingsaccounts/21?associations=transactions for implementing the feature. The link shows an error .

therajanmaurya commented 7 years ago

@singhalok641 Here is documentation for testing the demo request in postman https://github.com/openMF/self-service-app/wiki/Test-Mifos-API-in-Postman

dilpreet2028 commented 7 years ago

I would like to work on this

therajanmaurya commented 7 years ago

Go ahead.

dilpreet2028 commented 7 years ago

@therajanmaurya PR sent #136

therajanmaurya commented 7 years ago

Added in #136

Habeebu commented 4 years ago

I am trying to use the API, this method https://domain.com/fineract-provider/api/v1/savingsaccounts/227/transactions/11128 But I received this error, { "timestamp": 1579618103606, "status": 500, "error": "Internal Server Error", "exception": "org.springframework.dao.EmptyResultDataAccessException", "message": "Incorrect result size: expected 1, actual 0" } Any help, I checked and there is accountId and transactionId.

tiwariritesh1700 commented 4 years ago

same Problem