Skip to content

Commit 2983472

Browse files
ngyinzesonglim327
authored andcommitted
feat: update quick start guide
1 parent 533bf65 commit 2983472

File tree

29 files changed

+291
-4
lines changed

29 files changed

+291
-4
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,10 @@ dataEntryList = {[
1616
"link": "../e-invoice/how-to-tin-lookup-via-maintain-customer",
1717
"videoId": "EMpDTDBVB2o"
1818
},
19+
{
20+
"text": "How to Request Customer Info",
21+
"link": "../e-invoice/how-to-request-customer-info",
22+
"videoId": "X3BoiXOlKkc"
23+
},
1924
]}
2025
/>
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: Batch Update Classification Code
4+
description: How to batch update classification code in SQL Accounting
5+
slug: /quick-start/e-invoice/batch-update-classification-code
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="DxG6Okbn3e4"
17+
/>

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,20 @@ dataEntryList = {[
7070
"link": "./e-invoice/how-to-tin-lookup-via-maintain-customer",
7171
"videoId": "EMpDTDBVB2o"
7272
},
73+
{
74+
"text": "How to Request Customer Info",
75+
"link": "./e-invoice/how-to-request-customer-info",
76+
"videoId": "X3BoiXOlKkc"
77+
},
78+
{
79+
"text": "How to Test E Invoice Validation",
80+
"link": "./e-invoice/how-to-test-e-invoice-validation",
81+
"videoId": "AKLkzWVApLY"
82+
},
83+
{
84+
"text": "Batch Update Classifiation Code in Stock Item",
85+
"link": "./e-invoice/batch-update-classification-code",
86+
"videoId": "DxG6Okbn3e4"
87+
},
7388
]}
7489
/>
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: Request Customer Info
4+
description: How to request customer info in SQL Accounting
5+
slug: /quick-start/e-invoice/how-to-request-customer-info
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="X3BoiXOlKkc"
17+
/>
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: Test E Invoice Validation
4+
description: How to test e invoice validation in SQL Accounting
5+
slug: /quick-start/e-invoice/how-to-test-e-invoice-validation
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="AKLkzWVApLY"
17+
/>

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ dataEntryList = {[
2525
"text": "How To Self Billed Via Payment Voucher",
2626
"link": "../e-invoice/how-to-self-billed-via-payment-voucher",
2727
"videoId": "S27uXKVaD5M"
28+
},
29+
{
30+
"text": "How to Test E Invoice Validation",
31+
"link": "../e-invoice/how-to-test-e-invoice-validation",
32+
"videoId": "AKLkzWVApLY"
2833
},
2934
]}
3035
/>

docs/quick-start/purchase/cash-purchase/intro.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ dataEntryList = {[
3030
"text": "Batch Import E-Invoice",
3131
"link": "../e-invoice/how-to-batch-import-e-invoice",
3232
"videoId": "K_p98wYEH7c"
33+
},
34+
{
35+
"text": "How to Test E Invoice Validation",
36+
"link": "../e-invoice/how-to-test-e-invoice-validation",
37+
"videoId": "AKLkzWVApLY"
3338
},
3439
]}
3540
/>

docs/quick-start/purchase/purchase-debit-note/intro.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ dataEntryList = {[
3030
"text": "Batch Import E-Invoice",
3131
"link": "../e-invoice/how-to-batch-import-e-invoice",
3232
"videoId": "K_p98wYEH7c"
33+
},
34+
{
35+
"text": "How to Test E Invoice Validation",
36+
"link": "../e-invoice/how-to-test-e-invoice-validation",
37+
"videoId": "AKLkzWVApLY"
3338
},
3439
]}
3540
/>

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ dataEntryList = {[
3030
"text": "Batch Import E-Invoice",
3131
"link": "../e-invoice/how-to-batch-import-e-invoice",
3232
"videoId": "K_p98wYEH7c"
33+
},
34+
{
35+
"text": "How to Test E Invoice Validation",
36+
"link": "../e-invoice/how-to-test-e-invoice-validation",
37+
"videoId": "AKLkzWVApLY"
3338
},
3439
]}
3540
/>

docs/quick-start/purchase/purchase-returned/intro.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ dataEntryList = {[
3030
"text": "Batch Import E-Invoice",
3131
"link": "../e-invoice/how-to-batch-import-e-invoice",
3232
"videoId": "K_p98wYEH7c"
33+
},
34+
{
35+
"text": "How to Test E Invoice Validation",
36+
"link": "../e-invoice/how-to-test-e-invoice-validation",
37+
"videoId": "AKLkzWVApLY"
3338
},
3439
]}
3540
/>

0 commit comments

Comments
 (0)