Skip to content

Commit e17ca8a

Browse files
ngyinzesonglim327
authored andcommitted
feat: add submit self-billed e-invoice custom amount in cash book entry
1 parent ae9e6f7 commit e17ca8a

3 files changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: E Invoice Custom Amount in Cash Book Entry
3+
description: How to custom submit self-billed E-Invoice in Cash Book Entry
4+
slug: /quick-start/e-invoice/en/submit-custom-amount-in-cashbook
5+
tags: ["E Invoice"]
6+
hide_title: true
7+
hide_table_of_contents: true
8+
sidebar_class_name: hidden-sidebar-items
9+
---
10+
11+
import '@src/css/sidebar.css';
12+
import { YtLayout } from '@src/components/yt-layout';
13+
14+
<YtLayout
15+
videoId="K0O3Yqd6EuY"
16+
/>

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ englishList = {[
102102
"text": "MyInvois Transaction",
103103
"link": "./cloud/how-to-use-myinvois-transaction",
104104
"videoId": "X3vDnm51y5k"
105+
},
106+
{
107+
"text": "E Inoivce Custom Amount in Cash Book Entry",
108+
"link": "./e-invoice/en/submit-custom-amount-in-cashbook",
109+
"videoId": "K0O3Yqd6EuY"
105110
}
106111
]}
107112

docs/quick-start/gl/cash-book-entry/intro.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ englishList = {[
2828
"text": "How to Test E Invoice Validation",
2929
"link": "../e-invoice/en/how-to-test-e-invoice-validation",
3030
"videoId": "AKLkzWVApLY"
31+
},
32+
{
33+
"text": "E Inoivce Custom Amount in Cash Book Entry",
34+
"link": "../e-invoice/en/submit-custom-amount-in-cashbook",
35+
"videoId": "K0O3Yqd6EuY"
3136
}
3237
]}
3338

0 commit comments

Comments
 (0)