mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
refactor: add watch video step for stock opening balance
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
"documentation_url": "https://docs.erpnext.com/docs/user/manual/en/stock",
|
"documentation_url": "https://docs.erpnext.com/docs/user/manual/en/stock",
|
||||||
"idx": 0,
|
"idx": 0,
|
||||||
"is_complete": 0,
|
"is_complete": 0,
|
||||||
"modified": "2021-05-18 17:01:36.137180",
|
"modified": "2021-05-20 15:08:11.987145",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Stock",
|
"name": "Stock",
|
||||||
@@ -47,10 +47,7 @@
|
|||||||
"step": "View Stock Ledger"
|
"step": "View Stock Ledger"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"step": "Create a Purchase Receipt"
|
"step": "Stock Opening Balance"
|
||||||
},
|
|
||||||
{
|
|
||||||
"step": "Create a Delivery Note"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"subtitle": "Inventory, Warehouses, Analysis, and more.",
|
"subtitle": "Inventory, Warehouses, Analysis, and more.",
|
||||||
|
|||||||
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"action": "Watch Video",
|
||||||
|
"creation": "2021-05-17 16:13:47.511883",
|
||||||
|
"description": "# Stock Opening Balance\nTo set the Stock Opening Balance, you can create a [**Stock Reconciliation**](https://docs.erpnext.com/docs/user/manual/en/stock/stock-reconciliation) entry with _Purpose_ set to _Opening Balance_.\n\nFor more information you can watch the video.",
|
||||||
|
"docstatus": 0,
|
||||||
|
"doctype": "Onboarding Step",
|
||||||
|
"idx": 0,
|
||||||
|
"is_complete": 0,
|
||||||
|
"is_single": 0,
|
||||||
|
"is_skipped": 0,
|
||||||
|
"modified": "2021-05-20 15:07:19.545934",
|
||||||
|
"modified_by": "Administrator",
|
||||||
|
"name": "Stock Opening Balance",
|
||||||
|
"owner": "Administrator",
|
||||||
|
"reference_document": "Stock Reconciliation",
|
||||||
|
"show_form_tour": 1,
|
||||||
|
"show_full_form": 1,
|
||||||
|
"title": "Stock Opening Balance",
|
||||||
|
"validate_action": 1,
|
||||||
|
"video_url": "https://www.youtube.com/watch?v=nlHX0ZZ84Lw"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user