Skip to main content

erpLaborTickets

No description

type erpLaborTickets {
badParts: Float
clockIn: timestamptz
clockOut: timestamptz
comment: String
createdAt: timestamptz!
goodParts: Float
laborTicketId: String
laborTicketRef: bigint!
lot: String
person: erpPersons
personId: String
reasons(
distinct_on: [erpLaborTicketsReasons_select_column!]
limit: Int
offset: Int
order_by: [erpLaborTicketsReasons_order_by!]
where: erpLaborTicketsReasons_bool_exp
): [erpLaborTicketsReasons!]!
resource: erpResources
resourceId: String
sequenceNumber: Float
split: String
state: String!
sub: String
syncedAt: timestamptz
transactionDate: timestamptz
type: String
updatedAt: timestamptz!
workOrderId: String
workOrderOperation: erpWorkOrderOperations
}

Fields

erpLaborTickets.badParts ● Float scalar

erpLaborTickets.clockIn ● timestamptz scalar

erpLaborTickets.clockOut ● timestamptz scalar

erpLaborTickets.comment ● String scalar

erpLaborTickets.createdAt ● timestamptz! non-null scalar

erpLaborTickets.goodParts ● Float scalar

erpLaborTickets.laborTicketId ● String scalar

A globally unique identifier (UUID) for the laborTicket.

erpLaborTickets.laborTicketRef ● bigint! non-null scalar

A unique, numeric identifier for the laborTicket.

erpLaborTickets.lot ● String scalar

erpLaborTickets.person ● erpPersons object

erpLaborTickets.personId ● String scalar

A globally unique identifier (UUID) for the person.

erpLaborTickets.reasons ● [erpLaborTicketsReasons!]! non-null object

erpLaborTickets.reasons.distinct_on ● [erpLaborTicketsReasons_select_column!] list enum

Return a distinct set of entities, defined by the given fields.

erpLaborTickets.reasons.limit ● Int scalar

Limits the number of objects returned.

erpLaborTickets.reasons.offset ● Int scalar

Start a the specified, zero-based array index. This is only useful in combination with order_by.

erpLaborTickets.reasons.order_by ● [erpLaborTicketsReasons_order_by!] list input

Sort the returned array by one or more fields of it's elements.

erpLaborTickets.reasons.where ● erpLaborTicketsReasons_bool_exp input

Filter the data by using a (nested) boolean expression.

erpLaborTickets.resource ● erpResources object

erpLaborTickets.resourceId ● String scalar

A globally unique identifier (UUID) for the resource.

erpLaborTickets.sequenceNumber ● Float scalar

erpLaborTickets.split ● String scalar

erpLaborTickets.state ● String! non-null scalar

erpLaborTickets.sub ● String scalar

erpLaborTickets.syncedAt ● timestamptz scalar

erpLaborTickets.transactionDate ● timestamptz scalar

erpLaborTickets.type ● String scalar

The type of a metric as defined in the data mapping section of the machine's edit form. See the data catalog for more information.

erpLaborTickets.updatedAt ● timestamptz! non-null scalar

erpLaborTickets.workOrderId ● String scalar

A globally unique identifier (UUID) for the workOrder.

erpLaborTickets.workOrderOperation ● erpWorkOrderOperations object

Production standards are applied from the Operation selected when starting the first Activity in an Activity Set. This snapshot will not change when standards in the Job Template are updated so an accurate history of the standards as they existed in the moment the work was performed is maintained.

Returned By

erpLaborTicket query ● erpLaborTickets query

Member Of

erpLaborTickets_mutation_response object ● erpLaborTicketsReasons object ● erpPersons object ● erpResources object ● erpWorkOrderOperations object