From 11085a78807552996eb5e46a7487d438aab98251 Mon Sep 17 00:00:00 2001 From: ngyinze Date: Thu, 10 Jul 2025 17:21:52 +0800 Subject: [PATCH] feat: add stock month end balance guide --- .../stock-month-end-balance/_category_.json | 9 +++++++ .../stock-month-end-balance/gl-stock-value.md | 17 +++++++++++++ .../stock/stock-month-end-balance/intro.md | 25 +++++++++++++++++++ .../print-stock-month-end-balance.md | 17 +++++++++++++ 4 files changed, 68 insertions(+) create mode 100644 docs/quick-start/stock/stock-month-end-balance/_category_.json create mode 100644 docs/quick-start/stock/stock-month-end-balance/gl-stock-value.md create mode 100644 docs/quick-start/stock/stock-month-end-balance/intro.md create mode 100644 docs/quick-start/stock/stock-month-end-balance/print-stock-month-end-balance.md diff --git a/docs/quick-start/stock/stock-month-end-balance/_category_.json b/docs/quick-start/stock/stock-month-end-balance/_category_.json new file mode 100644 index 00000000..db886c07 --- /dev/null +++ b/docs/quick-start/stock/stock-month-end-balance/_category_.json @@ -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 +} diff --git a/docs/quick-start/stock/stock-month-end-balance/gl-stock-value.md b/docs/quick-start/stock/stock-month-end-balance/gl-stock-value.md new file mode 100644 index 00000000..b9c2780b --- /dev/null +++ b/docs/quick-start/stock/stock-month-end-balance/gl-stock-value.md @@ -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'; + + \ No newline at end of file diff --git a/docs/quick-start/stock/stock-month-end-balance/intro.md b/docs/quick-start/stock/stock-month-end-balance/intro.md new file mode 100644 index 00000000..b2080746 --- /dev/null +++ b/docs/quick-start/stock/stock-month-end-balance/intro.md @@ -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'; + + diff --git a/docs/quick-start/stock/stock-month-end-balance/print-stock-month-end-balance.md b/docs/quick-start/stock/stock-month-end-balance/print-stock-month-end-balance.md new file mode 100644 index 00000000..7d375521 --- /dev/null +++ b/docs/quick-start/stock/stock-month-end-balance/print-stock-month-end-balance.md @@ -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'; + + \ No newline at end of file