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 lists and manages inventory storage locations and is available at /fm/inventory/locations.

Overview

The Inventory Locations page loads active locations (is_active: true) via useInventoryLocationList. Users can search by text and filter by location type using LOCATION_TYPE_LABELS. The InventoryLocationTable supports edit and deactivate actions per row. Deactivation requires confirmation via ConfirmationDialog — the dialog message warns that the location will no longer be available for inventory storage. A Back button returns to /fm/inventory.

Who it’s for

Requires permission fm.dashboard.view. Adding and editing locations requires fm.inventory.edit (confirm with SME).

Before you start

  • Hold fm.dashboard.view.
  • Locations that have existing inventory quantities cannot be deactivated until stock is transferred (confirm with SME).

Steps

1

Open Inventory Locations

From the Inventory page, click Locations in the header, or navigate to /fm/inventory/locations.
2

Filter locations

Use the search bar to find locations by name, or use the Type dropdown to filter by location type.
3

Add a location

Click Add Location to open InventoryLocationFormDialog; fill in the location name and type.
4

Edit a location

Click the edit action on a row to open the edit dialog pre-populated with the current location data.
5

Deactivate a location

Click the deactivate action on a row; confirm in the dialog. The location is removed from active selection for inventory storage.

Key concepts

  • Location type — values from LOCATION_TYPE_LABELS (e.g., warehouse, room, shelf — confirm with SME).
  • is_active — deactivated locations do not appear in inventory transaction dialogs.

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/InventoryLocationsPage.tsx