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.

Batch Details is available at route /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

1

Open batch

Navigate from /hr/payroll/payment-batches and click a batch row.
2

Review batch summary

Check method, status, and total amount in the header section.
3

Review payment items

Scroll to the data table showing individual employee payment items, statuses, and amounts.
4

Check returns

Look for items with return reasons; these may require follow-up.

Key concepts

TermMeaning in code
STATUS_CONFIGMaps batch status values to display labels: pending, submitted, processing, posted, settled, completed, returned, failed, partial_failure
METHOD_LABELSplaid_transfer, nacha_file, manual
PaymentBatchReviewComponent rendering the detailed batch review view

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.
  • src/routes/hr.tsx
  • src/cores/hr/pages/payroll/PaymentBatchDetailPage.tsx
  • src/cores/hr/hooks/payroll/usePaymentBatches.ts