Re-Order based on Stock level error

I have am Item with a re-order stock level of 2 (per warehouse) and have gone below that value.

nothing was happening at first on the cloud instance of ERPNext and the next day I received this error

An error occurred for certain Items while creating Material Requests based on Re-order level. Please rectify these issues: —

{"message": "Same item cannot be entered multiple times.", "indicator": "red"}

any idea what is going wrong here anyone?

Set Allow Item to be added multiple times in a transaction in Selling Settings.

thanks @saurabh6790, found it.

is there a way to run the scheduler manually, so I see right away whether it works?

bench --site <your-site-name> trigger-scheduler-event erpnext.stock.reorder_item.reorder_item

thanks nabin …

  • any way to do that from the browser?
  • or maybe even influence the automated schedule?

Currently it is not possible from the browser.

Rushabh is working on some similar feature, where you will be able to run some bench command from browser. But it is still in development stage.

ok, thanks

btw: this is one single command. It only looks like two in nabins post due to formatting of the forum has distributed it in 2 lines apparently.

P.S. as always it has to be executed from within the ~/frappe-bench folder

1 Like