-
Type: Story
-
Status: Closed (View Workflow)
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Sprint:2022.R1 New Features Sprint 6, 2022.R2 New Features Sprint 1, 2022.R2 New Features Sprint 2
-
SCRUM Team:Brotherhood of Mutants
-
Story Points:3
-
Work Type Classification:Sustaining
Story
As a user, I would like to see the percentage of my existing stock would be transferred as I fill out the Create Transfer page.
Request for Developer
Please double check the code that exists in MXC and confirm that the description below is accurate for how the percentage is calculated. Thanks.
Update Details
This story is for creating the percentage calculation that updates the displayed value in the pill as the user types values.
- The pill at the end of an inventory item row in Create Transfer provides the user with the percentage of the existing on-hand inventory that will be transferred out of inventory.
- The percentage is calculated based on the Quantity on Hand number in the data row and the sum of the user entered values from the Case, Inner, and Unit fields.
- ((Sum of CASE, INNER, UNIT)/Quantity On Hand)*100 = Transferred Percentage
- The percentage data calculates and updates as the user updates any of the Case, Inner, or Unit fields.
- The percentage can go over 100%
- The percentage can not go below 0%
- If the Quantity on Hand value is less than or equal to ZERO and the sum of the Case, Inner, and Unit fields is greater than ZERO, always show "100%" in the pill.
AC
Confirm
- The percentage in the pill is updated as the user types a value in any of the Case, Inner, or Unit fields.
- The percentage displayed is accurate based on the formula and details above.
- implements
-
CFAMX-12484 InFORM Angular Technology Update
- In Development
- Is Clone Of
-
CFAMX-17884 M2 - Transfers: Transferred Percentage Pill Part 1
- Closed
-
CFAMX-17893 M2 - Transfers: Transferred Percentage Part 3
- Closed