Function: openFollowupOn()
openFollowupOn(
activities,rows):string|null
Defined in: src/lib/ar/queue.ts:112
The open follow-up date for a facility, or null when nothing is scheduled (or the debt cleared).
rows may be the facility's whole ledger — only still-missing debt counts.
Parameters
activities
readonly CollectionActivity[]
rows
readonly LedgerInvoiceRow[]
Returns
string | null