The Tax Years page (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.
/fa/tax/years) lists all tax year records for the organization and provides navigation to year detail pages.
Overview
The Tax Years page renders aDataTable of fa_tax_years rows from useTaxYearsList. Columns include: Tax Year, Status, Created date, and a View action.
Clicking a row or View navigates to /fa/tax/years/:id. The route is gated by fa.tax.view.
Who it’s for
Requires permission:fa.tax.view.
Before you start
- You need
fa.tax.viewto access this page.
Steps
View tax years- Navigate to
/fa/tax/years. - Browse the data table.
- Click the tax year link or the View button in the Actions column.
Key concepts
- Tax year: A
fa_tax_yearsrow withtax_year(integer),status, andcreated_at.
Related
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.
Documentation sources
Documentation sources
- src/routes/fa.tsx
- src/cores/fa/pages/TaxYearsPage.tsx
- src/cores/fa/hooks/useTaxYears.ts
- src/cores/fa/types/tax.ts