Hierarchy

  • RequestCosts

Properties

Methods - Labor Costs

Methods - Request Costs

Properties

currentActivityType: string

Storage of object's active activityType

Labor Costs Methods

  • Get Cost Codes

    Returns

    Returns Promise that represents an object describing

    Parameters

    • employeeSids: Object

      A list of Employee IDs for which to get the job codes.

    • commonOnly: boolean = false

      Set to true to get the Cost Codes that are common to ALL employees in the list, otherwise get all job codes that apply to at least one employee in the list.

    Returns Promise<unknown>

  • Get Job Codes

    Returns

    Returns Promise that represents an object describing

    Returns Promise<unknown>

Request Costs Methods

  • Add Request Labor Costs

    Returns

    Returns Promise that represents an object describing

    Parameters

    • requestCosts: Object[]

      Array of inspection labor costings

    Returns Promise<unknown>

  • Delete Request Labor Costs

    Returns

    Returns Promise that represents an object describing

    Parameters

    • laborCostIds: number[]

      Array of request labor cost Ids to delete

    Returns Promise<unknown>

  • Get Labor Costs for Request(s)

    Returns

    Returns Promise that represents an object describing

    Parameters

    • requestIds: number[]

      Array of request Ids to get costs for

    Returns Promise<unknown>