You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "J. Eckard" <ec...@redrocketcorp.com> on 2011/11/12 23:25:08 UTC

Return Receiving

There is a service called "quickReceiveReturn" that is called when a return is accepted (and the return's "needsInventoryReceive" flag is set to Y). This service is responsible for creating a return shipment and then receiving the items in that shipment.

This works fine - however there is a strange condition that is checked before the service runs...  it gets a count of ALL inventory items in the return's destination facility, and if there are none, the service will log a message an simply do nothing.

Would this behavior ever be desirable? It seems like you would want to receive the items even if there were no existing inventory items in that facility (yet).