Files
erpnext/erpnext/manufacturing/module_onboarding/manufacturing_onboarding/manufacturing_onboarding.json
Rohit Waghchaure c3700f1b31 fix: patch to complete onboarding stpes for existing records
(cherry picked from commit d90ec49241)

# Conflicts:
#	erpnext/patches.txt
(cherry picked from commit 941a78e1a8)
2026-02-26 05:21:53 +00:00

45 lines
767 B
JSON

{
"allow_roles": [
{
"role": "Manufacturing Manager"
},
{
"role": "Manufacturing User"
}
],
"creation": "2026-02-20 13:31:02.066000",
"docstatus": 0,
"doctype": "Module Onboarding",
"idx": 0,
"is_complete": 0,
"modified": "2026-02-25 16:59:39.508221",
"modified_by": "Administrator",
"module": "Manufacturing",
"name": "Manufacturing Onboarding",
"owner": "Administrator",
"steps": [
{
"step": "Create Raw Materials"
},
{
"step": "Create Finished Goods"
},
{
"step": "Create Operations"
},
{
"step": "Create Bill of Materials"
},
{
"step": "Create Work Order"
},
{
"step": "View Work Order Summary Report"
},
{
"step": "Review Manufacturing Settings"
}
],
"title": "Manufacturing Setup"
}