Collections Queue provides a workflow view for managing accounts-receivable collection activity, with tabbed access to the new structured queue and legacy in-collection invoices, AR aging bucket summaries, and status and search filters. Route: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.
/fa/collections
Overview
The page has two queue systems shown in separate tabs: the new structured queue (fa_collection_queue) accessed via useCollectionQueueList and rendered in CollectionQueueWorkflowTable; and the legacy queue (invoices flagged in_collection) accessed via useCollectionQueue and rendered in CollectionQueueTable. Collection stats are loaded via useCollectionStats. AR aging buckets are loaded via useArAgingBuckets. Independent search and filter state is maintained for each queue. CollectionQueueStatus filters the new queue.
Who it’s for
Requires permission:fa.collections.view
Before you start
- Invoices must be outstanding and have been flagged for collection (legacy), or records must exist in
fa_collection_queue(new queue). - You must hold the
fa.collections.viewpermission.
Steps
Review AR aging buckets
Aging bucket cards show overdue balances by age bucket from
useArAgingBuckets.Switch between queue tabs
Use the tabbed interface to toggle between the new structured queue and the legacy in-collection view.
Key concepts
CollectionQueueStatus— Type for queue item status used to filter the new queue.useCollectionQueueList— Hook for the structuredfa_collection_queuetable.useCollectionQueue— Hook for legacy invoices flaggedin_collection.useArAgingBuckets— Hook returning AR aging bucket totals.
Related
Finance & Revenue
Finance & Revenue 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/fa.tsx
- src/cores/fa/pages/CollectionWorkflowPage.tsx
- src/cores/fa/hooks/useCollectionQueueList.ts
- src/cores/fa/hooks/useCollectionWorkflow.ts
- src/cores/fa/hooks/useArAgingBuckets.ts
- src/cores/fa/types/collectionQueue.ts