Interface: HistoryPayment
Defined in: src/lib/payroll/insights.ts:336
The stored computation trail for one payment — receipt renders from this, never recomputes.
Properties
adjustments
readonlyadjustments:HistoryAdjustment[]
Defined in: src/lib/payroll/insights.ts:342
baseCentavos
readonlybaseCentavos:number|null
Defined in: src/lib/payroll/insights.ts:340
contracted
readonlycontracted:number|null
Defined in: src/lib/payroll/insights.ts:338
grossOverridden
readonlygrossOverridden:boolean
Defined in: src/lib/payroll/insights.ts:341
hours
readonlyhours:number|null
Defined in: src/lib/payroll/insights.ts:337
method
readonlymethod:string
Defined in: src/lib/payroll/insights.ts:344
netCentavos
readonlynetCentavos:number
Defined in: src/lib/payroll/insights.ts:343
paidAt
readonlypaidAt:string|null
Defined in: src/lib/payroll/insights.ts:347
payDate
readonlypayDate:string|null
Defined in: src/lib/payroll/insights.ts:346
ratio
readonlyratio:number|null
Defined in: src/lib/payroll/insights.ts:339
status
readonlystatus:string
Defined in: src/lib/payroll/insights.ts:345
weeks
readonlyweeks:SerializedWeek[]
Defined in: src/lib/payroll/insights.ts:349
Per-week trail saved at close time (payments.breakdown).