418b9f8545
* feat(HR): Some Enhancements and Onboarding (#25741) * feat: Hr settings restructure * feat: remove validation and make As warning * feat: made leave policy Assignment feild read only * feat: send leave Notification via 'Notification' * patch: for field name change * feat: removed defaults value for removed field * feat: removed leave Notification fields * feat: better label and description * feat: Hr Module onboarding and Onboarding slides * fix: sider, test, translations * chore: remove unnecessary code formatting changes * refactor: HR Onboarding * refactor: HR Settings * revert: Notification changes * chore: remove unnecessary descriptions from leave type * fix: linter issues Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com> (cherry picked from commit 4837238f3dbbad336bcd21fcbfa19b438cbad16a) # Conflicts: # erpnext/hr/doctype/employee/employee.js * fix: conflicts * fix: conflicts Co-authored-by: Anurag Mishra <32095923+Anurag810@users.noreply.github.com> Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com>
47 lines
900 B
JSON
47 lines
900 B
JSON
{
|
|
"allow_roles": [
|
|
{
|
|
"role": "HR Manager"
|
|
},
|
|
{
|
|
"role": "HR User"
|
|
}
|
|
],
|
|
"creation": "2020-05-14 11:51:45.050242",
|
|
"docstatus": 0,
|
|
"doctype": "Module Onboarding",
|
|
"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",
|
|
"modified_by": "Administrator",
|
|
"module": "HR",
|
|
"name": "Human Resource",
|
|
"owner": "Administrator",
|
|
"steps": [
|
|
{
|
|
"step": "HR Settings"
|
|
},
|
|
{
|
|
"step": "Create Holiday list"
|
|
},
|
|
{
|
|
"step": "Create Employee"
|
|
},
|
|
{
|
|
"step": "Data import"
|
|
},
|
|
{
|
|
"step": "Create Leave Type"
|
|
},
|
|
{
|
|
"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. "
|
|
} |