File tree Expand file tree Collapse file tree 3 files changed +28
-1
lines changed
customer/maintain-customer Expand file tree Collapse file tree 3 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,11 @@ dataEntryList = {[
20
20
"text": "How to Request Customer/Supplier Info",
21
21
"link": "../e-invoice/how-to-request-customer-info",
22
22
"videoId": "9ur8nNSI15o"
23
- },
23
+ },
24
+ {
25
+ "text": "Read MyInvois TaxPayer QR Code into Customer Master",
26
+ "link": "../e-invoice/read-myinvois-qr",
27
+ "videoId": "dAaucBNuD18"
28
+ },
24
29
] }
25
30
/>
Original file line number Diff line number Diff line change @@ -85,5 +85,10 @@ dataEntryList = {[
85
85
"link": "./e-invoice/batch-update-classification-code",
86
86
"videoId": "DxG6Okbn3e4"
87
87
},
88
+ {
89
+ "text": "Read MyInvois TaxPayer QR Code into Customer Master",
90
+ "link": "./e-invoice/read-myinvois-qr",
91
+ "videoId": "dAaucBNuD18"
92
+ },
88
93
] }
89
94
/>
Original file line number Diff line number Diff line change
1
+ ---
2
+ sidebar_position : 2
3
+ title : Read MyInvois TaxPayer QR Code into Customer Master
4
+ description : How to read MyInvois taxpayer qr code into customer master
5
+ slug : /quick-start/e-invoice/read-myinvois-qr
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="dAaucBNuD18"
17
+ />
You can’t perform that action at this time.
0 commit comments