mojaloop / project

Repo to track product development issues for the Mojaloop project.
Other
23 stars 15 forks source link

Filter Transaction View using Transaction Value #3969

Closed PaulMakinMojaloop closed 2 months ago

PaulMakinMojaloop commented 3 months ago

As a Hub Operator

I want to be able to search for a transaction by value, in order to find out the remaining details of the transaction

So that I can find a transaction even if the only characteristic I know is the value (though the filter can be used in conjunction with other filters, such as Payer DFSP)

The current filters are as follows:

Screenshot 2024-06-20 at 14.19.50.png

A new filter, for transaction value (exact value only, no ranges required) should be added.

The corresponding window for vNow is as follows:

Screenshot 2024-06-20 at 14.03.22.png

In this, the value filter is implemented in the "Amount" column - clicking on the column header lets the operator enter a value, which is then used to filter the table.

Monicaminzy commented 2 months ago
image.png image.png

New filter of exact txn value with various decimal values, corresponding data is displayed. It works well.