Skip to content

Commit fe4d2c8

Browse files
ngyinzechangsheng1239
authored andcommitted
feat: add maintain chart of account video guide
1 parent 4505823 commit fe4d2c8

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

docs/quick-start/general/intro.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ dataEntryList = {[
1414
"text": "Setup Company Profile",
1515
"link": "./general/setup-company-profile",
1616
"videoId": "uodxkyS9BsI"
17+
},
18+
{
19+
"text": "Maintain Chart of Account",
20+
"link": "./general/maintain-chart-of-account",
21+
"videoId": "6NSxxbTCG6E"
1722
}
1823
]}
1924
/>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
sidebar_position: 1
3+
title: Maintain Chart of Account
4+
description: How to maintain chart of account in SQL Accounting
5+
slug: /quick-start/general/maintain-chart-of-account
6+
tags: ["SQL Account", "Usage", "Setup"]
7+
hide_title: true
8+
hide_table_of_contents: true
9+
sidebar_class_name: hidden-sidebar-items
10+
form_name: TfmGLAccount
11+
---
12+
13+
import '@src/css/sidebar.css';
14+
import { YtLayout } from '@src/components/yt-layout';
15+
16+
<YtLayout
17+
videoId="6NSxxbTCG6E"
18+
/>

0 commit comments

Comments
 (0)