The Tax Tables page displays FICA configuration values and federal tax withholding brackets, with editing capabilities for FICA rates gated behindDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
PermissionGate. It is served at route /hr/payroll/tax-tables.
Overview
The page usesuseFicaConfigList, useFederalTaxBrackets, and useTaxYears to load data for a selected tax year. Filter controls allow selecting filing status (single, married jointly, head of household) and pay frequency (weekly, bi-weekly, semi-monthly, monthly). FICA configuration is displayed in cards with an edit dialog; the edit action is wrapped in a PermissionGate. Federal tax brackets are displayed in a DataTable.
This page is part of the HR-PAY-01 Tax Table Administration feature.
Who it’s for
No explicitRequirePermission guard on this route. Edit actions are gated by PermissionGate. SME: confirm required permission.
Before you start
- Tax year data must be seeded or imported before this page displays meaningful values.
Steps
View tax tables- Navigate to HR > Payroll > Tax Tables or go to
/hr/payroll/tax-tables. - Select the Tax Year from the dropdown.
- Select Filing Status and Pay Frequency to filter federal brackets.
- Review FICA configuration values in the summary cards.
- Browse federal tax brackets in the data table.
PermissionGate)
- Click the edit icon on a FICA configuration card.
- Modify rate or threshold values in the dialog.
- Save changes.
Key concepts
| Term | Meaning |
|---|---|
| FICA | Federal Insurance Contributions Act. Values include Social Security and Medicare rates and thresholds. SME: confirm current values — not documented here to avoid regulatory error. |
| Federal tax brackets | Withholding tables used for payroll tax calculation, filtered by filing status and pay frequency. SME: confirm source and update process. |
| Filing status | Employee’s tax filing designation: single, married jointly, or head of household. |
Related
Human Resources
Human Resources 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/hr.tsx
- src/cores/hr/pages/TaxTableAdminPage.tsx
- src/cores/hr/hooks/payroll/useTaxTables.ts
- src/cores/hr/hooks/payroll/useTaxTableMutation.ts