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,44 @@
{
"allow_roles": [
{
"role": "Accounts Manager"
},
{
"role": "Accounts User"
},
{
"role": "Quality Manager"
}
],
"creation": "2026-02-23 20:56:50.917521",
"docstatus": 0,
"doctype": "Module Onboarding",
"idx": 0,
"is_complete": 0,
"modified": "2026-02-23 22:51:11.027665",
"modified_by": "Administrator",
"module": "Assets",
"name": "Asset Onboarding",
"owner": "Administrator",
"steps": [
{
"step": "Learn Asset"
},
{
"step": "Create Asset Category"
},
{
"step": "Create Asset Item"
},
{
"step": "Create Asset Location"
},
{
"step": "Create Existing Asset"
},
{
"step": "View Balance Sheet"
}
],
"title": "Assets Setup!"
}

View File

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

View File

@@ -0,0 +1,21 @@
{
"action": "Create Entry",
"action_label": "Create Asset Item",
"creation": "2026-02-23 20:52:40.135614",
"docstatus": 0,
"doctype": "Onboarding Step",
"idx": 1,
"is_complete": 0,
"is_single": 0,
"is_skipped": 0,
"modified": "2026-02-23 22:31:53.211343",
"modified_by": "Administrator",
"name": "Create Asset Item",
"owner": "Administrator",
"reference_document": "Item",
"route_options": "{\n \"is_fixed_asset\": 1,\n \"is_stock_item\": 0\n}",
"show_form_tour": 0,
"show_full_form": 1,
"title": "Create Asset Item",
"validate_action": 1
}

View File

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

View File

@@ -0,0 +1,21 @@
{
"action": "Create Entry",
"action_label": "Create Existing Asset",
"creation": "2026-02-23 20:54:25.961869",
"docstatus": 0,
"doctype": "Onboarding Step",
"idx": 3,
"is_complete": 0,
"is_single": 0,
"is_skipped": 0,
"modified": "2026-02-23 22:31:48.789836",
"modified_by": "Administrator",
"name": "Create Existing Asset",
"owner": "Administrator",
"reference_document": "Asset",
"route_options": "{\n \"asset_type\": \"Existing Asset\"\n}",
"show_form_tour": 0,
"show_full_form": 1,
"title": "Create Existing Asset",
"validate_action": 1
}

View File

@@ -0,0 +1,20 @@
{
"action": "View Docs",
"action_label": "Learn Asset",
"creation": "2026-02-23 21:00:47.254648",
"docstatus": 0,
"doctype": "Onboarding Step",
"idx": 0,
"is_complete": 0,
"is_single": 0,
"is_skipped": 0,
"modified": "2026-02-23 22:44:25.734547",
"modified_by": "Administrator",
"name": "Learn Asset",
"owner": "Administrator",
"path": "https://docs.frappe.io/erpnext/assets/setup/asset-category",
"show_form_tour": 0,
"show_full_form": 0,
"title": "Learn Asset",
"validate_action": 1
}

View File

@@ -0,0 +1,23 @@
{
"action": "View Report",
"action_label": "View Balance Sheet",
"creation": "2026-02-23 19:22:57.651194",
"docstatus": 0,
"doctype": "Onboarding Step",
"idx": 0,
"is_complete": 0,
"is_single": 0,
"is_skipped": 0,
"modified": "2026-02-23 22:44:39.178107",
"modified_by": "Administrator",
"name": "View Balance Sheet",
"owner": "Administrator",
"reference_report": "Balance Sheet",
"report_description": "View Balance Sheet",
"report_reference_doctype": "GL Entry",
"report_type": "Script Report",
"show_form_tour": 0,
"show_full_form": 0,
"title": "View Balance Sheet",
"validate_action": 1
}