Function: allocateCheck()
allocateCheck(
checkCents,invoices):ReconcileResult
Defined in: src/lib/reconcile/index.ts:36
Greedily allocate checkCents across invoices (already ordered, e.g. oldest-first).
Parameters
checkCents
number
invoices
readonly OutstandingInvoice[]