This screen provides a summary overview of the organization’s contract portfolio at routeDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/gr/contracts/dashboard.
Overview
The Contract Dashboard shows a header with View All Contracts and New Contract buttons (New Contract only shown if the user hasgr.contracts.create permission). Below the header, ContractStatsWidget displays aggregate contract statistics. A two-column grid shows ContractExpirationWidget (contracts expiring within 90 days, up to 5) and an Active Contracts list (from useActiveContracts). Each active contract shows its name, type badge, status badge, and a link to its detail page. A View All button navigates to /gr/contracts.
Who it’s for
Requires permissiongr.contracts.view.
Before you start
- You must have the
gr.contracts.viewpermission. - Contract records with status and expiry dates must exist.
Steps
Key concepts
- ContractExpirationWidget — shows contracts with expiry dates within the configured
dayswindow (90 days). - Active contracts — contracts with status
activefromuseActiveContracts.
Related
Governance & Compliance
Governance & Compliance core overview.
Governance & parity
Documentation coverage and governance.
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/gr.tsx
- src/cores/gr/pages/ContractDashboard.tsx
- src/cores/gr/hooks/useContractList.ts
- src/cores/gr/hooks/useContractStats.ts