Process multiple approved expense reports for reimbursement in a single batch payment operation at the in-app 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.
/fa/expenses/batch-process.
Overview
This screen allows finance staff to batch-process pending expense reimbursements. It displays all pending reimbursement reports with filters for search (by report number, name, or employee name) and employee selector. Summary cards show total pending count, total pending amount, selected count, and selected amount. Reports are selected via checkboxes in the data table (maximum 100 per batch). The “Process Batch” button opensBatchReimbursementDialog to complete the payment. The table shows report number, name, date range, total amount, status, and employee columns.
Who it’s for
Required permission:fa.expenses.process (enforced at the route via RequirePermission).
Before you start
- Expense reports must be in “approved” status to appear as pending reimbursements.
- An organization must be selected.
Steps
Navigate to Batch Processing
Go to
/fa/expenses/batch-process via Finance & Revenue Expenses section.Key concepts
MAX_BATCH_SIZE = 100— maximum reports per batchusePendingReimbursements— fetches reports in pending reimbursement statusBatchReimbursementDialog— dialog for completing the batch paymentselectedAmount— running total of selected report amounts
Related
Finance & Revenue
Finance & Revenue 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/fa.tsx
- src/cores/fa/pages/BatchReimbursementPage.tsx
- src/cores/fa/hooks/useReimbursementPayments.ts