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 all vendors and is available at /fm/vendors.

Overview

The Vendors page loads vendors via useVendorList and supports pull-to-refresh on mobile via MobilePullToRefresh. Users can search by text, filter by Category (using VENDOR_CATEGORY_LABELS), filter by Status (active/inactive), and filter by Preferred status (preferred/not preferred). The VendorTable renders the list. An Add Vendor button opens VendorFormDialog.

Who it’s for

Requires permission fm.dashboard.view. Adding vendors requires fm.vendors.create.

Before you start

  • Hold fm.dashboard.view and, for creating vendors, fm.vendors.create.

Steps

1

Open Vendors

Navigate to /fm/vendors via the FM sidebar or the Active Vendors stat card on the dashboard.
2

Search and filter

Use the search bar and the Category, Status, and Preferred dropdowns to narrow the list.
3

Add a vendor

Click Add Vendor to open the vendor creation dialog; fill in the vendor name, category, contact information, and payment terms.
4

Open vendor detail

Click any vendor row to navigate to /fm/vendors/:id.

Key concepts

  • Preferred vendor — vendors flagged as preferred surface in the preferred filter and may be prioritized in work order assignment (confirm with SME).
  • is_active — inactive vendors do not appear in work order vendor selection (confirm with SME).

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