# Item-wise Enquiry Report

<p class="doc-lead">Stock and estimated-cost snapshot for each item. Lists current stock, reservations and available stock alongside estimated cost and margin, in one searchable list — including items with zero stock.</p>

<div class="doc-toc">
<p class="doc-toc-title">On this page</p>
<div class="doc-toc-links">
<a href="#/inventory/reports/item-wise-enquiry-report?id=overview">Overview</a>
<a href="#/inventory/reports/item-wise-enquiry-report?id=use-cases">Use Cases</a>
<a href="#/inventory/reports/item-wise-enquiry-report?id=filters">Filters</a>
<a href="#/inventory/reports/item-wise-enquiry-report?id=columns">Columns</a>
<a href="#/inventory/reports/item-wise-enquiry-report?id=actions">Actions</a>
<a href="#/inventory/reports/item-wise-enquiry-report?id=estimated-cost">Estimated cost</a>
<a href="#/inventory/reports/item-wise-enquiry-report?id=faq">FAQ</a>
</div>
</div>

<hr class="doc-section-divider">

<h2 id="overview">Overview</h2>

Go to <b>Inventory → Inventory Reports → Item-wise Enquiry Report</b>.

<p><b>What it shows.</b> One row per item with its code, name, description, estimated cost and (where permitted) estimated margin percent, plus current <b>Stock</b>, <b>Reservation</b> and <b>Available Stock</b>. Available stock is highlighted when it falls below zero. Type an item name or code to search, sort by name or sort order, and click an item code or name to open its full enquiry.</p>

<p><b>Zero-stock items.</b> Items with no stock on hand are <b>included by default</b>. Use <b>More → Hide Zero Lines</b> to list only items that currently have stock. When zero-stock estimated cost is enabled in Sale Settings, estimated cost can still be calculated for those rows from last purchase price (see <a href="#/inventory/reports/item-wise-enquiry-report?id=estimated-cost">Estimated cost</a>).</p>

<p><b>Performance.</b> The report loads one page at a time (100, 500 or 1000 rows per page). Stock, reservations and estimated cost are calculated only for items on the current page, so large item catalogs stay responsive.</p>

<p><b>Inventory scope.</b> Stock and estimated cost use the same centre-based inventory scope as <a href="#/inventory/reports/item-enquiry">Item Enquiry</a> — including your data-filter default inventory, production or sale-return centre when configured. Use the <b>Center</b> advanced filter to narrow further.</p>

<p><b>When to use it.</b> Use for a quick stock-and-cost lookup across items (including out-of-stock SKUs), to spot items with negative available stock, and to check estimated cost or margin before quoting.</p>

<hr class="doc-section-divider">

<h2 id="use-cases">Use Cases</h2>

<ul>
<li><b>Sales / counter staff</b> — How much of an item is on hand and available right now? Search the item and read Stock and Available Stock.</li>
<li><b>Inventory controller</b> — Which items are over-reserved or showing negative available stock? Scan the highlighted Available Stock values.</li>
<li><b>Purchaser / estimator</b> — What is the estimated cost and margin of an item — even when it is out of stock? Review Estimated Cost and Est. Margin %.</li>
<li><b>Branch in-charge</b> — What does stock look like at my center? Filter by <b>Center</b>.</li>
</ul>

<hr class="doc-section-divider">

<h2 id="filters">Filters</h2>

<b>Item name or code</b> search box, an item-type selector (All Items, Raw Materials, Consumable Items, Sellable Goods, Producible Goods, Packing Materials, Suspended Items) and a sort selector (Sort by Sort order, Sort by name). <b>Advanced Filter</b>: Brand, Item Group, Item Sort Order, Item, Center, Branch, Item Type.

<p>The <b>showZero</b> URL parameter (1 = show zero-stock rows, 0 = hide) reflects the <b>More → Show/Hide Zero Lines</b> toggle. Default is <b>show zero-stock items</b> (<code>showZero=1</code>).</p>

<hr class="doc-section-divider">

<h2 id="columns">Columns</h2>

| **Column** | **Description** |
|------------|-----------------|
| Item Code | Item code. Click to open the item enquiry. |
| Name | Item name. Click to open the item enquiry. |
| Description | Item description. |
| Est. Margin % | Estimated margin percent (shown to users with the right access). |
| Estimated Cost | Estimated cost of the item. See <a href="#/inventory/reports/item-wise-enquiry-report?id=estimated-cost">Estimated cost</a> for calculation rules. |
| Stock | Current stock on hand (0.000 when out of stock). |
| Reservation | Quantity reserved against orders. |
| Available Stock | Stock available after reservations (highlighted when below zero). |

<hr class="doc-section-divider">

<h2 id="actions">Actions</h2>

