File tree Expand file tree Collapse file tree 4 files changed +68
-1
lines changed
docs/quick-start/gl/bank-reconciliation Expand file tree Collapse file tree 4 files changed +68
-1
lines changed Original file line number Diff line number Diff line change 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+ />
Original file line number Diff line number Diff line change 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+ />
Original file line number Diff line number Diff line change 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+ />
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ title: Table of contents
44hide_title : true
55hide_table_of_contents : true
66slug : /quick-start/gl/bank-reconciliation
7+ form_name : TfmGLBankRecon
78---
89
910import {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+ />
You can’t perform that action at this time.
0 commit comments