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.

The Licenses page (/it/licenses) provides a paginated list of software licenses for your organization. It supports filtering via LicenseFilterBar and links to individual license records.

Overview

The page uses useLicenses with LicenseFilters and pagination (page size 20). License records display in LicenseTable. A New License button navigates to /it/licenses/new.

Who it’s for

No explicit secondary permission gate beyond the outer ITViewGuard (it.view). Creating licenses requires it.licenses.create.

Before you start

  • You must have the IT module permission (it.view).

Steps

1

Open the Licenses list

Navigate to /it/licenses.
2

Filter licenses

Use the filter bar to narrow results by status, type, or other available criteria.
3

Navigate pages

Use Previous/Next buttons when the total count exceeds 20.
4

Open a license record

Click a license row to navigate to /it/licenses/:id.
5

Add a new license

Click New License to navigate to /it/licenses/new.

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/licenses/LicenseListPage.tsx
  • src/cores/it/hooks/useLicenses.ts