Skip to main content

Function: sendFacilityStatementEmail()

sendFacilityStatementEmail(input): Promise<StatementOutcome>

Defined in: src/server/services/ar/statement.ts:155

Build this facility's statement from fresh reads, render it, and email it with the selected invoice copies attached. Returns what actually happened — the caller turns that into the operator message and (only on a confirmed send) the statement collection activity.

Parameters

input

SendStatementInput

Returns

Promise<StatementOutcome>