Interface: ChaseRowView
Defined in: src/lib/ar/view.ts:253
A chase-queue row with the names, workflow and write-off context the page and panel render.
Extends
Properties
activities
readonlyactivities: readonlyActivityRecord[]
Defined in: src/lib/ar/view.ts:255
aging
readonlyaging:Readonly<Record<AgingBucket,number>>
Defined in: src/lib/ar/queue.ts:166
Chaseable dollars per aging bucket.
Inherited from
blocked
readonlyblocked: readonlyLedgerInvoiceRow[]
Defined in: src/lib/ar/queue.ts:171
Inherited from
blockedCents
readonlyblockedCents:number
Defined in: src/lib/ar/queue.ts:161
Owed, but blocked behind an internal cause — shown, never dunned.
Inherited from
brokenPromise
readonlybrokenPromise:BrokenPromise|null
Defined in: src/lib/ar/queue.ts:175
Inherited from
chaseable
readonlychaseable: readonlyLedgerInvoiceRow[]
Defined in: src/lib/ar/queue.ts:170
Inherited from
chaseableCents
readonlychaseableCents:number
Defined in: src/lib/ar/queue.ts:159
What we may actually call about.
Inherited from
dollarDays
readonlydollarDays:number
Defined in: src/lib/ar/queue.ts:164
Σ chaseable outstanding × days past due. The ranking number, shown on hover.
Inherited from
facilityId
readonlyfacilityId:string
Defined in: src/lib/ar/queue.ts:157
Inherited from
facilityName
readonlyfacilityName:string
Defined in: src/lib/ar/view.ts:254
followupDue
readonlyfollowupDue:boolean
Defined in: src/lib/ar/queue.ts:174
Inherited from
lastContactAt
readonlylastContactAt:string|null
Defined in: src/lib/ar/queue.ts:172
Inherited from
lastContactType
readonlylastContactType:"note"|"call"|"reminder"|"statement"|"demand"|"hold"|"dispute"|null
Defined in: src/lib/ar/view.ts:256
nextFollowupOn
readonlynextFollowupOn:string|null
Defined in: src/lib/ar/queue.ts:173
Inherited from
oldestDueDate
readonlyoldestDueDate:string|null
Defined in: src/lib/ar/queue.ts:169
Inherited from
paidAfterWriteOff
readonlypaidAfterWriteOff: readonlyLedgerInvoiceRow[]
Defined in: src/lib/ar/view.ts:262
Written-off invoices a later payment has since settled — ADR-0053's "payment received on a written-off invoice", worth a nudge to reinstate rather than a queue row.
stage
readonlystage:"reminder"|"statement"|"demand"|"hold"|null
Defined in: src/lib/ar/queue.ts:176
Inherited from
worstBucket
readonlyworstBucket:AgingBucket|null
Defined in: src/lib/ar/queue.ts:168
Oldest bucket carrying chaseable money ("$8,400 in 90+"), or null when nothing is chaseable.
Inherited from
writtenOff
readonlywrittenOff: readonlyLedgerInvoiceRow[]
Defined in: src/lib/ar/view.ts:257
writtenOffCents
readonlywrittenOffCents:number
Defined in: src/lib/ar/queue.ts:162