The Task Reports page provides tabbed reports for task completion history and currently overdue tasks, with CSV export for each. It is reached atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/tasks/reports.
Overview
The page renders two tabs:- Completion Report — tasks completed within a configurable date range (default: last 30 days). Shows task title, priority, due date, completed date, and assigned user. Includes a Download CSV button.
- Overdue Report — tasks currently past their due date. Also includes a Download CSV button.
Who it’s for
Requirespf.task_analytics.view (component-level PermissionGate). No explicit route-level permission gate at /tasks/reports.
Before you start
- Tasks must exist with completion or overdue status for data to appear.
- Your account must have
pf.task_analytics.view.
Steps
- Navigate to Tasks → Reports (
/tasks/reports). - Select the Completion Report tab.
- Adjust the From and To date pickers if needed (default: last 30 days).
- Review the table and click Download CSV to export.
- Switch to the Overdue Report tab to see currently overdue tasks.
- Click Download CSV on the Overdue tab to export that list.
Related
Platform Foundation
Platform Foundation 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/platform.tsx
- src/platform/tasks/pages/TaskReportsPage.tsx
- src/platform/tasks/hooks/useTaskCompletionReport.ts