diff --git a/docs/quick-start/general/_category_.json b/docs/quick-start/general/_category_.json new file mode 100644 index 00000000..eb2af1f7 --- /dev/null +++ b/docs/quick-start/general/_category_.json @@ -0,0 +1,9 @@ +{ + "label": "General", + "position": 1, + "link": { + "type": "doc", + "id": "quick-start/general/intro" + }, + "collapsible": false +} \ No newline at end of file diff --git a/docs/quick-start/general/intro.md b/docs/quick-start/general/intro.md new file mode 100644 index 00000000..aacc360a --- /dev/null +++ b/docs/quick-start/general/intro.md @@ -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'; + + \ No newline at end of file diff --git a/docs/quick-start/general/setup-company-profile.md b/docs/quick-start/general/setup-company-profile.md new file mode 100644 index 00000000..9a47f769 --- /dev/null +++ b/docs/quick-start/general/setup-company-profile.md @@ -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'; + + \ No newline at end of file diff --git a/docs/quick-start/gl/bank-reconciliation/auto-bank-recon-maybank.md b/docs/quick-start/gl/bank-reconciliation/auto-bank-recon-maybank.md new file mode 100644 index 00000000..c0fca774 --- /dev/null +++ b/docs/quick-start/gl/bank-reconciliation/auto-bank-recon-maybank.md @@ -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'; + + \ No newline at end of file diff --git a/docs/quick-start/gl/bank-reconciliation/auto-bank-recon-rhb-reflex.md b/docs/quick-start/gl/bank-reconciliation/auto-bank-recon-rhb-reflex.md new file mode 100644 index 00000000..6a2a5f77 --- /dev/null +++ b/docs/quick-start/gl/bank-reconciliation/auto-bank-recon-rhb-reflex.md @@ -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'; + + \ No newline at end of file diff --git a/docs/quick-start/gl/bank-reconciliation/auto-bank-recon-statement.md b/docs/quick-start/gl/bank-reconciliation/auto-bank-recon-statement.md new file mode 100644 index 00000000..77a28bf2 --- /dev/null +++ b/docs/quick-start/gl/bank-reconciliation/auto-bank-recon-statement.md @@ -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'; + + \ No newline at end of file diff --git a/docs/quick-start/gl/bank-reconciliation/intro.md b/docs/quick-start/gl/bank-reconciliation/intro.md index fa947653..54b1197d 100644 --- a/docs/quick-start/gl/bank-reconciliation/intro.md +++ b/docs/quick-start/gl/bank-reconciliation/intro.md @@ -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'; @@ -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" } ]} -/> +/> \ No newline at end of file