Skip to content

Commit 258df1d

Browse files
ngyinzesonglim327
authored andcommitted
feat: add read MyInvois QR
1 parent 4b341bb commit 258df1d

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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
/>

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
/>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
/>

0 commit comments

Comments
 (0)