Skip to content

Releases: mojaloop/finance-portal-ui

fix(finance-portal-ui/issues/55): fixed decimalRate configuration for displaying forex rate

23 Sep 10:28
4a415c2
Compare
Choose a tag to compare
fix(finance-portal-ui/issues/55): fixed decimalRate configuration for…

… displaying forex rate (#56)

* Fixed DecimalRate configuration for displaying forex rate & removed 644 report in FP

* Linted the code for the changes made

* Refactor logic using @mojaloop/ml-number library

* Added more tests for ForexRatesTab and added myself as a contributor

* updated comments for disabling 644 report

* fixed issue with stringRateFromDecimalRateAndInteger

- catered for 0 case
- also returned string with fixed decimateRate
- fixed unit tests

* Updated comment

* aligned import for consistency

Co-authored-by: Miguel de Barros <miguel@debarros.me>

Renamed the Page title as "Finance Portal"

23 Sep 14:00
928c17f
Compare
Choose a tag to compare
Changed title from Mowali Portal to Finance Portal (#52)

* Changed title from Mowali Portal to Finance Portal

* tried fixing vulnerability issues

* Bumped up version

Change forex value for currencyPair

15 Sep 13:32
c3bde79
Compare
Choose a tag to compare
fix forext table currencyPair data (#51)

* fix forext table currencyPair data

* bump up version

Fix Forex tab table order

08 Sep 15:34
Compare
Choose a tag to compare
v10.4.1

upgrade version due to forex table fix

v10.4.0

23 Jun 08:46
06608d1
Compare
Choose a tag to compare

Added more columns to the Forex rate table, coming from the forexProviderInfo object;
Removed filtering for a single currency pair and displaying them all instead;
Temporarily removed the functionality of manually setting a Forex rate through the UI - will probably be re-added in the future after some clarifications are made and other parts are ready, so it is commented for the moment.

v10.3.0

03 Jun 11:43
1aaa172
Compare
Choose a tag to compare
  • Removed the Total Amount from Settlement Window details as it is a sales figure not finance figure and takes up inordinate amount of space on the page;
  • Updated unit tests to ensure that the multi currency transfers display properly in the Settlement Window details;
  • Added license and contributors list.

v9.4.0

06 May 09:42
a38fa41
Compare
Choose a tag to compare
Merge pull request #43 from mojaloop/feature/fix-npm-vulnerabilities

npm vulnerabilities

Add ForexRatesTable prop to filter single currency

18 Mar 19:17
cc775c6
Compare
Choose a tag to compare
Add ForexRatesTable prop to filter single currency (#40)

* Add ForexRatesTable prop to filter single currency

* Remove unused setForexRatesOnly function

* Propose some changes to hotfix

Co-authored-by: msk- <mattkingston@gmail.com>

Display only initial currency supported: EURMAD

17 Mar 13:15
9e96dfe
Compare
Choose a tag to compare
Display only initial currency supported: EURMAD (#39)

* Add onlyCurrency function for filtering by currency pair

* Display only EURMAD

* Bump version

Added custom class names in some components

09 Mar 13:39
cec524f
Compare
Choose a tag to compare
Added some custom class names to avoid issues with JSS minifying the …

…defaults; (#38)

Bumped to 9.3.5.