This page lists all IT vendors and provides filtering tools. Navigate to it 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.
/it/vendors.
Overview
The Vendors page displays a filterable, paginated table of IT vendors usingVendorFilterBar and VendorTable components. The New Vendor button navigates to /it/vendors/new. Clicking a vendor row navigates to the vendor’s detail page.
Who it’s for
This route is protected byIT_PERMISSIONS.VIEW (it.view) via the module-level ITViewGuard. No additional per-route permission gate exists beyond the module guard.
Before you start
- No prerequisites. The list loads automatically.
Steps
- Navigate to IT > Vendors, or go directly to
/it/vendors. - Use the
VendorFilterBarfilters to search or filter by type and status. - Click a vendor row to open the vendor detail page.
- Click New Vendor to add a new vendor record.
Key concepts
- vendor_type — classification of the vendor’s products or services.
- status — active/inactive state of the vendor relationship.
- Pagination — page size defaults to 20 records; scroll or paginate to see more.
Related
IT Service Management
IT Service Management overview.
Governance & parity
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/it.tsx
- src/cores/it/pages/vendors/VendorListPage.tsx
- src/cores/it/hooks/useVendors.ts
- src/cores/it/components/vendors/VendorFilterBar.tsx