Purchase Order to Supplier A but Delivery to Supplier B (for Processing) – How to Handle?

We have a scenario where:

  • We create a Purchase Order to Supplier A
  • But instead of receiving the parts in our warehouse, the parts should be delivered directly to Supplier B
  • Supplier B will do some processing on the part
  • After processing, Supplier B will send the finished/processed part back to our company

I am looking for a simple way to manage this flow in ERPNext without overcomplicating with subcontracting, BOM and work orders.

Basically:
PO → Supplier A → Deliver to Supplier B → After processing → Deliver to our company

What is the recommended way to set this up in standard ERPNext?

Hi,

There are two purchases. The item purchased from Supplier A , and the processing done by Supplier B.

Add the Item , and in Supplier Details check Delivered by Supplier (Drop Ship), so that the Item can be drop shipped to Supplier B.

Add a second Item for the Supplier B service. Uncheck Maintain Stock. It may be advisable to create an Item Group for services. Create a Purchase Order for the service, which can include processing and delivery in the Description.

That’s probably as simple as it can get without BOM and the like. The accounting aspects of it , if a per item allocation of costs must be made , would require a different approach, if a simple COGS won’t suffice.