Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
-- Requested enhancement description (What would you like to accomplish?) --
Request to allow the customer to choose if they want to round a numeric input or not.
-- Detailed functionality description (How might it work? What needs to be changed?) --
The client needs a mechanism to choose if a decimal numerical input should be rounded. As it stands, any amount entered over 1000.00 is automatically rounded by the system by default.
-- Examples--
1.-
Utterance:five million six hundred thirty three thousand one hundred twenty five dollars sixty two cents
unit-currency Result: { "amount": 5633130, "currency": "USD", "original": "five million six hundred thirty three thousand one hundred twenty five dollars sixty two cents" }
2.-
Utterance:thirty three thousand one hundred twenty five dollars sixty two cents
unit-currency Result: { "currency": "USD", "original": "thirty three thousand one hundred twenty five dollars sixty two cents", "amount": 33125.6 }
Should be 33125.62
Should be 5633125.62