-
Type: Sprint Defect
-
Status: Done (View Workflow)
-
Priority: Major
-
Resolution: Consultation
-
Affects Version/s: CFA 2020R1
-
Fix Version/s: None
-
Component/s: CorrectOnHand
-
Labels:
-
TestRail Run Link:
-
Sprint:CFAMX 2020R1 Hardening
Environment: JAT
Build: Build # CFA - 20.1.0.2810
Store: 01640 St. Johns
User: System Admin
Day: Tue, Dec 11th, 2019
Page/URL:https://m.inform.jatesting.cfahome.com/#/Inventory/Order/Place/
When there is a multi-order ratio item which was also not counted within the threshold hours, the count items(s) action comes before the Fix ratios action on the Actions Menu.
1. Create an order with multi-order ratios to fix (not 100%):
BEGIN TRAN
UPDATE tbVendorEntityItem
SET OrderRatio = .2
WHERE Entityid = 902 and Vendorid = 11 and VendorEntityItemID = 2822311
--commit --rollback
2. Create an allocation or items that need to be counted within the order FOR THE SAME ITEM
Update tbVendorItem
Set HoursSinceLastCountThreshold = 24
where vendorid = 11
and VendorItemID = (SELECT VendorItemID FROM tbVendorItem where VendorCode = '100728' and vendorID = 11)
3. Create an order for the Vendor with this VendorItem
Observe: When you view the order, the Count Item(s) Error appears instead of the order ratio error
Expected: The Order Ratio error is supposed to come first according to the AC in story CFAMX-6268
- is related to
-
CFAMX-6268 Create Order - Check for last count of items
- Closed