Hello,
I am getting this weird error saying “All items have already been transferred for this Work Order”
Steps performed:
- Created Work Orders through Production Planning
- Started Work Order by clicking the Start button on Work Order that triggers the Stock Entry to transfer Raw Materials
I tried interpreting the code at erpnext/stock_entry.py at a55e4e2c03e057a346c1acd27f4ccf9555e00554 · frappe/erpnext · GitHub
It seems the error is thrown when the Quantity of Raw Material is already transferred but the table on Work Order does not show any Transferred Quantity
Attaching images for reference