This screen shows the full detail of a single vendor 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/:id.
Overview
The Vendor Detail page loads a vendor by ID viauseVendorDetail. The header displays vendor name, category badge, and status badges (active, approved, preferred). A two-column grid shows Contact Information (contact name, phone, email, address, masked tax ID, payment terms) and a Vendor Performance Widget. Below are cards for Certifications (with add, renew, and delete actions) and Work Orders associated with this vendor. The Approve button is shown for active, unapproved vendors; the Deactivate button is shown for active vendors. Both require confirmation dialogs.
Who it’s for
Requires permissionfm.dashboard.view. Editing vendors requires fm.vendors.edit; approving or deactivating may require additional permissions — confirm with SME.
Before you start
- The vendor must exist and not have been deleted.
Steps
Review performance
The Vendor Performance Widget surfaces performance metrics (confirm with SME what metrics are shown).
Manage certifications
Click Add in the Certifications card to add a new certification, or use Renew / Delete actions per certification.
Key concepts
- Tax ID masking —
maskTaxId(vendor.tax_id, vendor.tax_id_type)is applied before display; raw tax ID is never shown in plaintext. - Certifications — each certification has an expiration that can be tracked and renewed.
- Payment terms — displayed as
{payment_terms_days} days.
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/VendorDetailPage.tsx