Closed therajanmaurya closed 7 years ago
I want to work on this issue
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 .
@singhalok641 Here is documentation for testing the demo request in postman https://github.com/openMF/self-service-app/wiki/Test-Mifos-API-in-Postman
I would like to work on this
Go ahead.
@therajanmaurya PR sent #136
Added in #136
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.
same Problem
This is the Savings Account Transaction feature
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