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 License Details page (/it/licenses/:id) displays the full record for a single software license, including its seat allocation, status, and related assignment data.

Overview

The page renders ITLicenseDetailPage (lazy-loaded from @/cores/it/pages/licenses/LicenseDetailPage). The :id URL parameter identifies the license record to load.

Who it’s for

No explicit secondary permission gate beyond the outer ITViewGuard (it.view). Editing requires it.licenses.edit; deleting requires it.licenses.delete.

Before you start

  • Navigate from the Licenses list (/it/licenses) or from the License Compliance dashboard.

Steps

1

Open a license record

From /it/licenses, click a license row, or navigate directly to /it/licenses/:id.
2

Review license details

View seat allocation, license type, vendor, expiry date, and assignment information.
3

Edit the license

Navigate to /it/licenses/:id/edit to update the license record.

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/LicenseDetailPage.tsx