Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/quick-start/customer/maintain-customer/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ dataEntryList = {[
"text": "How to Request Customer/Supplier Info",
"link": "../e-invoice/how-to-request-customer-info",
"videoId": "9ur8nNSI15o"
},
},
{
"text": "Read MyInvois TaxPayer QR Code into Customer Master",
"link": "../e-invoice/read-myinvois-qr",
"videoId": "dAaucBNuD18"
},
]}
/>
5 changes: 5 additions & 0 deletions docs/quick-start/e-invoice/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,10 @@ dataEntryList = {[
"link": "./e-invoice/batch-update-classification-code",
"videoId": "DxG6Okbn3e4"
},
{
"text": "Read MyInvois TaxPayer QR Code into Customer Master",
"link": "./e-invoice/read-myinvois-qr",
"videoId": "dAaucBNuD18"
},
]}
/>
17 changes: 17 additions & 0 deletions docs/quick-start/e-invoice/read-myinvois-qr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
sidebar_position: 2
title: Read MyInvois TaxPayer QR Code into Customer Master
description: How to read MyInvois taxpayer qr code into customer master
slug: /quick-start/e-invoice/read-myinvois-qr
tags: ["E Invoice"]
hide_title: true
hide_table_of_contents: true
sidebar_class_name: hidden-sidebar-items
---

import '@src/css/sidebar.css';
import { YtLayout } from '@src/components/yt-layout';

<YtLayout
videoId="dAaucBNuD18"
/>