Skip to content

Commit 7d0fe29

Browse files
ngyinzesonglim327
authored andcommitted
feat: add supplier, stock, and update e-invoice quick start video
1 parent 72a6dc9 commit 7d0fe29

25 files changed

+355
-3
lines changed

docs/quick-start/e-invoice/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "E Invoice",
3-
"position": 5,
3+
"position": 7,
44
"link": {
55
"type": "doc",
66
"id": "quick-start/e-invoice/intro"
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
sidebar_position: 4
3+
title: Cancel E-Invoice
4+
description: How to Cancel E-Invoice in SQL Accounting
5+
slug: /quick-start/e-invoice/how-to-cancel-e-invoice
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+
url="https://www.youtube.com/embed/6BY28G95S14?autoplay=1"
17+
videoId="6BY28G95S14"
18+
title="Cancel E-Invoice"
19+
/>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
sidebar_position: 3
3+
title: Consolidate E-Invoice
4+
description: How to Consolidate E-Invoice in SQL Accounting
5+
slug: /quick-start/e-invoice/how-to-consolidate-e-invoice
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+
url="https://www.youtube.com/embed/HbXue9dcpQs?autoplay=1"
17+
videoId="HbXue9dcpQs"
18+
title="Consolidate E-Invoice"
19+
/>

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,21 @@ dataEntryList = {[
1414
"text": "How To Activate MyInvois Request",
1515
"link": "/quick-start/e-invoice/how-to-activate-myinvois-request",
1616
"videoId": "E9_fj_d4274"
17+
},
18+
{
19+
"text": "How To Submit E-Invoice",
20+
"link": "/quick-start/e-invoice/how-to-submit-e-invoice",
21+
"videoId": "z4QQeFo6QiA"
22+
},
23+
{
24+
"text": "How To Consolidate E-Invoice",
25+
"link": "/quick-start/e-invoice/how-to-consolicate-e-invoice",
26+
"videoId": "HbXue9dcpQs"
27+
},
28+
{
29+
"text": "How To Cancel E-Invoice",
30+
"link": "/quick-start/e-invoice/how-to-cancel-e-invoice",
31+
"videoId": "6BY28G95S14"
1732
},
1833
]}
1934
/>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
sidebar_position: 2
3+
title: Submit E-Invoice
4+
description: How to submit E-Invoice in SQL Accounting
5+
slug: /quick-start/e-invoice/how-to-submit-e-invoice
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+
url="https://www.youtube.com/embed/z4QQeFo6QiA?autoplay=1"
17+
videoId="z4QQeFo6QiA"
18+
title="Submit E-Invoice"
19+
/>

