In receipt tracker.
what is the difference between, Received vs Arrived in Epicor kinetic?
In receipt tracker.
what is the difference between, Received vs Arrived in Epicor kinetic?
It is stages. Consider if you are a large campus and a shipping container of material arrives at the gate. Receiving can show all of that material arrived even though it could take days to receive it all in.
Another point… arrived means its on your dock. But it’s not in your inventory until it’s received. That’s when it gets a bin location and costs get assigned to the appropriate ledger accounts.
“Arrived, but not Received PO items report” looks like I have to make this custom report. Calvin Krusen(retired unreachable on linkededin).said he made a custom report emails out daily. Anyone have suggestions what table(s) is involved for this?
previous post reference - PO Receipt "Arrived" but no receipt found - #3 by E102016
the RcvDtl holds both arrived and received po receipts. If the received checkbox is false the item is in the arrived status.
I show most of the receipt dates in that table are before the arriveddate when receivedcomplete = 0. Am I understanding something wrong or is the rcvhead table need to be involved?
Is is just RcvDtl. Here is what I am checking for quantities that are here but not in inventory yet that works for me.
(((RcvDtl_Row.InspectionPending == true && RcvDtl_Row.Received == true) || (RcvDtl_Row.InspectionPending == false && RcvDtl_Row.Received == false))