Allocation, Picking and Packing Process

Hi there,
We are coming from a sage environment where we can easily see in sage if stock is allocated. We pick and pack using our own custom systems so can see if an order has been picked and/or packed.

In Epicor, I see there is a table called PartAlloc, For an order we have placed I can see Allocated Qty as 0, PickingQty as 9, So I assume the PickingQty has been allocated as it is out for picking ?

How can I tell if an order has been picked and not packed ?

How about if an order has been picked and packed ?

I thought we may be able to get the details from PartTran but am unsure what qualifies as a pick and a pack and how to tell the difference. We are manufacturing from Jobs and also shipping from stock.

Any guidance appreciated

Here are some details for fulfilling from inventory. We do not fulfill from job so I have not investigated that.

PartBin shows the categorization of quantities during the fulfillment process.
Creating an Allocation adds quantity to PartBin.SalesAllocatedQty.
Releasing the pick request related to the allocation adds quantity to PartBin.SalesPickingQty.
Completing the pick process moves quantity to PartBin.SalesPickedQty.
Shipping the quantity on the pack slip will remove the quantity from PartBin.

Say I have two orders for 10 x part number 1234. We only have 10 in stock. How can I tell what order the 10 is allocated to ? So how do i know if a particular release has stock allocated to it ?

That data lives in PartAlloc. The fields are OrderNum/OrderLine/OrderRelNum

1 Like