This screen lists all vendors 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/vendors.
Overview
The Vendors page loads vendors viauseVendorList 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 permissionfm.dashboard.view. Adding vendors requires fm.vendors.create.
Before you start
- Hold
fm.dashboard.viewand, for creating vendors,fm.vendors.create.
Steps
Open Vendors
Navigate to
/fm/vendors via the FM sidebar or the Active Vendors stat card on the dashboard.Search and filter
Use the search bar and the Category, Status, and Preferred dropdowns to narrow the list.
Add a vendor
Click Add Vendor to open the vendor creation dialog; fill in the vendor name, category, contact information, and payment terms.
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).
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/VendorsPage.tsx