Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt

Use this file to discover all available pages before exploring further.

This screen shows the full detail of a single inventory item and is available at /fm/inventory/:id.

Overview

The Inventory Detail page loads a single item by ID via useInventoryDetail. 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 permission fm.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

1

Open an inventory item

From the Inventory list, click any item row to navigate to /fm/inventory/:id.
2

Review item details

Examine the Item Details, Quantities, and Costs & Value cards.
3

Check location quantities

If stock is distributed across locations, review the Location Quantities card.
4

Record a transaction

Click Actions and choose Record Purchase, Record Usage, Transfer, or Adjust Quantity.
5

Edit item settings

Click Edit to modify item metadata such as name, SKU, costs, and reorder thresholds.
6

Deactivate item

From the Actions dropdown, choose Deactivate Item to mark the item inactive and return to the list.
7

Review transaction history

Scroll to the Transaction History card to audit recent stock movements.

Key concepts

  • Total valuecurrent_quantity × (average_cost || unit_cost).
  • Low stock / out of stock — determined by isLowStock and isOutOfStock from inventoryValidation utilities.
  • Location quantities — per-location breakdown from item.locationQuantities.

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.
  • src/routes/fm.tsx
  • src/cores/fm/pages/InventoryDetailPage.tsx