diff --git a/docs/quick-start/stock/stock-reorder-advice/_category_.json b/docs/quick-start/stock/stock-reorder-advice/_category_.json new file mode 100644 index 00000000..0680fa07 --- /dev/null +++ b/docs/quick-start/stock/stock-reorder-advice/_category_.json @@ -0,0 +1,9 @@ +{ + "label": "Stock Reorder Advice", + "position": 9, + "link": { + "type": "doc", + "id": "quick-start/stock/stock-reorder-advice/intro" + }, + "collapsible": false +} \ No newline at end of file diff --git a/docs/quick-start/stock/stock-reorder-advice/intro.md b/docs/quick-start/stock/stock-reorder-advice/intro.md new file mode 100644 index 00000000..4b307c7a --- /dev/null +++ b/docs/quick-start/stock/stock-reorder-advice/intro.md @@ -0,0 +1,20 @@ +--- +sidebar_position: 9 +title: Table of contents +hide_title: true +hide_table_of_contents: true +slug: /quick-start/stock/stock-reorder-advice +form_name: "{47EC1296-EBED-456B-9C08-90456AF155B2}" +--- + +import {TOC} from '@src/components/toc.js'; + + \ No newline at end of file diff --git a/docs/quick-start/stock/stock-reorder-advice/print-stock-reorder-advice.md b/docs/quick-start/stock/stock-reorder-advice/print-stock-reorder-advice.md new file mode 100644 index 00000000..e4405298 --- /dev/null +++ b/docs/quick-start/stock/stock-reorder-advice/print-stock-reorder-advice.md @@ -0,0 +1,17 @@ +--- +sidebar_position: 9 +title: SQL Stock Reorder Advice +description: SQL Stock Reorder Advice in SQL Accounting +slug: /quick-start/stock/print-stock-reorder-advice +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