File tree Expand file tree Collapse file tree 6 files changed +66
-2
lines changed
customer/maintain-customer Expand file tree Collapse file tree 6 files changed +66
-2
lines changed Original file line number Diff line number Diff 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/>
Original file line number Diff line number Diff 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+ />
Original file line number Diff line number Diff line change 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+ />
Original file line number Diff line number Diff 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+ />
Original file line number Diff line number Diff line change 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+ />
Original file line number Diff line number Diff 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/>
You can’t perform that action at this time.
0 commit comments