Skip to content

Commit

Permalink
refactor: remove 'Create Employee' step
Browse files Browse the repository at this point in the history
  • Loading branch information
krantheman committed Jan 5, 2024
1 parent 513a39a commit 63d28f1
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 11 deletions.
5 changes: 1 addition & 4 deletions hrms/payroll/module_onboarding/payroll/payroll.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,12 @@
"documentation_url": "https://docs.erpnext.com/docs/user/manual/en/human-resources/payroll-entry",
"idx": 0,
"is_complete": 0,
"modified": "2020-07-08 14:06:13.994310",
"modified": "2024-01-05 13:05:01.281209",
"modified_by": "Administrator",
"module": "Payroll",
"name": "Payroll",
"owner": "Administrator",
"steps": [
{
"step": "Create Employee"
},
{
"step": "Create Salary Component"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"doctype": "Onboarding Step",
"idx": 0,
"is_complete": 0,
"is_mandatory": 1,
"is_single": 0,
"is_skipped": 0,
"modified": "2020-06-01 11:58:43.927590",
"modified_by": "Administrator",
"name": "Assign Salary Structure",
"owner": "Administrator",
"reference_document": "Salary Structure Assignment",
"show_form_tour": 0,
"show_full_form": 1,
"title": "Assign Salary Structure",
"validate_action": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"doctype": "Onboarding Step",
"idx": 0,
"is_complete": 0,
"is_mandatory": 0,
"is_single": 0,
"is_skipped": 0,
"modified": "2020-06-01 11:54:54.823796",
"modified_by": "Administrator",
"name": "Create Income Tax Slab",
"owner": "Administrator",
"reference_document": "Income Tax Slab",
"show_form_tour": 0,
"show_full_form": 1,
"title": "Create Income Tax Slab",
"validate_action": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"doctype": "Onboarding Step",
"idx": 0,
"is_complete": 0,
"is_mandatory": 1,
"is_single": 0,
"is_skipped": 0,
"modified": "2020-06-29 11:53:54.553947",
"modified_by": "Administrator",
"name": "Create Payroll Period",
"owner": "Administrator",
"reference_document": "Payroll Period",
"show_form_tour": 0,
"show_full_form": 0,
"title": "Create Payroll Period",
"validate_action": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"doctype": "Onboarding Step",
"idx": 0,
"is_complete": 0,
"is_mandatory": 0,
"is_single": 0,
"is_skipped": 0,
"modified": "2020-06-01 11:57:04.002073",
"modified_by": "Administrator",
"name": "Create Salary Component",
"owner": "Administrator",
"reference_document": "Salary Component",
"show_form_tour": 0,
"show_full_form": 1,
"title": "Create Salary Component",
"validate_action": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"doctype": "Onboarding Step",
"idx": 0,
"is_complete": 0,
"is_mandatory": 1,
"is_single": 0,
"is_skipped": 0,
"modified": "2020-06-01 11:59:29.972393",
"modified_by": "Administrator",
"name": "Create Salary Slip",
"owner": "Administrator",
"reference_document": "Salary Slip",
"show_form_tour": 0,
"show_full_form": 1,
"title": "Create Salary Slip",
"validate_action": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"doctype": "Onboarding Step",
"idx": 0,
"is_complete": 0,
"is_mandatory": 1,
"is_single": 0,
"is_skipped": 0,
"modified": "2020-06-01 11:57:54.527808",
"modified_by": "Administrator",
"name": "Create Salary Structure",
"owner": "Administrator",
"reference_document": "Salary Structure",
"show_form_tour": 0,
"show_full_form": 1,
"title": "Create Salary Structure",
"validate_action": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"doctype": "Onboarding Step",
"idx": 0,
"is_complete": 0,
"is_mandatory": 0,
"is_single": 1,
"is_skipped": 0,
"modified": "2020-06-29 16:34:29.664917",
"modified_by": "Administrator",
"name": "Payroll Settings",
"owner": "Administrator",
"reference_document": "Payroll Settings",
"show_form_tour": 0,
"show_full_form": 0,
"title": "Payroll Settings",
"validate_action": 0
Expand Down

0 comments on commit 63d28f1

Please sign in to comment.