Peter Santa created FINERACT-1912:
-------------------------------------
Summary: Have advanced features for Transaction querying
Key: FINERACT-1912
URL: https://issues.apache.org/jira/browse/FINERACT-1912
Project: Apache Fineract
Issue Type: New Feature
Components: Savings
Reporter: Peter Santa
h1. Background
Currently transactions of a Saving Account cannot be filtered - either all of
them are in the response (using ...?associations=all), or none of them.
Pagination and sorting is not supported.
h1. Goal
Foe Transactions related to - at least - Savings Account, support having:
* pagination - following the concept in Fineract, implemented already for
other entities
* sorting - following the concept in Fineract, implemented already for other
entities
* filtering for
** transaction date:
*** from
*** to
*** from-to = between (closed interval, includes the given values)
** amount
** currency
**
** externalId - if FINERACT-1760 is already implemented
h1. Solution Concept
Have the solution aligned with the solution of FINERACT-1910.
The API should support passing the required parameters.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)