mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 15:09:20 +00:00
* feat: Selling Desk, Dashboard and Onboarding * chore: Selling Onboarding and fixes in Other onboardings * chore: Dashboard and Number card Fixtures * fix: Escape filters and Reposition Accounts Dashboard shortcut. Co-authored-by: Nabin Hait <nabinhait@gmail.com>
54 lines
1014 B
JSON
54 lines
1014 B
JSON
{
|
|
"allow_roles": [
|
|
{
|
|
"role": "Purchase Manager"
|
|
},
|
|
{
|
|
"role": "Purchase User"
|
|
},
|
|
{
|
|
"role": "Stock Manager"
|
|
},
|
|
{
|
|
"role": "Stock User"
|
|
}
|
|
],
|
|
"creation": "2020-05-06 15:56:35.049205",
|
|
"docstatus": 0,
|
|
"doctype": "Module Onboarding",
|
|
"documentation_url": "https://docs.erpnext.com/docs/user/manual/en/buying",
|
|
"idx": 0,
|
|
"is_complete": 0,
|
|
"modified": "2020-06-01 12:55:09.234944",
|
|
"modified_by": "Administrator",
|
|
"module": "Buying",
|
|
"name": "Buying",
|
|
"owner": "Administrator",
|
|
"steps": [
|
|
{
|
|
"step": "Introduction to Buying"
|
|
},
|
|
{
|
|
"step": "Create a Supplier"
|
|
},
|
|
{
|
|
"step": "Setup your Warehouse"
|
|
},
|
|
{
|
|
"step": "Create a Product"
|
|
},
|
|
{
|
|
"step": "Create a Material Request"
|
|
},
|
|
{
|
|
"step": "Create your first Purchase Order"
|
|
},
|
|
{
|
|
"step": "Buying Settings"
|
|
}
|
|
],
|
|
"subtitle": "Products, Purchases, Analysis and more.",
|
|
"success_message": "The Buying Module is all set up!",
|
|
"title": "Let's Set Up the Buying Module.",
|
|
"user_can_dismiss": 1
|
|
} |