Function: outstandingInvoicesForFacility()
outstandingInvoicesForFacility(
companyId,facilityId):Promise<OutstandingInvoiceView[]>
Defined in: src/server/services/checks.ts:35
A facility's invoices that still owe money (sent/partial/overdue with a positive balance), oldest first — the order a received check is allocated against.
Parameters
companyId
string
facilityId
string
Returns
Promise<OutstandingInvoiceView[]>