Skip to content

Commit e24508a

Browse files
committed
feat: add tariff guide
1 parent faae763 commit e24508a

6 files changed

Lines changed: 61 additions & 0 deletions

File tree

docs/quick-start/sst/intro.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ englishList = {[
1313
"text": "Activate SST Module",
1414
"link": "./sst/activate-sst-module",
1515
"videoId": "pHvYom5OcZ8"
16+
},
17+
{
18+
"text": "Steps to Create and Assign Tariff Code",
19+
"link": "./tools/create-tariff-code",
20+
"videoId": "Hm2TitcNCwM"
1621
}
1722
]}
1823
/>

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ englishList = {[
2323
"text": "LHDN E-Invoice Mandatory Fields Setup in SQL",
2424
"link": "../e-invoice/en/lhdn-e-invoice-mandatory-fields",
2525
"videoId": "3HRn76nLFSA"
26+
},
27+
{
28+
"text": "Steps to Create and Assign Tariff Code",
29+
"link": "../tools/create-tariff-code",
30+
"videoId": "Hm2TitcNCwM"
2631
}
2732
]}
2833

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Tools",
3+
"position": 11,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "Learn about various tools available for SQL Account"
7+
}
8+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"label": "Maintain Tariff",
3+
"position": 1,
4+
"link": {
5+
"type": "doc",
6+
"id": "quick-start/tools/maintain-tariff/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: Steps to Create and Assign Tariff Code
3+
description: Steps to create and assign tariff code in SQL Account
4+
slug: /quick-start/tools/create-tariff-code
5+
tags: ["SST", "Tariff"]
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="Hm2TitcNCwM"
16+
/>
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/tools/maintain-tariff
5+
form_name: "{26C47EF8-132E-4196-AAB7-A0871B2D20F8}"
6+
---
7+
8+
import {TOC} from '@src/components/toc.js';
9+
10+
<TOC
11+
englishList = {[
12+
{
13+
"text": "Steps to Create and Assign Tariff Code",
14+
"link": "./create-tariff-code",
15+
"videoId": "Hm2TitcNCwM"
16+
}
17+
]}
18+
/>

0 commit comments

Comments
 (0)