all flow
This commit is contained in:
parent
c81beb5290
commit
38514fef47
24 changed files with 2087 additions and 322 deletions
8
custom_ui/scheduled_tasks.py
Normal file
8
custom_ui/scheduled_tasks.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import frappe
|
||||
from custom_ui.services import TaskService
|
||||
|
||||
def daily_task():
|
||||
"""Scheduled task to run daily."""
|
||||
print("#################### Running Daily Task ####################")
|
||||
print("DEBUG: Checking Task due dates")
|
||||
TaskService.find_and_update_overdue_tasks()
|
||||
Loading…
Add table
Add a link
Reference in a new issue