Employees
add_box
Add
Code
{{ row.code }}
Name
star
{{ row.name }}
Designation
{{ row.designation }}
Salary
{{ row.salary | currency: 'INR' }}
Points
{{ row.points | number: '1.2-2' }}
Department
{{ row.costCentre }}
Joining On
{{ row.joiningDate }}
Left On
{{ row.leavingDate }}