fix: grammatical fixes in module onboarding (#22580)

* fix: grammatical fixes in module onboarding

* fix: more grammatical changes for consistency

* fix: Reorder Stock Onboarding

* fix: update success message

* fix: change order of stock onboarding steps

Co-authored-by: Marica <maricadsouza221197@gmail.com>
This commit is contained in:
Michelle Alva
2020-07-08 14:25:51 +05:30
committed by GitHub
parent 2039dcfe34
commit 5d514fe4df
25 changed files with 93 additions and 86 deletions

View File

@@ -13,7 +13,7 @@
"documentation_url": "https://docs.erpnext.com/docs/user/manual/en/human-resources/payroll-entry",
"idx": 0,
"is_complete": 0,
"modified": "2020-06-29 17:00:25.113341",
"modified": "2020-07-08 14:06:13.994310",
"modified_by": "Administrator",
"module": "Payroll",
"name": "Payroll",
@@ -44,8 +44,7 @@
"step": "Payroll Settings"
}
],
"subtitle": "Salary, Compensations and more.",
"success_message": "The Payroll is all set up!",
"title": "Let's Setup the Payroll Module. ",
"user_can_dismiss": 1
"subtitle": "Salary, Compensation, and more.",
"success_message": "The Payroll Module is all set up!",
"title": "Let's Set Up the Payroll Module. "
}

View File

@@ -15,5 +15,5 @@
"reference_document": "Employee",
"show_full_form": 0,
"title": "Create Employee",
"validate_action": 1
"validate_action": 0
}

View File

@@ -8,7 +8,7 @@
"is_mandatory": 1,
"is_single": 0,
"is_skipped": 0,
"modified": "2020-06-29 11:53:54.553947",
"modified": "2020-06-01 11:53:54.553947",
"modified_by": "Administrator",
"name": "Create Payroll Period",
"owner": "Administrator",

View File

@@ -1,19 +1,19 @@
{
"action": "Update Settings",
"action": "Go to Page",
"creation": "2020-06-04 16:34:29.664917",
"docstatus": 0,
"doctype": "Onboarding Step",
"idx": 0,
"is_complete": 0,
"is_mandatory": 0,
"is_single": 1,
"is_single": 0,
"is_skipped": 0,
"modified": "2020-06-29 16:34:29.664917",
"modified": "2020-06-04 16:34:29.664917",
"modified_by": "Administrator",
"name": "Payroll Settings",
"owner": "Administrator",
"reference_document": "Payroll Settings",
"path": "#Form/Payroll Settings",
"show_full_form": 0,
"title": "Payroll Settings",
"validate_action": 0
"validate_action": 1
}