When stock reached at “Re-order Level” quantity then automatic material request not generate.
any one have solution?
1 Like
@Rahul7218 try this
Go to scheduled job type doctype and add this method in method filter reorder_item.reorder_item and go to inside this document and you can see one button execute click on that button
Or
You can go to bench terminal and execute this command
bench execute path of this function
Or
Check awaiting qty is zero or not
1 Like