Browse Source
* 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>develop
Michelle Alva
4 years ago
committed by
GitHub
25 changed files with 93 additions and 86 deletions
@ -1,16 +1,19 @@ |
|||
{ |
|||
"action": "Create Entry", |
|||
"creation": "2020-05-08 13:21:53.332538", |
|||
"docstatus": 0, |
|||
"doctype": "Onboarding Step", |
|||
"idx": 0, |
|||
"is_complete": 0, |
|||
"is_mandatory": 0, |
|||
"is_skipped": 0, |
|||
"modified": "2020-05-08 13:21:53.332538", |
|||
"modified_by": "Administrator", |
|||
"name": "Create an Asset Category", |
|||
"owner": "Administrator", |
|||
"reference_document": "Asset Category", |
|||
"title": "Create an Asset Category" |
|||
} |
|||
"action": "Create Entry", |
|||
"creation": "2020-05-08 13:21:53.332538", |
|||
"docstatus": 0, |
|||
"doctype": "Onboarding Step", |
|||
"idx": 0, |
|||
"is_complete": 0, |
|||
"is_mandatory": 0, |
|||
"is_single": 0, |
|||
"is_skipped": 0, |
|||
"modified": "2020-05-08 13:21:53.332538", |
|||
"modified_by": "Administrator", |
|||
"name": "Create an Asset Category", |
|||
"owner": "Administrator", |
|||
"reference_document": "Asset Category", |
|||
"show_full_form": 0, |
|||
"title": "Create an Asset Category", |
|||
"validate_action": 0 |
|||
} |
@ -1,19 +1,19 @@ |
|||
{ |
|||
"action": "Show Form Tour", |
|||
"action": "Update Settings", |
|||
"creation": "2020-05-06 15:53:44.667414", |
|||
"docstatus": 0, |
|||
"doctype": "Onboarding Step", |
|||
"idx": 0, |
|||
"is_complete": 0, |
|||
"is_mandatory": 1, |
|||
"is_single": 1, |
|||
"is_mandatory": 0, |
|||
"is_single": 0, |
|||
"is_skipped": 0, |
|||
"modified": "2020-06-01 12:52:57.668870", |
|||
"modified": "2020-05-12 18:30:06.323797", |
|||
"modified_by": "Administrator", |
|||
"name": "Buying Settings", |
|||
"owner": "Administrator", |
|||
"reference_document": "Buying Settings", |
|||
"show_full_form": 0, |
|||
"title": "Configure Buying Settings.", |
|||
"validate_action": 0 |
|||
"validate_action": 1 |
|||
} |
@ -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 |
|||
} |
Loading…
Reference in new issue