Skip to content

Commit 9282ada

Browse files
ngyinzesonglim327
authored andcommitted
feat: add maintain supplier video guide
1 parent 18604ec commit 9282ada

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
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: How To Maintain Supplier
4+
description: How to maintain supplier in SQL Accounting
5+
slug: /quick-start/supplier/how-to-maintain-supplier
6+
tags: ["Supplier"]
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="XD9Li2WHTVU"
17+
/>

docs/quick-start/supplier/maintain-supplier/intro.md

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

1212
<TOC
1313
dataEntryList = {[
14+
{
15+
"text": "Maintain Supplier",
16+
"link": "./how-to-maintain-supplier",
17+
"videoId": "XD9Li2WHTVU"
18+
},
1419
{
1520
"text": "TIN Lookup Via Maintain Customer/Supplier",
1621
"link": "../e-invoice/how-to-tin-lookup-via-maintain-customer",

0 commit comments

Comments
 (0)