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
9 changes: 9 additions & 0 deletions docs/quick-start/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"label": "Quick Start",
"position": 10,
"link": {
"type": "generated-index",
"title": "Quick Start",
"description": "A quick start video for SQL Account"
}
}
8 changes: 8 additions & 0 deletions docs/quick-start/customer/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Customer",
"position": 3,
"link": {
"type": "generated-index",
"description": "Learn on Customer in SQL Account"
}
}
8 changes: 8 additions & 0 deletions docs/quick-start/customer/customer-payment/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Customer Payment",
"position": 2,
"link": {
"type": "doc",
"id": "quick-start/customer/customer-payment/intro"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"label": "Advanced",
"position": 3,
"link": {
"slug": "/customer/advanced"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"label": "Data Entry",
"position": 2,
"link": {
"slug": "/customer/basic"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
sidebar_position: 2
title: Create Customer Payment In Foreign Currency
hide_title: true
description: How to process customer payment in foreign currency in SQL Accounting
slug: /quick-start/customer/create-customer-payment-in-foreign-currency
tags: ["Customer"]
---

import { YtLayout } from '@site/src/yt-layout';

<YtLayout
url="https://www.youtube.com/embed/5L44z7lmqdk?autoplay=1"
videoId="5L44z7lmqdk"
title="Customer Payment In Foreign Currency"
/>

Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
sidebar_position: 1
title: Create Customer Payment In Local Currency
hide_title: true
description: How to process customer payment in local currency in SQL Accounting
slug: /quick-start/customer/create-customer-payment-in-local-currency
tags: ["Customer"]
---

import { YtLayout } from '@site/src/yt-layout';

<YtLayout
url="https://www.youtube.com/embed/cg5t1mb_-AM?autoplay=1"
videoId="cg5t1mb_-AM"
title="Customer Payment In Local Currency"
/>


16 changes: 16 additions & 0 deletions docs/quick-start/customer/customer-payment/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
sidebar_position: 1
title: Table of contents
hide_title: true
slug: /quick-start/customer/customer-payment
---

import {TOC} from '@site/src/toc.js';

<TOC
dataEntryList = {[
{"text": "Create Customer Payment in Local Currency", "link": "./create-customer-payment-in-local-currency"},
{"text": "Create Customer Payment in Foreign Currency", "link": "./create-customer-payment-in-foreign-currency"},
]}
/>

8 changes: 8 additions & 0 deletions docs/quick-start/gl/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "GL",
"position": 4,
"link": {
"type": "generated-index",
"description": "Learn on General Ledger in SQL Account"
}
}
8 changes: 8 additions & 0 deletions docs/quick-start/gl/cash-book-entry/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Cash Book Entry",
"position": 2,
"link": {
"type": "doc",
"id": "quick-start/gl/cash-book-entry/intro"
}
}
7 changes: 7 additions & 0 deletions docs/quick-start/gl/cash-book-entry/advanced/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"label": "Advanced",
"position": 3,
"link": {
"slug": "/gl/advanced"
}
}
7 changes: 7 additions & 0 deletions docs/quick-start/gl/cash-book-entry/basic/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"label": "Data Entry",
"position": 2,
"link": {
"slug": "/gl/basic"
}
}
19 changes: 19 additions & 0 deletions docs/quick-start/gl/cash-book-entry/basic/official-receipt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
sidebar_position: 2
title: Create Official Receipt
hide_title: true
description: How to create official receipt in SQL Accounting
slug: /quick-start/gl/create-cash-book-entry-official-receipt
tags: ["GL"]
---

import { YtLayout } from '@site/src/yt-layout';

<YtLayout
url="https://www.youtube.com/embed/VbY3sIesoFE?autoplay=1"
videoId="VbY3sIesoFE"
title="Cash Book Entry - Official Receipt"
/>



18 changes: 18 additions & 0 deletions docs/quick-start/gl/cash-book-entry/basic/payment-voucher.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
sidebar_position: 1
title: Create Payment Voucher
hide_title: true
description: How to create payment voucher in SQL Accounting
slug: /quick-start/gl/create-cash-book-entry-payment-voucher
tags: ["GL"]
---

import { YtLayout } from '@site/src/yt-layout';

<YtLayout
url="https://www.youtube.com/embed/Hy-YVj7gvSY?autoplay=1"
videoId="Hy-YVj7gvSY"
title="Cash Book Entry - Payment Voucher"
/>


19 changes: 19 additions & 0 deletions docs/quick-start/gl/cash-book-entry/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
sidebar_position: 1
title: Table of contents
hide_title: true
slug: /quick-start/gl/cash-book-entry
---

import {TOC} from '@site/src/toc.js';

