Hi everyone,
I’m having some issues getting auto reorder to work. I’m just experimenting with v14 before maybe migrating from Odoo and this is the main blocker.
I’m using version ERPNext: v14.16.1 and Frappe Framework: v14.25.3
Steps to reproduce:
- Create new site
- Enable ‘Raise Material Request When Stock Reaches Re-order Level’ under Stock Settings
- Create an item with opening stock of 10
- Set auto reorder rule to min qty 5, with a reorder qty of 30 (or whatever)
- Create purchase order for 8 units of the test item and submit the purchase order
Result:
- Stock projected quantity is 2
- No material request is created
Expected behaviour:
- Material request for purchase quantity of 30 created
I’ve also tried submitting a delivery note against the purchase order in case it was only triggered by physical stock rather than reserved stock, but that didn’t work either.
I am new to ERPNext so this might be user error on my part, but I have followed the documentation closely.
Any help really appreciated!