Skip to main content

Function: fetchReceivedChecks()

fetchReceivedChecks(svc, companyId): Promise<SectionRead<ReceivedCheckRow>>

Defined in: src/db/queries/ar.ts:437

Every CONFIRMED check, all time — the Received drill-down's rows. Unconfirmed checks are not received money yet; they live in the fix queue as UNAPPLIED.

Parameters

svc

SupabaseClient

companyId

string

Returns

Promise<SectionRead<ReceivedCheckRow>>