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,41 @@
{
"allow_roles": [
{
"role": "Sales Manager"
},
{
"role": "Sales User"
}
],
"creation": "2026-02-20 13:37:52.144254",
"docstatus": 0,
"doctype": "Module Onboarding",
"idx": 1,
"is_complete": 0,
"modified": "2026-02-23 22:51:47.297028",
"modified_by": "Administrator",
"module": "Selling",
"name": "Selling Onboarding",
"owner": "Administrator",
"steps": [
{
"step": "Create Customer"
},
{
"step": "Create Item"
},
{
"step": "Create Sales Order"
},
{
"step": "Create Sales Invoice"
},
{
"step": "View Sales Order Analysis"
},
{
"step": "Review Selling Settings"
}
],
"title": "Selling Setup!"
}

View File

@@ -0,0 +1,44 @@
{
"allow_roles": [
{
"role": "Stock Manager"
},
{
"role": "Stock User"
}
],
"creation": "2026-02-20 13:52:55.989409",
"docstatus": 0,
"doctype": "Module Onboarding",
"idx": 0,
"is_complete": 0,
"modified": "2026-02-20 13:53:46.461261",
"modified_by": "Administrator",
"module": "Selling",
"name": "Stock Onboarding",
"owner": "Administrator",
"steps": [
{
"step": "Setup Warehouse"
},
{
"step": "Create Item"
},
{
"step": "Create Purchase Receipt"
},
{
"step": "Create Delivery Note"
},
{
"step": "View Stock Balance Report"
},
{
"step": "View Stock Ledger Report"
},
{
"step": "Create Stock Entry"
}
],
"title": "Onboarding for Stock!"
}