-
Type: Story
-
Status: Closed (View Workflow)
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: CFA 2019R4
-
Component/s: Item Maintenance
-
Labels:
-
Sprint:CFAMX 2019R4 Sprint 5
-
SCRUM Team:Brotherhood of Mutants
-
Story Points:7
-
SOW (Time Tracking) Project:44918
-
Work Type Classification:Sustaining
As an operator I want the suggested quantity to be updated when I update the multi order ratio of the item so that my order is accurate
Notes
- When an order quantity is suggested for a multi order item, the suggested qty = the suggested quantity for the inventory item * the order ratio for the vendor item
- When the order ratio is correct, the suggested quantity is suggested correctly for the multi order items
- The issue that we are trying to solve is that store are NOT setting the order ratio, it remains at zero, so zero is suggested
- We recalculate the Suggested Qty when a Correct On Hand is performed (we are already doing this in some form)
Acceptance Criteria
- Confirm that the Suggested Qty works in combination with:
- User Default Qty
- Allocation
- User Updated Qty
- If the user has updated the order qty, before changing the Order Ratio, resulting in a change in Suggested Qty, the order Quantity should NOT be updated (the user edit will be kept)
- If the item is on allocation, and the suggested allocation quantity is less than the updated suggested quantity, keep the allocation quantity
- If the item is on allocation, and the suggested quantity is less than the suggested allocation quantity, replace the allocation with the suggested quantity
- If there is a User Default Quantity, this should be used, rather than the suggested quantity, unless there is an allocation on the item and the allocation is less than the User Default Quantity, in which case the allocation quantity should be used
Suggested Qty | User Edited Qty | Allocation Qty | User Default Qty | Updated Suggested Qty | Order Qty | Comment |
---|---|---|---|---|---|---|
5 | - | - | - | - | 5 | |
5 | - | 3 | - | - | 3 | Allocation Qty is less than Suggested Qty, so it is used |
5 | 6 | - | - | - | 6 | User entered a value, so it is used |
5 | 4 | - | - | - | 4 | User entered a value, so it is used |
5 | 4 | 3 | - | - | 3 | Allocation Qty is less than User Entered, so User Entered cannot be saved, Allocation Qty used |
5 | - | - | 7 | - | 7 | User Default Qty is used |
5 | - | 3 | 7 | - | 3 | Allocation Qty is less than User Default Qty, so it is used |
5 | - | 3 | 2 | - | 2 | User Default Qty is less than Allocation Qty, so it is used |
5 | 6 | - | - | 4 | 6 | User entered a value larger, so it is used |
5 | - | 3 | - | 4 | 3 | Allocation Qty is less than Updated Suggested Qty, so it is used |
5 | - | 3 | - | 2 | 2 | Updated Suggested Qty is less than Allocation Qty, so it is used |
5 | - | 3 | 4 | 1 | 3 | The user would like to order 4, but the Allocation Qty is 3, so we order 3, Trying to order the UDQ but the allocation comes into effect to cap the order |
- implements
-
CFAMX-4455 SO - Default multi-order vendor items ratio
- Closed
- is related to
-
CFAMX-6883 2020R1(S3): Updating Multi-Order Ratios within an order updates Non-Suggested Item
- Done
There are no Sub-Tasks for this issue.