The Licenses page (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.
/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 usesuseLicenses 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 outerITViewGuard (it.view). Creating licenses requires it.licenses.create.
Before you start
- You must have the IT module permission (
it.view).
Steps
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/licenses/LicenseListPage.tsx
- src/cores/it/hooks/useLicenses.ts