File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
docs/quick-start/stock/stock-item Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,15 @@ import {TOC} from '@src/components/toc.js';
1111
1212<TOC
1313dataEntryList = {[
14+ {
15+ "text": "Maintain Stock Item",
16+ "link": "./maintain-stock-item",
17+ "videoId": "jLr_ -xhueIA"
18+ },
1419{
1520 "text": "Batch Update Classifiation Code in Stock Item",
1621 "link": "../e-invoice/batch-update-classification-code",
1722 "videoId": "DxG6Okbn3e4"
1823}
1924] }
20- />
25+ />
Original file line number Diff line number Diff line change 1+ ---
2+ sidebar_position : 1
3+ title : Maintain Stock Item
4+ description : How to maintain stock item in SQL Accounting
5+ slug : /quick-start/stock/maintain-stock-item
6+ tags : ["Stock"]
7+ hide_title : true
8+ hide_table_of_contents : true
9+ sidebar_class_name : hidden-sidebar-items
10+ ---
11+
12+ import '@src/css /sidebar.css';
13+ import { YtLayout } from '@src/components /yt-layout';
14+
15+ <YtLayout
16+ videoId="jLr_ -xhueIA"
17+ />
You can’t perform that action at this time.
0 commit comments