ENUM

Timesheet_WhereGroup_Fields

Where group options for Timesheet. Matches when any field in the array is met

link GraphQL Schema definition

  • enum Timesheet_WhereGroup_Fields {
  • # The break time in minutes.
  • break_time
  • # (DEPRECATED) The time the timesheet log starts.
  • start_time
  • # (DEPRECATED) The time the timesheet log ends.
  • end_time
  • # The comments on a timesheet.
  • comments
  • # Whether timesheet has been approved.
  • is_approved
  • # Whether timesheet has been locked.
  • is_locked
  • # The job number.
  • job_number
  • # The status of the charge items on the timesheet.
  • charge_items_status
  • # The status of the pay items on the timesheet.
  • pay_items_status
  • # The user's name of the signature attached.
  • signature_name
  • # The date the timesheet is for.
  • # The maximum range allowed is 3 months between `from` and `to`
  • # Default:
  • # - `from` = 3 months behind today.
  • # - `to` = today.
  • submitted_date
  • # The date the timesheet was created.
  • # The maximum range allowed is 3 months between `from` and `to`
  • created_time
  • # The date the timesheet was created.
  • # The maximum range allowed is 3 months between `from` and `to`
  • creation_time
  • # The date the timesheet was last modified.
  • # The maximum range allowed is 3 months between `from` and `to`
  • modified_time
  • # The unique activity ID.
  • activity_id
  • # Filters to timesheets with the modified by the given user
  • modified_by_user_id
  • # Filters to timesheets with the allowances
  • allowance_id
  • # Filters to timesheets with the docket ids
  • docket_id
  • # Filters to timesheets with the asset ids
  • asset_id
  • # Filters to timesheets with the dockets that have number
  • docket_number
  • # Filters to timesheets with the asset ids
  • asset_external_id
  • # Filters to timesheets that have projects that contain external
  • project_external_id
  • # Filters to timesheets that have clients that contain external
  • client_external_id
  • # Filters to timesheets that have tasks that contain external
  • task_external_id
  • # Filters to timesheets that have orders that contain job_number
  • order_job_number
  • # Filters to timesheets that have users that contain employee
  • user_employee_id
  • # Filters to timesheets with docket
  • has_docket
  • # The unique client ID.
  • client_id
  • # The client's short name.
  • client_name
  • # Unique order ID.
  • order_id
  • # Order primary start location.
  • order_location
  • # Unique project ID.
  • project_id
  • # Project name.
  • project_name
  • # Unique task ID.
  • task_id
  • # Task name.
  • task_name
  • # Unique user ID.
  • user_id
  • # Filters to users with this name
  • user_full_name
  • # List of tags that users have access to view
  • crew_tag
  • # List of order tags that match the order linked to timesheet
  • order_tag
  • # First/Given name.
  • first_name
  • # Last/Surname.
  • last_name
  • # Timesheet submitted location.
  • location
  • # Filters to timesheets with the digital docket ids
  • digital_docket_id
  • # weather of site diary the timesheet associated to
  • site_diary_weather
  • # Filters to timesheets with the site diary ids
  • site_diary_id
  • }