Skip to main content

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.

The Tax Report Details page (/fa/tax/reports/:id) displays the full details of a single tax report record.

Overview

The Tax Report Details page loads a single tax report via useTaxReportDetail (keyed by :id and organization) backed by the fa_tax_reports table. The page sets a breadcrumb label from the report_type field via useEntityBreadcrumb. Access requires fa.tax.view permission. Users without permission see an “Access Denied” card.

Who it’s for

Requires permission: fa.tax.view.

Before you start

  • The tax report record must exist. Navigate here from the Tax Reports list (/fa/tax/reports).
  • You need fa.tax.view to access this page.

Steps

View a tax report
  1. Navigate to /fa/tax/reports and click a report row, or navigate directly to /fa/tax/reports/:id.
  2. Review the report detail fields.

Key concepts

  • Tax report: A fa_tax_reports row with a report_type, tax_year_id, quarter, and status.

Finance & Revenue

Finance & Revenue core 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.
  • src/routes/fa.tsx
  • src/cores/fa/pages/TaxReportDetailPage.tsx
  • src/cores/fa/hooks/useTaxReports.ts
  • src/cores/fa/types/tax.ts