Skip to content

Disbursement Dashboard

The disbursement dashboard is the entry point for the payments team. It shows all disbursement requests (DRs) as a filterable card list with status badges, amounts, and assignment info.

The dashboard uses the standard admin layout: header with role picker, collapsible sidebar, and a main content area with breadcrumbs.

The content area has two sections:

  • Filter panel — a form card at the top with all filter controls
  • DR card list — vertically stacked cards, one per disbursement request

The filter panel provides 16 controls organized in rows:

FilterTypePurpose
AgencySearchable comboboxFilter by agency (e.g., Julie’s Agency, Circle Surrogacy)
File NameText inputSearch by case file name
Case AdminSearchable comboboxFilter by assigned case administrator
Assigned to DRSearchable comboboxFilter by staff assigned to the DR
PayeeText inputSearch by payee name
DR NumberText inputSearch by DR number
Date SubmittedText inputFilter by submission date
Management TypeSearchable comboboxFund, Trust, or Escrow Management
Line Item AmountText inputFilter by individual line item amount
Batch Total AmountText inputFilter by total DR amount
StatusSearchable comboboxSubmitted, Approved, Pending, Denied, Processed, On Hold
FlaggedSearchable comboboxNot Flagged, Insufficient Funds, Held Payment, Needs Review, Possible Duplicate
Case TypeSearchable comboboxEgg, Surrogacy, etc.
Display InsufficientToggle switchShow DRs with insufficient funds
Display Held PaymentsToggle switchShow held payment DRs
Display Awaiting DOOToggle switchShow DRs awaiting date of occurrence

A Clear Filters button resets all controls. The Filter button applies the selected filters. A total count displays above the card list.

Each card is a horizontal row with six columns:

Document icon with an optional info badge when the case is redacted.

  • DR number (bold)
  • Case Redacted badge (danger background, when applicable)
  • Management type (uppercase)
  • Submitted date
  • Case type
  • Assigned to
  • File name (clickable link)
  • Payee
  • Agency
  • Submitted by
  • Assigned admin
  • Status badge — color-coded pill:
StatusColor
SubmittedYellow
ApprovedGreen
Pending ApprovalBlue
DeniedRed
ProcessedGray
On HoldOrange
  • Please Approve On date
  • Auto Authorize indicator
  • Sent for Approval date
  • Amount (bold)
  • Case Ledger Balance
  • DR number with copy-to-clipboard button
  • Edit button (sky blue) — navigates to the detail page
  • Delete button (danger red)

Clicking Edit on any DR card navigates to /admin/disbursement/:id, the detail page for that request. The sidebar links to Triage, Inbox, and Disbursement Dashboard.