Deposits in Transit is a report listing deposits recorded in the GL that have not yet cleared the bank, showing deposit date, description, amount, and the number of days each has been in transit. 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/reports/deposits-in-transit
Overview
The page fetches data viauseDepositsInTransitReport(). The response contains summary.total (rendered as a large currency figure) and a deposits array. Each deposit row shows: transaction_date (formatted MMM d, yyyy), description, amount (right-aligned, formatted as currency), and days_in_transit (right-aligned integer). The page title is “Deposits in Transit.”
Who it’s for
No explicit permission gate on this route.Before you start
- Bank reconciliation or deposit tracking must be active for this report to have data.
Steps
Review individual deposits
The table lists each deposit with date, description, amount, and days in transit.
Key concepts
useDepositsInTransitReport— Primary data hook; returns{ summary: { total }, deposits: [...] }.days_in_transit— Number of days the deposit has been outstanding sincetransaction_date.summary.total— Total amount of all deposits currently in transit.
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/DepositsInTransitReportPage.tsx
- src/cores/fa/hooks/useDepositsInTransitReport.ts