How to set message for employee birthday wish in erpnext

how to set message for employee birthday wish in erpnext

@keerthi_kuttan

There is a HR Settings > Reminders > Birthdays > Check

You can configure it in your system itself

but how to set time for sending wish and set message

@keerthi_kuttan this will execute Daily, (Midnight)

Text

Either you can go with this, or make a custom method with getting some idea from this codes

so we can’t change the time . If to do if I want the email to be send at 10am ?

@keerthi_kuttan

Just go with cron job instead of Daily.

Setup Scheduler Hook on your custom app with cron expression and run the same method if you want same text to be sent

To Avoide repetitive mail, from Ui > Schduled Job Type > employee_reminders.send_birthday_reminders > Stopped

what about notification?

@keerthi_kuttan Also an option, if you can configure it as you want it to be