Increasing frequency of automatic reorder requests

Right now, automatic reorders happen at midnight. Is there a way to get them to happen quickly?

Hello,

It is currently under ‘daily’ in scheduler_events.
One option would be to add this to ‘hourly’ in hooks.py of custom app.

Alternatively, you could create a custom cron job which uses this command:
bench --site site1.local execute erpnext.stock.reorder_item.reorder_item

Hope this helps!

2 Likes