How would I auto create a Todo, or a task from a date field?

Hello ERPNext. Came across a quick questions.

Is there a method to create a todo when a deadline nears? For example, “renew work permit for an employee #1001” 2 weeks in advance of “permit expiration date” in doctype field…?

Thanks guys.

instead of new to-do, maybe you can try the Notification feature under settings which can be used to remind someone to do something under the mentioned condition.

Hey thank you for your reply. The reminders feature only reminds through email right? I’d like to avoid the email part because the end user does not use emails for some reason…

I’d like to show a reminder inside the app :slight_smile:

You could write a serverside py fuction for that and add it to the scheduler within hooks.py