Magidoc

EstimateItem
Object

An EstimateItem is a single item in an estimate, representing a cost or value that contributes to the total cost of a job. An item can be calculated in different ways, and can have different properties depending on its kind.

Fields

#

id

ID !
Non-null

The unique identifier for the estimate item.

kind

Non-null

The kind of item this estimate item represents.

description

The description of the item.

estimateId

ID !
Non-null

The ID of the estimate this item is associated with.

estimate

Non-null

The estimate this item is associated with.

partId

The ID of the Job part this item is associated with, if relevant

part

The Job part this item is associated with, if relevant

operationId

The ID of the Operation this item is associated with, if relevant

operation

The Operation this item is associated with, if relevant

costCenterId

The ID of the Cost Center this item is associated with, if relevant

costCenter

The Cost Center this item is associated with, if relevant

emissions

The emissions associated with this item, if relevant or available

durations

The operation phases associated with this item, if relevant or available - for example, setup, production, cleanup. Not all items will have all phases, but items should normally have a production phase.

cost

The cost of this item.

markup

The markup to apply to this item

total

The total cost of this item

createdAt

Non-null

When the item was created

updatedAt

Non-null

When the item was last updated

Usages

#

References

#

  • Field setEstimateItemEmissions from Mutation