This screen lists all inventory items 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.
Overview
The Inventory page loads active items by default (is_active: true) via useInventoryList. Users can search by text, filter by category using INVENTORY_CATEGORY_LABELS, and toggle a Low Stock Only switch to surface items at or below their reorder point. The page supports five dialogs: Add/Edit Item (InventoryItemFormDialog), Record Purchase (RecordPurchaseDialog), Record Usage (RecordUsageDialog), Transfer (RecordTransferDialog), and Adjust Quantity (RecordAdjustmentDialog). A Locations button navigates to /fm/inventory/locations.
Who it’s for
Requires permissionfm.dashboard.view. Creating items requires fm.inventory.create; editing requires fm.inventory.edit (enforced within dialogs).
Before you start
- Hold
fm.dashboard.viewand, for write actions,fm.inventory.createorfm.inventory.edit.
Steps
Open Inventory
Navigate to
/fm/inventory via the FM sidebar or the Low Stock Items stat card on the dashboard.Filter the list
Use the search bar, Category dropdown, or the Low Stock Only toggle to narrow results.
Add an item
Click Add Item to open the item creation dialog; fill in name, SKU, category, unit of measure, costs, and reorder settings.
Record a transaction
From the table row actions, choose Record Purchase, Record Usage, Transfer, or Adjust Quantity to update stock levels.
Key concepts
- Low stock — an item is considered low stock when
current_quantityis at or belowreorder_point. - Transaction types — purchase (adds stock), usage (removes stock), transfer (moves stock between locations), adjustment (corrects quantity).
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/InventoryPage.tsx