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/general/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"label": "General",
"position": 1,
"link": {
"type": "doc",
"id": "quick-start/general/intro"
},
"collapsible": false
}
19 changes: 19 additions & 0 deletions docs/quick-start/general/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
hide_table_of_contents: true
slug: /quick-start/general
---

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

<TOC
dataEntryList = {[
{
"text": "Setup Company Profile",
"link": "./general/setup-company-profile",
"videoId": "X6VoYbmjQcQ"
}
]}
/>
18 changes: 18 additions & 0 deletions docs/quick-start/general/setup-company-profile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
sidebar_position: 1
title: Setup Company Profile
description: How to setup company profile in SQL Accounting
slug: /quick-start/general/setup-company-profile
tags: ["SQL Account", "Usage", "Setup"]
hide_title: true
hide_table_of_contents: true
sidebar_class_name: hidden-sidebar-items
form_name: "{E0653098-62D0-4A0C-9CBB-B0FFA3AB497C}"
---

import '@src/css/sidebar.css';
import { YtLayout } from '@src/components/yt-layout';

<YtLayout
videoId="X6VoYbmjQcQ"
/>
17 changes: 17 additions & 0 deletions docs/quick-start/gl/bank-reconciliation/auto-bank-recon-maybank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
sidebar_position: 1
title: Auto Bank Reconciliation | Maybank
description: How to process bank reconciliation in SQL Accounting with Maybank
slug: /quick-start/gl/auto-bank-reconciliation-maybank
tags: ["GL"]
hide_title: true
hide_table_of_contents: true
sidebar_class_name: hidden-sidebar-items
---

import '@src/css/sidebar.css';
import { YtLayout } from '@src/components/yt-layout';

<YtLayout
videoId="WQ1ZmXqHXNI"
/>
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
sidebar_position: 1
title: Auto Bank Reconciliation | RHB Reflex
description: How to process bank reconciliation in SQL Accounting with RHB Reflex
slug: /quick-start/gl/auto-bank-reconciliation-rhb-reflex
tags: ["GL"]
hide_title: true
hide_table_of_contents: true
sidebar_class_name: hidden-sidebar-items
---

import '@src/css/sidebar.css';
import { YtLayout } from '@src/components/yt-layout';

<YtLayout
videoId="Fa2ydGMRS_s"
/>
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
sidebar_position: 1
title: Auto Bank Reconciliation | Bank Statement
description: How to process bank reconciliation in SQL Accounting with bank statement
slug: /quick-start/gl/auto-bank-reconciliation-statement
tags: ["GL"]
hide_title: true
hide_table_of_contents: true
sidebar_class_name: hidden-sidebar-items
---

import '@src/css/sidebar.css';
import { YtLayout } from '@src/components/yt-layout';

<YtLayout
videoId="97fBLjRl45k"
/>
18 changes: 17 additions & 1 deletion docs/quick-start/gl/bank-reconciliation/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Table of contents
hide_title: true
hide_table_of_contents: true
slug: /quick-start/gl/bank-reconciliation
form_name: TfmGLBankRecon
---

import {TOC} from '@src/components/toc.js';
Expand All @@ -14,6 +15,21 @@ dataEntryList = {[
"text": "How To Process Bank Reconciliation",
"link": "./how-to-process-bank-reconciliation",
"videoId": "97fBLjRl45k"
},
{
"text": "Auto Bank Reconciliation | Bank Statement",
"link": "./auto-bank-reconciliation-statement",
"videoId": "GywmcPwBf6c"
},
{
"text": "Auto Bank Reconciliation | Maybank",
"link": "./auto-bank-reconciliation-maybank",
"videoId": "WQ1ZmXqHXNI"
},
{
"text": "Auto Bank Reconciliation | RHB Reflex",
"link": "./auto-bank-reconciliation-rhb-reflex",
"videoId": "Fa2ydGMRS_s"
}
]}
/>
/>