<TOC
dataEntryList = {[
{"text": "Create Payment Voucher", "link": "./create-cash-book-entry-payment-voucher"},
{"text": "Create Official Receipt", "link": "./create-cash-book-entry-official-receipt"},
]}
/>




8 changes: 8 additions & 0 deletions docs/quick-start/gl/journal-entry/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Journal Entry",
"position": 3,
"link": {
"type": "doc",
"id": "quick-start/gl/journal-entry/intro"
}
}
7 changes: 7 additions & 0 deletions docs/quick-start/gl/journal-entry/advanced/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"label": "Advanced",
"position": 3,
"link": {
"slug": "/gl/advanced"
}
}
7 changes: 7 additions & 0 deletions docs/quick-start/gl/journal-entry/basic/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"label": "Data Entry",
"position": 2,
"link": {
"slug": "/gl/basic"
}
}
18 changes: 18 additions & 0 deletions docs/quick-start/gl/journal-entry/basic/journal-entry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
sidebar_position: 3
title: Create Journal Entry
hide_title: true
description: How to create journal entry in SQL Accounting
slug: /quick-start/gl/create-journal-entry
tags: ["GL"]
---

import { YtLayout } from '@site/src/yt-layout';

<YtLayout
url="https://www.youtube.com/embed/I5TC0re1fxQ?autoplay=1"
videoId="I5TC0re1fxQ"
title="Journal Entry"
/>


16 changes: 16 additions & 0 deletions docs/quick-start/gl/journal-entry/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
sidebar_position: 1
title: Table of contents
hide_title: true
slug: /quick-start/gl/journal-entry
---

import {TOC} from '@site/src/toc.js';

<TOC
dataEntryList = {[
{"text": "Create Journal Entry", "link": "./create-journal-entry"},
]}
/>


8 changes: 8 additions & 0 deletions docs/quick-start/purchase/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Purchase",
"position": 2,
"link": {
"type": "generated-index",
"description": "Learn on Purchase in SQL Account"
}
}
8 changes: 8 additions & 0 deletions docs/quick-start/purchase/cash-purchase/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Cash Purchase",
"position": 5,
"link": {
"type": "doc",
"id": "quick-start/purchase/cash-purchase/intro"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"label": "Advanced",
"position": 3,
"link": {
"slug": "/invoice/advanced"
}
}
7 changes: 7 additions & 0 deletions docs/quick-start/purchase/cash-purchase/basic/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"label": "Data Entry",
"position": 2,
"link": {
"slug": "/invoice/basic"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
sidebar_position: 5
title: Create Cash Purchase
hide_title: true
description: How to create cash purchase in SQL Accounting
slug: /quick-start/purchase/create-cash-purchase
tags: ["Purchase"]
---

import { YtLayout } from '@site/src/yt-layout';

<YtLayout
url="https://www.youtube.com/embed/unz7TxUgZbY?autoplay=1"
videoId="unz7TxUgZbY"
title="Cash Purchase"
/>

15 changes: 15 additions & 0 deletions docs/quick-start/purchase/cash-purchase/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
sidebar_position: 1
title: Table of contents
hide_title: true
slug: /quick-start/purchase/cash-purchase
---

import {TOC} from '@site/src/toc.js';

<TOC
dataEntryList = {[
{"text": "Create Cash Purchase", "link": "./create-cash-purchase"},
]}
/>

8 changes: 8 additions & 0 deletions docs/quick-start/purchase/goods-received/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Goods Received",
"position": 3,
"link": {
"type": "doc",
"id": "quick-start/purchase/goods-received/intro"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"label": "Advanced",
"position": 3,
"link": {
"slug": "/invoice/advanced"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"label": "Data Entry",
"position": 2,
"link": {
"slug": "/invoice/basic"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
sidebar_position: 3
title: Create Goods Received
hide_title: true
description: How to create goods received in SQL Accounting
slug: /quick-start/purchase/create-goods-received
tags: ["Purchase"]
---

import { YtLayout } from '@site/src/yt-layout';

<YtLayout
url="https://www.youtube.com/embed/0rgflaIzxIk?autoplay=1"
videoId="0rgflaIzxIk"
title="Goods Received"
/>

15 changes: 15 additions & 0 deletions docs/quick-start/purchase/goods-received/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
sidebar_position: 1
title: Table of contents
hide_title: true
slug: /quick-start/purchase/goods-received
---

import {TOC} from '@site/src/toc.js';

<TOC
dataEntryList = {[
{"text": "Create Goods Received", "link": "./create-goods-received"},
]}
/>

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Purchase Cancelled Note",
"position": 8,
"link": {
"type": "doc",
"id": "quick-start/purchase/purchase-cancelled-note/intro"
}
}
Loading