This screen provides an organization-wide view of policy acknowledgment compliance 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/acknowledgments.
Overview
The Acknowledgment Tracker is an admin-only screen that loads all policy acknowledgments across all employees inmode: 'admin'. It shows four stat cards: Total, Pending, Overdue, and Acknowledged. A filter panel allows narrowing by policy and by status (pending or acknowledged). The main table (PolicyAcknowledgmentTable) renders all filtered acknowledgments. Admins can export the full list as a CSV file containing employee name, email, policy title, status, due date, and acknowledged date.
Who it’s for
Requires permissiongr.policies.admin.
Before you start
- You must have the
gr.policies.adminpermission. - Policies and acknowledgment assignments must exist to populate the tracker.
Steps
Filter by policy or status
Use the Policy dropdown to focus on a specific policy, or use the Status dropdown to show only pending or acknowledged records. Click Clear Filters to reset.
Key concepts
- Overdue — acknowledgment has status
pendinganddue_dateis before today. - Acknowledged — acknowledgment status is
acknowledged. - CSV export — includes: employee full name, employee email, policy title, status, due date, acknowledged date.
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/PolicyAcknowledgmentTracker.tsx
- src/cores/gr/hooks/usePolicyAcknowledgmentList.ts
- src/cores/gr/hooks/usePolicyList.ts