Skip to main content

Interface: InsightLine

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

One contractor's payment inside a period drilldown.

Properties

adjustmentsCentavos

readonly adjustmentsCentavos: number

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

Signed sum of adjustments (bonuses positive, deductions negative); 0 when none.


baseCentavos

readonly baseCentavos: number | null

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


contracted

readonly contracted: number | null

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


contractorId

readonly contractorId: string

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


hours

readonly hours: number | null

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


method

readonly method: string

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


name

readonly name: string

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


netCentavos

readonly netCentavos: number

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


paymentId

readonly paymentId: string

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


ratio

readonly ratio: number | null

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

Paid fraction 0..1 as stored.


status

readonly status: string

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