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
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"label": "Stock Month End Balance",
"position": 8,
"link": {
"type": "doc",
"id": "quick-start/stock/stock-month-end-balance/intro"
},
"collapsible": false
}
17 changes: 17 additions & 0 deletions docs/quick-start/stock/stock-month-end-balance/gl-stock-value.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
sidebar_position: 8
title: Auto GL Stock Value By Project
description: How to Auto Post GL Stock Value by Project
slug: /quick-start/stock/gl-stock-value
tags: ["Stock"]
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="O95aCCeiZCE"
/>
25 changes: 25 additions & 0 deletions docs/quick-start/stock/stock-month-end-balance/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
sidebar_position: 8
title: Table of contents
hide_title: true
hide_table_of_contents: true
slug: /quick-start/stock/stock-month-end-balance
form_name: "{560E5ECC-7634-4CF7-945D-AD4EC7727C83}"
---

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

<TOC
dataEntryList = {[
{
"text": "SQL Auto GL Stock Value By Project",
"link": "./gl-stock-value",
"videoId": "O95aCCeiZCE"
},
{
"text": "SQL Stock Month End Balance",
"link": "./print-stock-month-end-balance",
"videoId": "HrsApNr-7DE"
},
]}
/>
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
sidebar_position: 8
title: SQL Stock Month End Balance
description: SQL Stock Month End Balance in SQL Accounting
slug: /quick-start/stock/print-stock-month-end-balance
tags: ["Stock"]
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="HrsApNr-7DE"
/>