<ul>
<li><b>More → Hide Zero Lines / Show Zero Lines</b> — toggle whether items with zero stock appear in the list. Refreshes the report and updates pagination count.</li>
<li><b>Generate</b> — run the report for the current search and filters</li>
<li><b>Export</b> — export the current report page to Excel</li>
<li><b>Print</b> — print the report</li>
<li><b>Advanced Filter</b> — open additional filter fields</li>
<li><b>clear</b> — reset active advanced filters</li>
</ul>

<p>Pagination controls at the bottom let you change page and rows per page (100, 500 or 1000).</p>

<hr class="doc-section-divider">

<h2 id="estimated-cost">Estimated cost</h2>

<p><b>Estimated Cost</b> uses the same priority rules as <a href="#/inventory/reports/item-enquiry?id=estimated-cost">Item Enquiry</a>:</p>

<ol>
<li><b>Fixed estimated cost on the item</b> — if <b>Est. cost (value)</b> is set in <a href="#/sales/estimated-cost-margin">Estimated Cost Margin</a>, that amount is shown.</li>
<li><b>Stock on hand</b> — when quantity is greater than zero and the item has an estimated cost margin %, estimated cost = average unit value × (1 + margin % ÷ 100).</li>
<li><b>Zero stock</b> — when quantity is zero, <b>Show estimated cost on zero stock</b> is enabled in <a href="#/sales/sale-settings-config?id=show-estimated-cost-on-zero-stock">Sale Settings → Price</a>, and a last purchase price exists on an approved purchase invoice: estimated cost = last purchase price × (1 + add-on % ÷ 100 + margin % ÷ 100). Add-on % comes from <b>Estimated cost add-on % in zero stock</b>; margin % from the item's estimated cost margin.</li>
</ol>

<p>If none of these rules produce a value, Estimated Cost shows <b>—</b>.</p>

<p>Values are calculated on the server and rounded to two decimal places. The same formula applies on <a href="#/sales/estimated-cost-margin">Estimated Cost Margin</a> (<b>By Value</b> column) and <a href="#/inventory/reports/item-enquiry">Item Enquiry</a>.</p>

<hr class="doc-section-divider">

<h2 id="faq">FAQ</h2>

<p><b>What is the difference between Stock and Available Stock?</b><br>Stock is the quantity on hand. Available Stock is what remains after the <b>Reservation</b> against orders is removed.</p>

<p><b>Why is an Available Stock value highlighted?</b><br>It is highlighted when it is below zero, meaning more is reserved than is physically on hand.</p>

<p><b>Why can't I see the margin column?</b><br>The <b>Est. Margin %</b> column appears only for users with access to estimated-cost margin.</p>

<p><b>How do I open the full item details?</b><br>Click the item code or name to open the item enquiry.</p>

<p><b>Why don't I see zero-stock items?</b><br>Choose <b>More → Show Zero Lines</b>. Zero-stock rows are hidden when <b>Hide Zero Lines</b> is active.</p>

<p><b>Why is my report empty?</b><br>No items match the search text, item type, or advanced filters. If <b>Hide Zero Lines</b> is on, only in-stock items are listed — try showing zero lines or widening filters.</p>

<p><b>How is this different from Item Enquiry?</b><br>This report lists many items with stock and margin columns (paginated). <a href="#/inventory/reports/item-enquiry">Item Enquiry</a> is a single-item drill-down with orders, purchases and pricing panels. Estimated cost rules are the same on both screens.</p>

<p><b>Does reservation reduce available stock here?</b><br>Yes. Available stock subtracts open <a href="#/inventory/stock-reservation">Stock Reservations</a> from on-hand quantity.</p>

<p><b>Why is Estimated Cost blank for a zero-stock item?</b><br>Same rules as <a href="#/inventory/reports/item-enquiry?id=estimated-cost">Item Enquiry</a>: enable <b>Show estimated cost on zero stock</b> in <a href="#/sales/sale-settings-config?id=price">Sale Settings → Price</a>, ensure a last purchase price exists on an approved purchase invoice, and check that a fixed <b>Est. cost (value)</b> on the item is not already overriding the calculation. If Item Enquiry shows a value but this report does not for the same item, regenerate the report after saving Sale Settings.</p>

<p><b>Does Export include all items?</b><br>Export writes the rows currently visible on screen (the active page). Move through pages or adjust filters to export other sets.</p>

<p><b>Related</b></p>

<ul>
<li><a href="#/inventory/reports/item-enquiry">Item Enquiry</a></li>
<li><a href="#/sales/sale-settings-config?id=price">Sale Settings — Price</a></li>
<li><a href="#/sales/estimated-cost-margin">Estimated Cost Margin</a></li>
</ul>
