I am running my prod erpnext using containers. I have a requirement that if my employee does not fill his timesheet for the particular day. He should receive an email in the next morning to fill his timesheet.
How to do it using client script or any other easy way?
You’ll have to create a server script and set up a daily cron job. To do this, utilize Scheduler Events, which allow you to run tasks regularly in the background using the scheduler_events hook.