Batch Details 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/payment-batches/:id. No explicit permission gate on this route.
Overview
The Payment Batch Detail page (PaymentBatchDetailPage) loads a specific payment batch by :id and displays a header with batch number, method (Plaid Transfer, NACHA File, or Manual), status badge, and total amount. A PaymentBatchReview component renders the full batch detail. A data table lists individual payment items with employee name and number, bank account label, account type, status, return reason (if any), amount, and settled timestamp. A link to the check review sub-page (/hr/payroll/payment-batches/:id/checks) is available when applicable.
Who it’s for
No explicit permission gate on this route — intended for payroll administrators.Before you start
- A payment batch must exist; navigate from
/hr/payroll/payment-batches.
Steps
Review payment items
Scroll to the data table showing individual employee payment items, statuses, and amounts.
Key concepts
| Term | Meaning in code |
|---|---|
STATUS_CONFIG | Maps batch status values to display labels: pending, submitted, processing, posted, settled, completed, returned, failed, partial_failure |
METHOD_LABELS | plaid_transfer, nacha_file, manual |
PaymentBatchReview | Component rendering the detailed batch review view |
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/payroll/PaymentBatchDetailPage.tsx
- src/cores/hr/hooks/payroll/usePaymentBatches.ts