Skip to main content

Interface: SummaryRow

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

Per-contractor totals over the selected window.

Properties

adjustmentsCentavos

readonly adjustmentsCentavos: number

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


baseCentavos

readonly baseCentavos: number

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


contractorId

readonly contractorId: string

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


hours

readonly hours: number

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


name

readonly name: string

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


netCentavos

readonly netCentavos: number

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


paidCentavos

readonly paidCentavos: number

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

Net of completed payments only — amber vs net answers "still owed?" at a glance.


periods

readonly periods: number

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


statements

readonly statements: SummaryStatement[]

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