Skip to content

Commit ea37b72

Browse files
ngyinzesonglim327
authored andcommitted
feat: add SST quick start guide
1 parent 202f706 commit ea37b72

12 files changed

Lines changed: 62 additions & 14 deletions

File tree

docs/quick-start/cloud/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "Cloud",
3-
"position": 7,
3+
"position": 9,
44
"link": {
55
"type": "generated-index",
66
"description": "Learn on Cloud in SQL Account"

docs/quick-start/company-profile/intro.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ englishList = {[
2323
"text": "How to Register E-Invoice on LHDN Mytax Myinvois Portal",
2424
"link": "./e-invoice/en/how-to-register-e-invoice-on-lhdn-mytax-myinvois-portal",
2525
"videoId": "JtZqHKzVj24"
26+
},
27+
{
28+
"text": "Activate SST Module",
29+
"link": "./sst/activate-sst-module",
30+
"videoId": "pHvYom5OcZ8"
2631
}
2732
]}
2833

docs/quick-start/customer/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"type": "generated-index",
66
"description": "Learn on Customer in SQL Account"
77
}
8-
}
8+
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"label": "E Invoice",
3-
"position": 8,
3+
"position": 10,
44
"link": {
55
"type": "doc",
66
"id": "quick-start/e-invoice/intro"
77
},
88
"collapsible": false
9-
}
9+
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"label": "GL",
3-
"position": 5,
2+
"label": "General Ledger",
3+
"position": 2,
44
"link": {
55
"type": "generated-index",
66
"description": "Learn on General Ledger in SQL Account"
77
}
8-
}
8+
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"label": "Purchase",
3-
"position": 2,
3+
"position": 6,
44
"link": {
55
"type": "generated-index",
66
"description": "Learn on Purchase in SQL Account"
77
}
8-
}
8+
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"label": "Sales",
3-
"position": 1,
3+
"position": 5,
44
"link": {
55
"type": "generated-index",
66
"description": "Learn on Sales in SQL Account"
77
}
8-
}
8+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"label": "SST",
3+
"position": 8,
4+
"link": {
5+
"type": "doc",
6+
"id": "quick-start/sst/intro"
7+
},
8+
"collapsible": false
9+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Activate SST Module
3+
description: How to activate SST module in SQL Accounting
4+
slug: /quick-start/sst/activate-sst-module
5+
tags: ["SQL Account", "Usage", "Setup"]
6+
hide_title: true
7+
hide_table_of_contents: true
8+
sidebar_class_name: hidden-sidebar-items
9+
---
10+
11+
import '@src/css/sidebar.css';
12+
import { YtLayout } from '@src/components/yt-layout';
13+
14+
<YtLayout
15+
videoId="pHvYom5OcZ8"
16+
/>

docs/quick-start/sst/intro.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
hide_title: true
3+
hide_table_of_contents: true
4+
slug: /quick-start/sst
5+
form_name: TWF_Start_SST
6+
---
7+
8+
import {TOC} from '@src/components/toc.js';
9+
10+
<TOC
11+
englishList = {[
12+
{
13+
"text": "Activate SST Module",
14+
"link": "./sst/activate-sst-module",
15+
"videoId": "pHvYom5OcZ8"
16+
}
17+
]}
18+
/>

0 commit comments

Comments
 (0)