brotherton-erpnext/erpnext/payroll/payroll_dashboard/payroll/payroll.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

42 lines
764 B
JSON

{
"cards": [
{
"card": "Total Declaration Submitted"
},
{
"card": "Total Salary Structure"
},
{
"card": "Total Incentive Given(Last month)"
},
{
"card": "Total Outgoing Salary(Last month)"
}
],
"charts": [
{
"chart": "Outgoing Salary",
"width": "Full"
},
{
"chart": "Designation Wise Salary(Last Month)",
"width": "Half"
},
{
"chart": "Department Wise Salary(Last Month)",
"width": "Half"
}
],
"creation": "2020-07-22 11:56:34.727185",
"dashboard_name": "Payroll",
"docstatus": 0,
"doctype": "Dashboard",
"idx": 0,
"is_default": 1,
"is_standard": 1,
"modified": "2020-07-22 13:20:18.608969",
"modified_by": "Administrator",
"module": "Payroll",
"name": "Payroll",
"owner": "Administrator"
}