feat: module onboarding

(cherry picked from commit 792a1a7ab7)
This commit is contained in:
Rohit Waghchaure
2026-02-20 20:59:03 +05:30
committed by Mergify
parent 033c9fc57d
commit 858119f907
78 changed files with 1815 additions and 24 deletions

View File

@@ -0,0 +1,35 @@
{
"allow_roles": [
{
"role": "Projects Manager"
},
{
"role": "Projects User"
}
],
"creation": "2026-02-23 22:48:31.160647",
"docstatus": 0,
"doctype": "Module Onboarding",
"idx": 0,
"is_complete": 0,
"modified": "2026-02-23 22:50:58.003699",
"modified_by": "Administrator",
"module": "Projects",
"name": "Projects Onboarding",
"owner": "Administrator",
"steps": [
{
"step": "Create Project"
},
{
"step": "Create Tasks"
},
{
"step": "Create Timesheet"
},
{
"step": "View Project Summary"
}
],
"title": "Projects Setup!"
}

View File

@@ -0,0 +1,20 @@
{
"action": "Create Entry",
"action_label": "Create Project",
"creation": "2026-02-23 22:45:12.002328",
"docstatus": 0,
"doctype": "Onboarding Step",
"idx": 0,
"is_complete": 0,
"is_single": 0,
"is_skipped": 0,
"modified": "2026-02-23 22:45:16.888863",
"modified_by": "Administrator",
"name": "Create Project",
"owner": "Administrator",
"reference_document": "Project",
"show_form_tour": 0,
"show_full_form": 0,
"title": "Create Project",
"validate_action": 1
}

View File

@@ -0,0 +1,20 @@
{
"action": "Create Entry",
"action_label": "Create Task",
"creation": "2026-02-23 22:45:36.152388",
"docstatus": 0,
"doctype": "Onboarding Step",
"idx": 0,
"is_complete": 0,
"is_single": 0,
"is_skipped": 0,
"modified": "2026-02-23 22:45:44.116610",
"modified_by": "Administrator",
"name": "Create Tasks",
"owner": "Administrator",
"reference_document": "Task",
"show_form_tour": 0,
"show_full_form": 0,
"title": "Create Tasks",
"validate_action": 1
}

View File

@@ -0,0 +1,20 @@
{
"action": "Create Entry",
"action_label": "Create Timesheet",
"creation": "2026-02-23 22:47:00.120262",
"docstatus": 0,
"doctype": "Onboarding Step",
"idx": 0,
"is_complete": 0,
"is_single": 0,
"is_skipped": 0,
"modified": "2026-02-23 22:47:00.120262",
"modified_by": "Administrator",
"name": "Create Timesheet",
"owner": "Administrator",
"reference_document": "Timesheet",
"show_form_tour": 0,
"show_full_form": 0,
"title": "Create Timesheet",
"validate_action": 1
}

View File

@@ -0,0 +1,23 @@
{
"action": "View Report",
"action_label": "View Project Summary",
"creation": "2026-02-23 22:47:20.530482",
"docstatus": 0,
"doctype": "Onboarding Step",
"idx": 0,
"is_complete": 0,
"is_single": 0,
"is_skipped": 0,
"modified": "2026-02-23 22:50:38.294138",
"modified_by": "Administrator",
"name": "View Project Summary",
"owner": "Administrator",
"reference_report": "Project Summary",
"report_description": "View Project Summary",
"report_reference_doctype": "Project",
"report_type": "Script Report",
"show_form_tour": 0,
"show_full_form": 0,
"title": "View Project Summary",
"validate_action": 1
}