[ADD] EMPLOYEE: New fields and updation in filter form of employee view

This commit is contained in:
Horilla
2024-09-24 16:45:03 +05:30
parent b3d6622317
commit 7054f60eb4
5 changed files with 49 additions and 0 deletions

View File

@@ -161,6 +161,8 @@ class EmployeeForm(ModelForm):
exclude = (
"employee_user_id",
"additional_info",
"is_from_onboarding",
"is_directly_converted",
)
widgets = {
"dob": TextInput(attrs={"type": "date", "id": "dob"}),