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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

47 lines
900 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": "2021-05-19 05:32:01.794628",
2020-05-13 16:17:52 +00:00
"modified_by": "Administrator",
"module": "HR",
"name": "Human Resource",
"owner": "Administrator",
"steps": [
{
"step": "HR Settings"
2020-05-13 16:17:52 +00:00
},
{
"step": "Create Holiday list"
},
{
"step": "Create Employee"
},
{
"step": "Data import"
},
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"
}
],
"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
}