brotherton-erpnext/erpnext/setup/module_onboarding/home/home.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

62 lines
1.1 KiB
JSON
Raw Normal View History

2021-11-24 13:49:45 +00:00
{
"allow_roles": [
{
"role": "Accounts Manager"
},
{
"role": "Stock Manager"
},
{
"role": "Sales Manager"
},
{
"role": "Purchase Manager"
},
{
"role": "Manufacturing Manager"
},
{
"role": "Item Manager"
}
],
"creation": "2021-11-22 12:19:15.888642",
"docstatus": 0,
"doctype": "Module Onboarding",
"documentation_url": "https://docs.erpnext.com/docs/v13/user/manual/en/setting-up/company-setup",
"idx": 0,
"is_complete": 0,
2022-06-08 11:00:44 +00:00
"modified": "2022-06-07 14:31:00.575193",
2021-11-24 13:49:45 +00:00
"modified_by": "Administrator",
"module": "Setup",
"name": "Home",
"owner": "Administrator",
"steps": [
{
"step": "Company Set Up"
},
{
2021-12-15 08:56:44 +00:00
"step": "Navigation Help"
2021-11-24 13:49:45 +00:00
},
{
2021-12-15 08:56:44 +00:00
"step": "Data import"
2021-11-24 13:49:45 +00:00
},
{
2021-12-15 08:56:44 +00:00
"step": "Create an Item"
2021-11-24 13:49:45 +00:00
},
{
2021-12-15 08:56:44 +00:00
"step": "Create a Customer"
2021-11-24 13:49:45 +00:00
},
{
2021-12-15 08:56:44 +00:00
"step": "Create a Supplier"
2021-11-24 13:49:45 +00:00
},
{
"step": "Create a Quotation"
},
{
"step": "Letterhead"
}
],
"subtitle": "Company, Item, Customer, Supplier, Navigation Help, Data Import, Letter Head, Quotation",
"success_message": "Masters are all set up!",
"title": "Let's Set Up Some Masters"
}