Skip to content

Commit 397f216

Browse files
ngyinzesonglim327
authored andcommitted
feat: add e-invoice video guide
1 parent 3ad5e63 commit 397f216

File tree

6 files changed

+66
-2
lines changed

6 files changed

+66
-2
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ dataEntryList = {[
1515
"text": "Setup Company Profile",
1616
"link": "./company-profile/setup-company-profile",
1717
"videoId": "uodxkyS9BsI"
18+
},
19+
{
20+
"text": "LHDN E-Invoice Mandatory Fields Setup in SQL",
21+
"link": "./e-invoice/lhdn-e-invoice-mandatory-fields",
22+
"videoId": "3HRn76nLFSA"
23+
},
24+
{
25+
"text": "How to Register E-Invoice on LHDN Mytax Myinvois Portal",
26+
"link": "./e-invoice/how-to-register-e-invoice-on-lhdn-mytax-myinvois-portal",
27+
"videoId": "JtZqHKzVj24"
1828
}
1929
]}
2030
/>

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ dataEntryList = {[
3030
"text": "Read MyInvois TaxPayer QR Code into Customer Master",
3131
"link": "../e-invoice/read-myinvois-qr",
3232
"videoId": "dAaucBNuD18"
33+
},
34+
{
35+
"text": "LHDN E-Invoice Mandatory Fields Setup in SQL",
36+
"link": "../e-invoice/lhdn-e-invoice-mandatory-fields",
37+
"videoId": "3HRn76nLFSA"
3338
}
3439
]}
35-
/>
40+
/>
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 Register E-Invoice on LHDN Mytax Myinvois Portal
4+
description: How to register e-invoice on LHDN Mytax Myinvois Portal
5+
slug: /quick-start/e-invoice/how-to-register-e-invoice-on-lhdn-mytax-myinvois-portal
6+
tags: ["E Invoice"]
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="JtZqHKzVj24"
17+
/>

docs/quick-start/e-invoice/intro.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,16 @@ dataEntryList = {[
8989
"text": "Read MyInvois TaxPayer QR Code into Customer Master",
9090
"link": "./e-invoice/read-myinvois-qr",
9191
"videoId": "dAaucBNuD18"
92+
},
93+
{
94+
"text": "LHDN E-Invoice Mandatory Fields Setup in SQL",
95+
"link": "./e-invoice/lhdn-e-invoice-mandatory-fields",
96+
"videoId": "3HRn76nLFSA"
97+
},
98+
{
99+
"text": "How to Register E-Invoice on LHDN Mytax Myinvois Portal",
100+
"link": "./e-invoice/how-to-register-e-invoice-on-lhdn-mytax-myinvois-portal",
101+
"videoId": "JtZqHKzVj24"
92102
}
93103
]}
94-
/>
104+
/>
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: LHDN E-Invoice Mandatory Fields Setup in SQL
4+
description: How to setup LHDN E-Invoice mandatory fields in SQL
5+
slug: /quick-start/e-invoice/lhdn-e-invoice-mandatory-fields
6+
tags: ["E Invoice"]
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="3HRn76nLFSA"
17+
/>

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ dataEntryList = {[
2020
"text": "Batch Update Classifiation Code in Stock Item",
2121
"link": "../e-invoice/batch-update-classification-code",
2222
"videoId": "DxG6Okbn3e4"
23+
},
24+
{
25+
"text": "LHDN E-Invoice Mandatory Fields Setup in SQL",
26+
"link": "../e-invoice/lhdn-e-invoice-mandatory-fields",
27+
"videoId": "3HRn76nLFSA"
2328
}
2429
]}
2530
/>

0 commit comments

Comments
 (0)