Interface: HistoryRow
Defined in: src/lib/payroll/insights.ts:353
One pay period in a contractor's history: payable time, saved pay, or both.
Properties
days
readonlydays:HistoryDay[]
Defined in: src/lib/payroll/insights.ts:358
end
readonlyend:string
Defined in: src/lib/payroll/insights.ts:355
payment
readonlypayment:HistoryPayment|null
Defined in: src/lib/payroll/insights.ts:359
start
readonlystart:string
Defined in: src/lib/payroll/insights.ts:354
workedHours
readonlyworkedHours:number|null
Defined in: src/lib/payroll/insights.ts:357
Sum of payable time entries in the period; falls back to the statement's stored hours.