hrms icon indicating copy to clipboard operation
hrms copied to clipboard

Introduce option for sending "reschedule_interview" mails or not

Open 0xD0M1M0 opened this issue 7 months ago • 2 comments

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

0xD0M1M0 avatar Jul 03 '24 19:07 0xD0M1M0