File tree Expand file tree Collapse file tree 3 files changed +46
-0
lines changed
docs/quick-start/stock/stock-card-qty Expand file tree Collapse file tree 3 files changed +46
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "label" : " Stock Card Qty" ,
3+ "position" : 13 ,
4+ "link" : {
5+ "type" : " doc" ,
6+ "id" : " quick-start/stock/stock-card-qty/intro"
7+ },
8+ "collapsible" : false
9+ }
Original file line number Diff line number Diff line change 1+ ---
2+ sidebar_position : 3
3+ title : Table of contents
4+ hide_title : true
5+ hide_table_of_contents : true
6+ slug : /quick-start/stock/stock-card-qty
7+ form_name : " {27524956-892D-4837-8E6D-81D1114831FC}"
8+ ---
9+
10+ import {TOC} from '@src/components /toc.js';
11+
12+ <TOC
13+ dataEntryList = {[
14+ {
15+ "text": "Stock Card Qty",
16+ "link": "./print-stock-card-qty",
17+ "videoId": "9ERsTGe4Kbw"
18+ }
19+ ] }
20+ />
Original file line number Diff line number Diff line change 1+ ---
2+ sidebar_position : 3
3+ title : Stock Card Qty
4+ description : How to print stock card quantity in SQL Accounting
5+ slug : /quick-start/stock/print-stock-card-qty
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="9ERsTGe4Kbw"
17+ />
You can’t perform that action at this time.
0 commit comments