Skip to content

Commit e689ab0

Browse files
ngyinzesonglim327
authored andcommitted
feat: add bank reconciliation video guide
1 parent 78b1207 commit e689ab0

File tree

4 files changed

+68
-1
lines changed

4 files changed

+68
-1
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
sidebar_position: 1
3+
title: Auto Bank Reconciliation | Maybank
4+
description: How to process bank reconciliation in SQL Accounting with Maybank
5+
slug: /quick-start/gl/auto-bank-reconciliation-maybank
6+
tags: ["GL"]
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+
videoId="WQ1ZmXqHXNI"
17+
/>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
sidebar_position: 1
3+
title: Auto Bank Reconciliation | RHB Reflex
4+
description: How to process bank reconciliation in SQL Accounting with RHB Reflex
5+
slug: /quick-start/gl/auto-bank-reconciliation-rhb-reflex
6+
tags: ["GL"]
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+
videoId="Fa2ydGMRS_s"
17+
/>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
sidebar_position: 1
3+
title: Auto Bank Reconciliation | Bank Statement
4+
description: How to process bank reconciliation in SQL Accounting with bank statement
5+
slug: /quick-start/gl/auto-bank-reconciliation-statement
6+
tags: ["GL"]
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+
videoId="97fBLjRl45k"
17+
/>

docs/quick-start/gl/bank-reconciliation/intro.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Table of contents
44
hide_title: true
55
hide_table_of_contents: true
66
slug: /quick-start/gl/bank-reconciliation
7+
form_name: TfmGLBankRecon
78
---
89

910
import {TOC} from '@src/components/toc.js';
@@ -14,6 +15,21 @@ dataEntryList = {[
1415
"text": "How To Process Bank Reconciliation",
1516
"link": "./how-to-process-bank-reconciliation",
1617
"videoId": "97fBLjRl45k"
18+
},
19+
{
20+
"text": "Auto Bank Reconciliation | Bank Statement",
21+
"link": "./auto-bank-reconciliation-statement",
22+
"videoId": "GywmcPwBf6c"
23+
},
24+
{
25+
"text": "Auto Bank Reconciliation | Maybank",
26+
"link": "./auto-bank-reconciliation-maybank",
27+
"videoId": "WQ1ZmXqHXNI"
28+
},
29+
{
30+
"text": "Auto Bank Reconciliation | RHB Reflex",
31+
"link": "./auto-bank-reconciliation-rhb-reflex",
32+
"videoId": "Fa2ydGMRS_s"
1733
}
1834
]}
19-
/>
35+
/>

0 commit comments

Comments
 (0)