docs/quick-start/gl/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "GL",
3-
"position": 4,
3+
"position": 5,
44
"link": {
55
"type": "generated-index",
66
"description": "Learn on General Ledger in SQL Account"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ dataEntryList = {[
1919
]}
2020
/>
2121

22-
[Click to learn more about E-Invoice](../e-invoice)
22+
[Click to learn more about E-Invoice](/quick-start/e-invoice)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Stock",
3+
"position": 6,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "Learn on Stock in SQL Account"
7+
}
8+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"label": "Stock Received",
3+
"position": 3,
4+
"link": {
5+
"type": "doc",
6+
"id": "quick-start/stock/stock-received/intro"
7+
},
8+
"collapsible": false
9+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
sidebar_position: 3
3+
title: Create Stock Received
4+
description: How to create stock received in SQL Accounting
5+
slug: /quick-start/stock/create-stock-received
6+
tags: ["Stock"]
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+
url="https://www.youtube.com/embed/sYJmtFWOlMY?autoplay=1"
17+
videoId="sYJmtFWOlMY"
18+
title="Stock Received"
19+
/>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
sidebar_position: 3
3+
title: Table of contents
4+
hide_title: true
5+
hide_table_of_contents: true
6+
slug: /quick-start/stock/stock-received
7+
form_name: TfmSTRC
8+
---
9+
10+
import {TOC} from '@src/components/toc.js';
11+
12+
<TOC
13+
dataEntryList = {[
14+
{
15+
"text": "Create Stock Received",
16+
"link": "/quick-start/stock/create-stock-received",
17+
"videoId": "sYJmtFWOlMY"
18+
},
19+
]}
20+
/>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Supplier",
3+
"position": 4,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "Learn on Supplier in SQL Account"
7+
}
8+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"label": "Supplier Contra",
3+
"position": 2,
4+
"link": {
5+
"type": "doc",
6+
"id": "quick-start/supplier/supplier-contra/intro"
7+
},
8+
"collapsible": false
9+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
sidebar_position: 2
3+
title: Table of contents
4+
hide_title: true
5+
hide_table_of_contents: true
6+
slug: /quick-start/supplier/supplier-contra
7+
form_name: TfmAPST
8+
---
9+
10+
import {TOC} from '@src/components/toc.js';
11+
12+
<TOC
13+
dataEntryList = {[
14+
{
15+
"text": "How To Process Supplier Contra",
16+
"link": "/quick-start/supplier/how-to-process-supplier-contra",
17+
"videoId": "vd05KUSCAb8"
18+
},
19+
]}
20+
/>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
sidebar_position: 2
3+
title: How To Process Supplier Contra
4+
description: How to process supplier contra in SQL Accounting
5+
slug: /quick-start/supplier/how-to-process-supplier-contra
6+
tags: ["Supplier"]
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+
url="https://www.youtube.com/embed/vd05KUSCAb8?autoplay=1"
17+
videoId="vd05KUSCAb8"
18+
title="How To Process Supplier Contra"
19+
/>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"label": "Supplier Deposit",
3+
"position": 1,
4+
"link": {
5+
"type": "doc",
6+
"id": "quick-start/supplier/supplier-deposit/intro"
7+
},
8+
"collapsible": false
9+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
sidebar_position: 1
3+
title: Table of contents
4+
hide_title: true
5+
hide_table_of_contents: true
6+
slug: /quick-start/supplier/supplier-deposit
7+
form_name: TfmAPSI
8+
---
9+
10+
import {TOC} from '@src/components/toc.js';
11+
12+
<TOC
13+
dataEntryList = {[
14+
{
15+
"text": "How To Process Supplier Deposit",
16+
"link": "/quick-start/supplier/how-to-process-supplier-deposit",
17+
"videoId": "hCbvD3ORCTk"
18+
},
19+
]}
20+
/>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
sidebar_position: 1
3+
title: How To Process Supplier Deposit
4+
description: How to process supplier deposit in SQL Accounting
5+
slug: /quick-start/supplier/how-to-process-supplier-deposit
6+
tags: ["Supplier"]
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+
url="https://www.youtube.com/embed/hCbvD3ORCTk?autoplay=1"
17+
videoId="hCbvD3ORCTk"
18+
title="How To Process Supplier Deposit"
19+
/>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"label": "Supplier Payment",
3+
"position": 4,
4+
"link": {
5+
"type": "doc",
6+
"id": "quick-start/supplier/supplier-payment/intro"
7+
},
8+
"collapsible": false
9+
}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
sidebar_position: 4
3+
title: Table of contents
4+
hide_title: true
5+
hide_table_of_contents: true
6+
slug: /quick-start/supplier/supplier-payment
7+
form_name: TfmAPSP
8+
---
9+
10+
import {TOC} from '@src/components/toc.js';
11+
12+
<TOC
13+
dataEntryList = {[
14+
{
15+
"text": "Create Supplier Payment in Local Currency",
16+
"link": "/quick-start/supplier/create-supplier-payment-in-local-currency",
17+
"videoId": "NuPTa2-YTFw"
18+
},
19+
{
20+
"text": "Create Supplier Payment in Foreign Currency",
21+
"link": "/quick-start/supplier/create-supplier-payment-in-foreign-currency",
22+
"videoId": "Z3wQu3zkZCs"
23+
},
24+
]}
25+
/>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
sidebar_position: 2
3+
title: Create Supplier Payment In Foreign Currency
4+
hide_title: true
5+
hide_table_of_contents: true
6+
description: How to process supplier payment in foreign currency in SQL Accounting
7+
slug: /quick-start/supplier/create-supplier-payment-in-foreign-currency
8+
tags: ["Supplier"]
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+
url="https://www.youtube.com/embed/Z3wQu3zkZCs?autoplay=1"
17+
videoId="Z3wQu3zkZCs"
18+
title="Supplier Payment In Foreign Currency"
19+
/>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
sidebar_position: 1
3+
title: Create Supplier Payment In Local Currency
4+
hide_title: true
5+
hide_table_of_contents: true
6+
description: How to process supplier payment in local currency in SQL Accounting
7+
slug: /quick-start/supplier/create-supplier-payment-in-local-currency
8+
tags: ["Supplier"]
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+
url="https://www.youtube.com/embed/NuPTa2-YTFw?autoplay=1"
17+
videoId="NuPTa2-YTFw"
18+
title="Supplier Payment In Local Currency"
19+
/>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"label": "Supplier Refund",
3+
"position": 3,
4+
"link": {
5+
"type": "doc",
6+
"id": "quick-start/supplier/supplier-refund/intro"
7+
},
8+
"collapsible": false
9+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
sidebar_position: 3
3+
title: Table of contents
4+
hide_title: true
5+
hide_table_of_contents: true
6+
slug: /quick-start/supplier/supplier-refund
7+
form_name: TfmAPSF
8+
---
9+
10+
import {TOC} from '@src/components/toc.js';
11+
12+
<TOC
13+
dataEntryList = {[
14+
{
15+
"text": "How To Process Supplier Refund",
16+
"link": "/quick-start/supplier/how-to-process-supplier-refund",
17+
"videoId": "sucmfwIOtu0"
18+
},
19+
]}
20+
/>

0 commit comments

Comments
 (0)