mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
42 lines
665 B
JSON
42 lines
665 B
JSON
{
|
|
"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-24 16:57:50.753045",
|
|
"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!"
|
|
}
|