This screen shows the full detail of a single inventory item and is available atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/fm/inventory/:id.
Overview
The Inventory Detail page loads a single item by ID viauseInventoryDetail. It renders three detail cards: Item Details (SKU, category, unit of measure, description), Quantities (current quantity, reorder point, reorder quantity, in-stock/low-stock/out-of-stock badge), and Costs & Value (unit cost, average cost, last purchase cost, total value computed as current_quantity * (average_cost || unit_cost)). A Location Quantities card shows the item distributed across storage locations. A Transaction History card lists recent inventory movements via InventoryTransactionList. Action dialogs available from the dropdown: Edit, Record Purchase, Record Usage, Transfer, Adjust Quantity, and Deactivate Item.
Who it’s for
Requires permissionfm.dashboard.view. Edit and transaction actions require fm.inventory.edit.
Before you start
- The inventory item must exist and be active (deactivated items navigate back to
/fm/inventory).
Steps
Open an inventory item
From the Inventory list, click any item row to navigate to
/fm/inventory/:id.Check location quantities
If stock is distributed across locations, review the Location Quantities card.
Record a transaction
Click Actions and choose Record Purchase, Record Usage, Transfer, or Adjust Quantity.
Edit item settings
Click Edit to modify item metadata such as name, SKU, costs, and reorder thresholds.
Deactivate item
From the Actions dropdown, choose Deactivate Item to mark the item inactive and return to the list.
Key concepts
- Total value —
current_quantity × (average_cost || unit_cost). - Low stock / out of stock — determined by
isLowStockandisOutOfStockfrominventoryValidationutilities. - Location quantities — per-location breakdown from
item.locationQuantities.
Related
Facilities & Inventory
Facilities & Inventory core overview.
Governance & parity
Documentation coverage and governance.
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/fm.tsx
- src/cores/fm/pages/InventoryDetailPage.tsx