mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 15:09:20 +00:00
Fixed merge conflict
This commit is contained in:
@@ -9,22 +9,23 @@ Schedule seminars, workshops, conferences etc using Training Event. You can also
|
||||
### Inviting Employees for Event
|
||||
|
||||
You can invite your employees to attend the event. You can do so by selecting the employees to be invited in the employee table.
|
||||
|
||||
By default the status of the employee will be 'Open'.
|
||||
The system shall notify the employee with status 'Open' by sending a email to the office email address of the employee as mentioned in the employee master if you have selected 'Send Email' checkbox.
|
||||
The status is changed to 'Invited' when an invitation email is sent to the employee by the system.
|
||||
When an Employee confirms his/her presence for the event you can change the status to 'Confirmed'.
|
||||
|
||||
<img class="screenshot" alt="Employee" src="/docs/assets/img/human-resources/training_event_employee.png">
|
||||
|
||||
When you submit the Training Event, a notifcation will be sent to the employee notifying that the Training has been scheduled. This is sent via Email Alert "Training Scheduled". You can modifiy this Email Alert to customize the message.
|
||||
|
||||
### Training Result
|
||||
|
||||
After compleation of the training Employee Wise training results can be stored based on the Feedback received from the Trainer.
|
||||
After compleation of the training Employee-wise training results can be stored based on the Feedback received from the Trainer.
|
||||
|
||||
<img class="screenshot" alt="Employee" src="/docs/assets/img/human-resources/training_result.png">
|
||||
|
||||
When the Training Result is submitted, all the employees will receive an email notifying them that they must share their feedback via "Training Feedback". This is also managed via an Email Alert, so you can customize this alert too.
|
||||
|
||||
### Trainig Feedback
|
||||
### Training Feedback
|
||||
|
||||
Collect feedback regarding the event from your Employees using Training Feedback.
|
||||
Employees can then share their feedback via Training Feedback.
|
||||
|
||||
<img class="screenshot" alt="Employee" src="/docs/assets/img/human-resources/training_feedback.png">
|
||||
|
||||
Reference in New Issue
Block a user