WorkOrder Class |
Namespace: FactoryLogix.xTend.DataObjects
The WorkOrder type exposes the following members.
Name | Description | |
---|---|---|
![]() | AssociatedBatches |
A read-only, enumerable list of the Batches associated to this order.
|
![]() | Customer |
The Customer associated with this order.
|
![]() | Description |
A human-friendly summary of the nature of this order.
|
![]() | ExpectedDate |
The date/time that the order is expected to be fulfilled.
|
![]() | Id |
A unique identifier for this particular order (corresponds to the primary key in the FactoryLogix database)
|
![]() | LineItems |
A read-only, enumerable list of the line items associated with this order.
Only orders of type ReceivingOrder may contain line items.
|
![]() | Name |
The human-friendly name that operators use to identify this order within the factory.
This is also known as the "order number" in many environments.
|
![]() | Quantity |
The total quantity of items to be produced or received. (accross all Batches).
|
![]() | SubmittedDate |
The date/time that the order was submitted.
|
![]() | Vendor |
The Vendor associated with this order (for receiving type orders).
|
![]() | WorkOrderStatus |
The current status of the work order.
|
![]() | WorkOrderType |
The type of kind of this work order.
|