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']
|
'items': ['Attendance', 'Attendance Request', 'Leave Application', 'Leave Allocation']
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'label': _('Payroll'),
|
'label': _('Lifecycle'),
|
||||||
'items': ['Salary Structure Assignment', 'Salary Slip', 'Additional Salary', 'Timesheet']
|
'items': ['Employee Transfer', 'Employee Promotion', 'Employee Separation']
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'label': _('Shift'),
|
'label': _('Shift'),
|
||||||
@ -23,17 +23,17 @@ def get_data():
|
|||||||
'label': _('Expense'),
|
'label': _('Expense'),
|
||||||
'items': ['Expense Claim', 'Travel Request']
|
'items': ['Expense Claim', 'Travel Request']
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'label': _('Benefit'),
|
||||||
|
'items': ['Employee Benefit Application', 'Employee Benefit Claim']
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'label': _('Evaluation'),
|
'label': _('Evaluation'),
|
||||||
'items': ['Appraisal']
|
'items': ['Appraisal']
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'label': _('Lifecycle'),
|
'label': _('Payroll'),
|
||||||
'items': ['Employee Transfer', 'Employee Promotion', 'Employee Separation']
|
'items': ['Salary Structure Assignment', 'Salary Slip', 'Additional Salary', 'Timesheet','Employee Incentive', 'Retention Bonus']
|
||||||
},
|
|
||||||
{
|
|
||||||
'label': _('Benefit'),
|
|
||||||
'items': ['Employee Incentive', 'Retention Bonus','Employee Benefit Application', 'Employee Benefit Claim']
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'label': _('Training'),
|
'label': _('Training'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user