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 page lists all IT vendors and provides filtering tools. Navigate to it at /it/vendors.

Overview

The Vendors page displays a filterable, paginated table of IT vendors using VendorFilterBar 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 by IT_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

  1. Navigate to IT > Vendors, or go directly to /it/vendors.
  2. Use the VendorFilterBar filters to search or filter by type and status.
  3. Click a vendor row to open the vendor detail page.
  4. 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.

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.
  • src/routes/it.tsx
  • src/cores/it/pages/vendors/VendorListPage.tsx
  • src/cores/it/hooks/useVendors.ts
  • src/cores/it/components/vendors/VendorFilterBar.tsx