Skip to main content

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

readonly days: HistoryDay[]

Defined in: src/lib/payroll/insights.ts:358


end

readonly end: string

Defined in: src/lib/payroll/insights.ts:355


payment

readonly payment: HistoryPayment | null

Defined in: src/lib/payroll/insights.ts:359


start

readonly start: string

Defined in: src/lib/payroll/insights.ts:354


workedHours

readonly workedHours: 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.