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
9 changes: 9 additions & 0 deletions docs/quick-start/stock/stock-card-qty/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"label": "Stock Card Qty",
"position": 13,
"link": {
"type": "doc",
"id": "quick-start/stock/stock-card-qty/intro"
},
"collapsible": false
}
20 changes: 20 additions & 0 deletions docs/quick-start/stock/stock-card-qty/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
sidebar_position: 3
title: Table of contents
hide_title: true
hide_table_of_contents: true
slug: /quick-start/stock/stock-card-qty
form_name: "{27524956-892D-4837-8E6D-81D1114831FC}"
---

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

<TOC
dataEntryList = {[
{
"text": "Stock Card Qty",
"link": "./print-stock-card-qty",
"videoId": "9ERsTGe4Kbw"
}
]}
/>
17 changes: 17 additions & 0 deletions docs/quick-start/stock/stock-card-qty/print-stock-card-qty.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
sidebar_position: 3
title: Stock Card Qty
description: How to print stock card quantity in SQL Accounting
slug: /quick-start/stock/print-stock-card-qty
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="9ERsTGe4Kbw"
/>