brotherton-erpnext/erpnext/hr/module_onboarding/human_resource/human_resource.json

50 lines
947 B
JSON
Raw Normal View History

2020-05-13 16:17:52 +00:00
{
"allow_roles": [
{
"role": "HR Manager"
},
{
"role": "HR User"
}
],
"creation": "2020-05-14 11:51:45.050242",
"docstatus": 0,
2020-05-20 06:35:03 +00:00
"doctype": "Module Onboarding",
2020-05-13 16:17:52 +00:00
"documentation_url": "https://docs.erpnext.com/docs/user/manual/en/human-resources",
"idx": 0,
"is_complete": 0,
"modified": "2020-07-08 14:05:47.018799",
2020-05-13 16:17:52 +00:00
"modified_by": "Administrator",
"module": "HR",
"name": "Human Resource",
"owner": "Administrator",
"steps": [
{
"step": "Create Department"
},
{
"step": "Create Designation"
},
{
"step": "Create Holiday list"
},
{
"step": "Create Employee"
},
2020-05-20 06:35:03 +00:00
{
"step": "Create Leave Type"
},
2020-05-13 16:17:52 +00:00
{
"step": "Create Leave Allocation"
},
{
"step": "Create Leave Application"
},
{
"step": "HR Settings"
}
],
"subtitle": "Employee, Leaves, and more.",
"success_message": "The Human Resource Module is all set up!",
"title": "Let's Set Up the Human Resource Module. "
2020-05-13 16:17:52 +00:00
}