Hi,
I have a problem regarding the “Total valuation for repack item can not be less than total valuation of raw materials”.
The test data is also in demo.erpnext.com.
The scenario is :
Given:
item: ly-1, ly-2, ly-x
BOM: ly-x
ly-1 x1
ly-2 x1
ly-1 and ly-2 can be repack (or assembled) then become ly-x.
Now there is a Sales order: SO0094 ly-x 10 pcs
Material requirements and purchase orders were generated by using “production planning tool”.
Purchase order:
qty rate amount
PO0090 ly-2 10 pcs $42.00 $420.00
PO0091 ly-1 10 pcs $43.00 $430.00
After the material reception, a stock entry (repack) operation was proceeded (shown as follows).
When “Get Items” is pressed, I got an error message as follow:
“Total valuation (0) for manufactured or repacked item(s) can not be less than total valuation of raw materials (850.0)”
I tried to resolve this problem by adding a price in Price List to ly-x, but it didn’t work.
How should I solve this problem?
Thanks in advance.