I created a ToDo with auto repeat however the repeat ToDo also showing Status Closed.
Is theres a way to make it open.
I created a ToDo with auto repeat however the repeat ToDo also showing Status Closed.
Is theres a way to make it open.
The best solution I’ve found is:
Customize the ToDo Document to include a new “Set Status To Open On Copy” field:
Add the field to your ToDo Form:
Add a Server Script to set the status to ‘Open’ when the ToDo is copied (i.e via AutoRepeat or Duplicate):
Then when you create a new task, you can check the “Set Status To Open On Copy” checkbox and then add an AutoRepeat. When the repeat happens, the new ToDo will be created and the status will be reset back to “Open”.
I hope this helps! It’s not ideal, but it works. A feature request has been filed on Github that would make this kind of customization part of the ERPNext core: Allow setting value of DocType fields when Auto-Repeating · Issue #46850 · frappe/erpnext · GitHub
If you think it would be useful, go ahead and like the issue on Github and follow along there to see if the feature request is implemented.