Skip to main content

Function: getAssignmentsForPeriod()

getAssignmentsForPeriod(contractorId, periodDate): Promise<AssignmentsState>

Defined in: src/server/actions/manualTimeEntry.ts:490

Read-only: a contractor's assignments that overlap the pay period containing periodDate (primary first), so the manual-entry grid can target the right facility when there's more than one. Owner-gated.

Parameters

contractorId

string

periodDate

string

Returns

Promise<AssignmentsState>