This screen displays the current user’s CEU (Continuing Education Unit) transcript 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/ceu-transcript.
Overview
The CEU Transcript page fetches the current user’s transcript viauseMyCEUTranscript for a configurable date range (defaults to current calendar year). It displays: total credits earned, a breakdown of credits by category, and a tabular list of all completions with course title, completion date, category, and credits earned. Users can adjust the date range using calendar date pickers for start and end date. An Export CSV button downloads the filtered completions as a CSV file.
Who it’s for
No explicit permission gate on this route. Each user sees only their own transcript (loaded viauseMyCEUTranscript).
Before you start
- Training completions with CEU credits must be recorded to appear on the transcript.
- The default date range is the current calendar year (January 1 to December 31).
Steps
Adjust the date range
Use the start-date and end-date calendar pickers to change the reporting period.
Review credits by category
Check the credits breakdown by category to see how credits are distributed.
Review the completion table
Scroll through the completion list showing course, completion date, category, and credits.
Key concepts
- CEU credits — continuing education units earned from completed training; totaled as
credits.totaland broken down bycredits.byCategory. - Period — the transcript is filtered by
periodStartDateandperiodEndDate; defaults to the current year. - CSV export — includes: course title, completion date, category, credits earned.
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/CEUTranscript.tsx
- src/cores/gr/hooks/useCEUTranscript.ts