I am worikng on scheduler and i have just testing it via print any message on scren after every 5 min using cron.
i have added code in python file and added that file path to hooks.py. But when i run bench migrate, it will throws error with Module Import Failed and showing file path.
I am working on scheduler task and i need cron for that. i am making cron using http://www.cronmaker.com/ . But it is not working. How can i design cron for erpnext sceduler ?
I didn’t get anything about using cron for scheduler. I have goe through Doc Example but did not get anything. and cron expresion from http://www.cronmaker.com/ is not working.
Actualy i want to send email to customer whoes sales invoise is Unpaid / Overdue etc.How can i achive this using cron sceduler ?
Yes i got this what i have to do… but i stuck with cron expresion. i just start with running scheduler after every 10 min to pop up something, but didn’t get any success. Have you used cron expression anywhere in erpnext ?
“Have you used cron expression anywhere in erpnext ?”
No my experience is limited to reading.
"
I stuck with cron expresion. i just start with running scheduler after every 10 min to pop up something, but didn’t get any success.
"
The more details of precisely what you have done, with code or traceback references, the better folks can respond with advice.
As i am working on scheduler so, it should run automaticaly at every scheduler event, like i have written cron expression to run python code at every 3rd minute. so it sholud run at every 3rd minute.