refactor: add watch video step for stock opening balance

This commit is contained in:
18alantom 2021-05-20 15:23:17 +05:30
parent 1d67d20185
commit 9581836885
2 changed files with 23 additions and 5 deletions

View File

@ -19,7 +19,7 @@
"documentation_url": "https://docs.erpnext.com/docs/user/manual/en/stock",
"idx": 0,
"is_complete": 0,
"modified": "2021-05-18 17:01:36.137180",
"modified": "2021-05-20 15:08:11.987145",
"modified_by": "Administrator",
"module": "Stock",
"name": "Stock",
@ -47,10 +47,7 @@
"step": "View Stock Ledger"
},
{
"step": "Create a Purchase Receipt"
},
{
"step": "Create a Delivery Note"
"step": "Stock Opening Balance"
}
],
"subtitle": "Inventory, Warehouses, Analysis, and more.",

View File

@ -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"
}