Skip to content

Commit 12929b1

Browse files
ngyinzesonglim327
authored andcommitted
feat: add maintain stock item video guide
1 parent 8bf83d2 commit 12929b1

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

docs/quick-start/stock/stock-item/intro.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@ import {TOC} from '@src/components/toc.js';
1111

1212
<TOC
1313
dataEntryList = {[
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+
/>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
/>

0 commit comments

Comments
 (0)