frappe / hrms

Open Source HR and Payroll Software
https://frappe.io/hr
GNU General Public License v3.0
1.29k stars 667 forks source link

Introduce option for sending "reschedule_interview" mails or not #1945

Open 0xD0M1M0 opened 2 months ago

0xD0M1M0 commented 2 months ago

Is your feature request related to a problem? Please describe.

While scheduling an interview with an applicant no e-mail is send, but when a rescheduling of the interview takes place an e-mail is always send even to the interviewee.

Describe the solution you'd like

I would like to choose in the HR options if I want an e-mail of a rescheduled interview to be send or not.

The function: https://github.com/frappe/hrms/blob/8d8ce3e6b153fd293924a282b7dfb1dc7da6ca3a/hrms/hr/doctype/interview/interview.py#L84 needs to be extended with something similiar to: https://github.com/frappe/hrms/blob/8d8ce3e6b153fd293924a282b7dfb1dc7da6ca3a/hrms/hr/doctype/interview/interview.py#L211-L220 and the option needs to be added to the "hr_settings" similar to: https://github.com/frappe/hrms/blob/8d8ce3e6b153fd293924a282b7dfb1dc7da6ca3a/hrms/hr/doctype/hr_settings/hr_settings.json#L38 and https://github.com/frappe/hrms/blob/8d8ce3e6b153fd293924a282b7dfb1dc7da6ca3a/hrms/hr/doctype/hr_settings/hr_settings.json#L190-L195

Describe the alternatives you've considered

No response

Additional context

No response

niraj2477 commented 2 months ago

How about if we allow setting up the template for notification too?!

0xD0M1M0 commented 2 months ago

Sure, I would like that. I can't do it so and my first concern is that it doesn't send an e-mail at all.