fix: upadated employee dashboard
This commit is contained in:
parent
0ae6cbdd01
commit
e87ebcaf04
@ -12,8 +12,8 @@ def get_data():
|
||||
'items': ['Attendance', 'Attendance Request', 'Leave Application', 'Leave Allocation']
|
||||
},
|
||||
{
|
||||
'label': _('Payroll'),
|
||||
'items': ['Salary Structure Assignment', 'Salary Slip', 'Additional Salary', 'Timesheet']
|
||||
'label': _('Lifecycle'),
|
||||
'items': ['Employee Transfer', 'Employee Promotion', 'Employee Separation']
|
||||
},
|
||||
{
|
||||
'label': _('Shift'),
|
||||
@ -23,17 +23,17 @@ def get_data():
|
||||
'label': _('Expense'),
|
||||
'items': ['Expense Claim', 'Travel Request']
|
||||
},
|
||||
{
|
||||
'label': _('Benefit'),
|
||||
'items': ['Employee Benefit Application', 'Employee Benefit Claim']
|
||||
},
|
||||
{
|
||||
'label': _('Evaluation'),
|
||||
'items': ['Appraisal']
|
||||
},
|
||||
{
|
||||
'label': _('Lifecycle'),
|
||||
'items': ['Employee Transfer', 'Employee Promotion', 'Employee Separation']
|
||||
},
|
||||
{
|
||||
'label': _('Benefit'),
|
||||
'items': ['Employee Incentive', 'Retention Bonus','Employee Benefit Application', 'Employee Benefit Claim']
|
||||
'label': _('Payroll'),
|
||||
'items': ['Salary Structure Assignment', 'Salary Slip', 'Additional Salary', 'Timesheet','Employee Incentive', 'Retention Bonus']
|
||||
},
|
||||
{
|
||||
'label': _('Training'),
|
||||
|
Loading…
Reference in New Issue
Block a user