Skip to content

Commit

Permalink
feat: dashboard connection for Salary Withholding from employee master
Browse files Browse the repository at this point in the history
(cherry picked from commit 8155c65)
  • Loading branch information
ruchamahabal authored and mergify[bot] committed Jul 23, 2024
1 parent 92b469c commit 1604939
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion hrms/overrides/dashboard_overrides.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ def get_dashboard_for_employee(data):
},
{
"label": _("Exit"),
"items": ["Employee Separation", "Exit Interview", "Full and Final Statement"],
"items": [
"Employee Separation",
"Exit Interview",
"Full and Final Statement",
"Salary Withholding",
],
},
{"label": _("Shift"), "items": ["Shift Request", "Shift Assignment"]},
{"label": _("Expense"), "items": ["Expense Claim", "Travel Request", "Employee Advance"]},
Expand Down

0 comments on commit 1604939

Please sign in to comment.