File tree Expand file tree Collapse file tree 4 files changed +68
-0
lines changed
docs/quick-start/stock/stock-month-end-balance Expand file tree Collapse file tree 4 files changed +68
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "label" : " Stock Month End Balance" ,
3
+ "position" : 8 ,
4
+ "link" : {
5
+ "type" : " doc" ,
6
+ "id" : " quick-start/stock/stock-month-end-balance/intro"
7
+ },
8
+ "collapsible" : false
9
+ }
Original file line number Diff line number Diff line change
1
+ ---
2
+ sidebar_position : 8
3
+ title : Auto GL Stock Value By Project
4
+ description : How to Auto Post GL Stock Value by Project
5
+ slug : /quick-start/stock/gl-stock-value
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="O95aCCeiZCE"
17
+ />
Original file line number Diff line number Diff line change
1
+ ---
2
+ sidebar_position : 8
3
+ title : Table of contents
4
+ hide_title : true
5
+ hide_table_of_contents : true
6
+ slug : /quick-start/stock/stock-month-end-balance
7
+ form_name : " {560E5ECC-7634-4CF7-945D-AD4EC7727C83}"
8
+ ---
9
+
10
+ import {TOC} from '@src/components /toc.js';
11
+
12
+ <TOC
13
+ dataEntryList = {[
14
+ {
15
+ "text": "SQL Auto GL Stock Value By Project",
16
+ "link": "./gl-stock-value",
17
+ "videoId": "O95aCCeiZCE"
18
+ },
19
+ {
20
+ "text": "SQL Stock Month End Balance",
21
+ "link": "./print-stock-month-end-balance",
22
+ "videoId": "HrsApNr-7DE"
23
+ },
24
+ ] }
25
+ />
Original file line number Diff line number Diff line change
1
+ ---
2
+ sidebar_position : 8
3
+ title : SQL Stock Month End Balance
4
+ description : SQL Stock Month End Balance in SQL Accounting
5
+ slug : /quick-start/stock/print-stock-month-end-balance
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="HrsApNr-7DE"
17
+ />
You can’t perform that action at this time.
0 commit comments