Skip to main content

Function: contractorHistoryCsv()

contractorHistoryCsv(companyId, fromISO, toISO): Promise<CsvReport>

Defined in: src/server/services/reports.ts:349

Per-contractor pay history: one row per period, grouped by contractor then newest period first.

Parameters

companyId

string

fromISO

string

toISO

string

Returns

Promise<CsvReport>