-
Type: Sprint Defect
-
Status: Done (View Workflow)
-
Priority: Major
-
Resolution: Completed
-
Affects Version/s: CFA 2020R1
-
Fix Version/s: CFA 2020R1
-
Component/s: Counting
-
Labels:None
-
Source Code ID(s):
-
Sprint:CFAMX 2020R1 - SA Sprint 3
After Counting an Item, the COH modal and Counts screen show "Never Counted"
VendorCode PerformStockTake StockCountDate AutoStockCount Description vendordescription fOnHand_qty InventoryUnitCost DiscontinueDateOverrideEnabled itemcode itemid purchaseunit
101050 1 2019-10-13 17:50:15.250 0 Splenda, Packets SPLENDA, PACKETS 8000 0.0105 1 1748 132 2000 Ct Case
Note From David: I think the problem is in "MXC_Inventory_GetLastCountedDaysForItemsByEntity" - there's a condition of "tsc.StockCount > 0" that I think should be "tsc.StockCount >= 0" instead, to account (no pun intended) for items that were counted with a quantity of zero.
- is related to
-
CFAMX-6268 Create Order - Check for last count of items
- Closed