Handling Separate Landed Cost Voucher for Different Supplier in ERPNext

Hi everyone,

I am currently working with ERPNext and I have a scenario regarding Landed Cost Voucher (LCV) that I would like some guidance on.

In the current ERPNext flow:

  • The LCV must be submitted before the Purchase Receipt (PR) in order for the LCV entries to be reflected in the Purchase Receipt.

  • The system automatically distributes landed costs across items in the purchase receipt, updating the stock ledger accordingly.

My scenario:

  • I want to submit the Purchase Receipt first, and then create a separate LCV.

  • The LCV is for a different supplier or service, separate from the supplier of the purchased items.

  • The process is as follows:

    1. Submit the Material Receipt / Purchase Receipt (MRR/PR).

    2. Create a Landed Cost Voucher for a specific Purchase Receipt.

    3. The LCV should get the items from the Purchase Receipt and distribute costs proportionately (based on item quantity or amount) without needing to resubmit the PR.

  • Essentially, I want to separate the LCV entries from the Purchase Receipt entries, but still update the stock ledger correctly.

My question:
Is there a built-in function in ERPNext that allows creating and submitting a Landed Cost Voucher after the Purchase Receipt has been submitted, while still distributing costs to the existing stock ledger entries proportionately? If not, what would be the recommended approach to achieve this?

Any guidance, code snippet, or suggestion would be greatly appreciated.

Thank you!

Yes, this flow works perfectly in ERPNext.

You can first submit the Purchase Receipt/Purchase Invoice and then create a Landed Cost Voucher linked to it. The system will pull the PR items, distribute the additional costs (by amount or quantity), and automatically repost item valuation to update the stock ledger.

Additionally, you can create a separate Purchase Invoice for the service or freight supplier by using the same valuation account used in the LCV.

1 Like

Thank you for the reponse @Aadhil_P_M . In addition to my problem, do you have any idea how to separate entry of Purchase Receipt and Landed Cost Voucher because in our case the supplier of items and the freight supplier is different.

Your response would be greatly appreciated. Thank you!