Increasing frequency of automatic reorder requests

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!

3 Likes