> ## 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.

# CEU Transcript

> Personal continuing education unit transcript showing completed training, credits earned by category, with date-range filtering and CSV export.

This screen displays the current user's CEU (Continuing Education Unit) transcript at route `/gr/ceu-transcript`.

## Overview

The CEU Transcript page fetches the current user's transcript via `useMyCEUTranscript` 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

Access follows your organization's role and module configuration. Each user sees only their own transcript (loaded via `useMyCEUTranscript`).

## 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

<Steps>
  <Step title="Open the transcript">Navigate to `/gr/ceu-transcript`.</Step>
  <Step title="Adjust the date range">Use the start-date and end-date calendar pickers to change the reporting period.</Step>
  <Step title="Review credits by category">Check the credits breakdown by category to see how credits are distributed.</Step>
  <Step title="Review the completion table">Scroll through the completion list showing course, completion date, category, and credits.</Step>
  <Step title="Export the transcript">Click **Export CSV** to download completions as `ceu-transcript.csv`.</Step>
</Steps>

## Key concepts

* **CEU credits** — continuing education units earned from completed training; totaled as `credits.total` and broken down by `credits.byCategory`.
* **Period** — the transcript is filtered by `periodStartDate` and `periodEndDate`; defaults to the current year.
* **CSV export** — includes: course title, completion date, category, credits earned.

## Related

<Columns cols={2}>
  <Card title="Governance & Compliance" icon="scale-balanced" href="/gr/overview">
    Governance & Compliance core overview.
  </Card>

  <Card title="Governance & parity" icon="clipboard-check" href="/governance/index">
    Documentation coverage and governance.
  </Card>
</Columns>

<Note>
  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.
</Note>

<Accordion title="Documentation sources">
  * src/routes/gr.tsx
  * src/cores/gr/pages/CEUTranscript.tsx
  * src/cores/gr/hooks/useCEUTranscript.ts
</Accordion>
