Article Details
Id:21538
Product:finPOWER Connect
Type:FIX
Version:4.01.02
Opened:21/03/2024
Closed:21/06/2024
Released:12/09/2024
Job: J033155

HTML Widgets; Account Payment Arrangement; Rounding error in the "Add Promise" Modal window has been fixed

The payment information text at the bottom of the Add Promise Modal window in the Account Payment Arrangement HTML Widget could display misleading text, if the final Promise payment rounding meant that it equaled the regular Promise payment.

For example, with a Total Promise Value of $1,745.82, broken into 3 Payments, the total payments are:

  • 2 $581.94 Payments
  • 1 $581.9399999999998 Payment

However, when rounded (and because the two payments do not equal the third) the following message was returned:

  • Make 2 payments of $581.94 and 1 of $581.94

Which was misleading. This has been fixed, and now rounding such as this is taken into consideration. Now, using the same example above, would display:

  • Make 3 Payments of $581.94

The following HTML Widget has been updated:

  • HtmlWidget_AccountPaymentArrangementAdd
    • Version: 1.16 (21/06/2024)