Function: contractorSummaryCsv()
contractorSummaryCsv(
companyId,fromISO,toISO):Promise<CsvReport>
Defined in: src/server/services/reports.ts:308
Per-contractor pay summary over a window: periods, hours, net (PHP), and paid count.
Parameters
companyId
string
fromISO
string
toISO
string
Returns
Promise<CsvReport>