brotherton-erpnext/erpnext/hr/hr_dashboard/human_resource/human_resource.json
Anurag Mishra 9aa0602065
Fix: HR and Payroll Dashboard (#22771)
* Fix: HR and Payroll Dashboard

* fix: requested changes
2020-07-23 12:10:48 +05:30

58 lines
1013 B
JSON

{
"cards": [
{
"card": "Total Employees"
},
{
"card": "New Joinees (Last year)"
},
{
"card": "Employees Left (Last year)"
},
{
"card": "Total Applicants (Last month)"
}
],
"charts": [
{
"chart": "Attendance Count",
"width": "Full"
},
{
"chart": "Gender Diversity Ratio",
"width": "Half"
},
{
"chart": "Job Application Status",
"width": "Half"
},
{
"chart": "Designation Wise Employee Count",
"width": "Half"
},
{
"chart": "Department Wise Employee Count",
"width": "Half"
},
{
"chart": "Designation Wise Openings",
"width": "Half"
},
{
"chart": "Department Wise Openings",
"width": "Half"
}
],
"creation": "2020-07-22 11:56:33.015888",
"dashboard_name": "Human Resource",
"docstatus": 0,
"doctype": "Dashboard",
"idx": 0,
"is_default": 0,
"is_standard": 1,
"modified": "2020-07-22 14:42:12.789249",
"modified_by": "Administrator",
"module": "HR",
"name": "Human Resource",
"owner": "Administrator"
}