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
5 changes: 5 additions & 0 deletions docs/quick-start/general/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ dataEntryList = {[
"text": "Setup Company Profile",
"link": "./general/setup-company-profile",
"videoId": "uodxkyS9BsI"
},
{
"text": "Maintain Chart of Account",
"link": "./general/maintain-chart-of-account",
"videoId": "6NSxxbTCG6E"
}
]}
/>
18 changes: 18 additions & 0 deletions docs/quick-start/general/maintain-chart-of-account.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
sidebar_position: 1
title: Maintain Chart of Account
description: How to maintain chart of account in SQL Accounting
slug: /quick-start/general/maintain-chart-of-account
tags: ["SQL Account", "Usage", "Setup"]
hide_title: true
hide_table_of_contents: true
sidebar_class_name: hidden-sidebar-items
form_name: TfmGLAccount
---

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

<YtLayout
videoId="6NSxxbTCG6E"
/>