can I make the automate Badge Id on the basis of the specific department. #465
Ritikvarshney036
started this conversation in
Ideas
Replies: 1 comment
-
In the existing code, Horilla HRMS automatically generates a unique badge ID for employees, but it does not currently account for the department information. The badge ID is based only on the company, without differentiation by department. Horilla > Settings > General Settings > Badge Prefix from this page you can create Badge ID for each company. After reviewing the proposed changes, we can proceed to implement and test this feature. Once the code is ready, we'll integrate it into the main branch and release it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Automated Badge Id is generating in the existing code, but I want to automate this in such a way that while create an employee , the admin can select the department also. so that unique badge id generate. Example - Suppose a company have 50 employees, where some belong to IT dept, HR dept, Business dept and etc. so there Badge Id should we unique like this 2530001. here 25 is the year of joining of the employee , 3 is the id of the department, and 0001 is the total number of employee whom work in this department till now. If you want this feature so I am make this.
Beta Was this translation helpful? Give feedback.
All reactions