AZ A1-R Review is available at routeDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/hr/payroll/tax-forms/runs/:runId/az-a1-r. No explicit permission gate on this route.
Overview
The AZ A1-R Review page displays the Arizona annual withholding reconciliation for a given tax form run. A header shows the tax year and “Annual Withholding Reconciliation” subtitle with a status badge. If the run status isreview, a Mark as Filed button is available. The page shows: employer information (legal name, EIN masked to last-4, AZ withholding number); a quarterly breakdown table with gross wages, AZ withholding, and employee count per quarter plus an annual total row; and a reconciliation section showing total quarterly withholding, adjustments, total due, payments made, and balance due or overpayment. Source quarterly run links navigate to the corresponding A1-QRT run.
Who it’s for
No explicit permission gate on this route — access controlled upstream by tax form runs.Before you start
- A tax form run with AZ A1-R form data must exist.
- Run status must be
reviewto enable Mark as Filed.
Steps
Check quarterly breakdown
Review each quarter’s gross wages, withholding, and employee count; confirm annual totals.
Key concepts
| Term | Meaning in code |
|---|---|
AZA1RData | Type for the annual reconciliation form data including quarterly detail array |
quarterly_detail | Array of four quarters with gross_wages, withholding, employee_count |
balance_due_or_overpayment | Net reconciliation result; negative means overpayment |
MarkAsFiledDialog | Confirmation dialog to set run status to filed |
Related
Human Resources
Human Resources core overview.
Governance & parity
Documentation coverage and governance.
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/AZA1RReviewPage.tsx
- src/cores/hr/services/employer-taxes/types.ts