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 = {[
2020 "text": "How to Request Customer/Supplier Info",
2121 "link": "../e-invoice/how-to-request-customer-info",
2222 "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+ },
2429] }
2530/>
Original file line number Diff line number Diff line change @@ -85,5 +85,10 @@ dataEntryList = {[
8585 "link": "./e-invoice/batch-update-classification-code",
8686 "videoId": "DxG6Okbn3e4"
8787},
88+ {
89+ "text": "Read MyInvois TaxPayer QR Code into Customer Master",
90+ "link": "./e-invoice/read-myinvois-qr",
91+ "videoId": "dAaucBNuD18"
92+ },
8893] }
8994/>
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