File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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/>
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ />
Original file line number Diff line number Diff line change 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+ />
You can’t perform that action at this time.
0 commit comments