mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-17 10:36:31 +00:00
committed by
Mergify
parent
033c9fc57d
commit
858119f907
@@ -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!"
|
||||
}
|
||||
@@ -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!"
|
||||
}
|
||||
Reference in New Issue
Block a user