Skip to content

Commit 7148254

Browse files
ngyinzesonglim327
authored andcommitted
feat: Add Quick Start documents
1 parent a9a1c06 commit 7148254

File tree

111 files changed

+1656
-25
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+1656
-25
lines changed

docs/quick-start/_category_.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"label": "Quick Start",
3+
"position": 10,
4+
"link": {
5+
"type": "generated-index",
6+
"title": "Quick Start",
7+
"description": "A quick start video for SQL Account"
8+
}
9+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Customer",
3+
"position": 3,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "Learn on Customer in SQL Account"
7+
}
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Customer Payment",
3+
"position": 2,
4+
"link": {
5+
"type": "doc",
6+
"id": "quick-start/customer/customer-payment/intro"
7+
}
8+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"label": "Advanced",
3+
"position": 3,
4+
"link": {
5+
"slug": "/customer/advanced"
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"label": "Data Entry",
3+
"position": 2,
4+
"link": {
5+
"slug": "/customer/basic"
6+
}
7+
}
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: Create Customer Payment In Foreign Currency
4+
hide_title: true
5+
description: How to process customer payment in foreign currency in SQL Accounting
6+
slug: /quick-start/customer/create-customer-payment-in-foreign-currency
7+
tags: ["Customer"]
8+
---
9+
10+
import { YtLayout } from '@site/src/yt-layout';
11+
12+
<YtLayout
13+
url="https://www.youtube.com/embed/5L44z7lmqdk?autoplay=1"
14+
videoId="5L44z7lmqdk"
15+
title="Customer Payment In Foreign Currency"
16+
/>
17+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
sidebar_position: 1
3+
title: Create Customer Payment In Local Currency
4+
hide_title: true
5+
description: How to process customer payment in local currency in SQL Accounting
6+
slug: /quick-start/customer/create-customer-payment-in-local-currency
7+
tags: ["Customer"]
8+
---
9+
10+
import { YtLayout } from '@site/src/yt-layout';
11+
12+
<YtLayout
13+
url="https://www.youtube.com/embed/cg5t1mb_-AM?autoplay=1"
14+
videoId="cg5t1mb_-AM"
15+
title="Customer Payment In Local Currency"
16+
/>
17+
18+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
sidebar_position: 1
3+
title: Table of contents
4+
hide_title: true
5+
slug: /quick-start/customer/customer-payment
6+
---
7+
8+
import {TOC} from '@site/src/toc.js';
9+
10+
<TOC
11+
dataEntryList = {[
12+
{"text": "Create Customer Payment in Local Currency", "link": "./create-customer-payment-in-local-currency"},
13+
{"text": "Create Customer Payment in Foreign Currency", "link": "./create-customer-payment-in-foreign-currency"},
14+
]}
15+
/>
16+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "GL",
3+
"position": 4,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "Learn on General Ledger in SQL Account"
7+
}
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Cash Book Entry",
3+
"position": 2,
4+
"link": {
5+
"type": "doc",
6+
"id": "quick-start/gl/cash-book-entry/intro"
7+
}
8+
}

0 commit comments

Comments
 (0)