|
class | Order |
| Represents a Order of x4Trace. The order contains all element of an ordered production. Name of the database table is Order. More...
|
|
class | OrderBlock |
| Represents a block of order. The orderblock generated from flow block. Simply case is when one flow block has one order block. In a difficoult case one flow block has multiple order block connection. Name of the database table is OrderBlock. This object fires data modification events. More...
|
|
class | OrderBlockOperation |
| Represents a block of order. The orderblock operation generated from flow block operation group. Name of the database table is OrderBlockOperation. More...
|
|
class | OrderDayResult |
| Represents a summary of production of a day. The orderblock operation generated from flow block operation group. This is not a table. This is only a result of a select to simplify the data handling. More...
|
|
class | OrderInstance |
| Represents an instance / part of an order. Instance is a unique part which has unique ID (Code). In this case the Qty variable is allways one. OR instance means more parts if the production based on quantity, not identify every unique parts. In this case the Qty variable is a positive number. Name of the database table is OrderInstance. There are 4 possible code of instance. More...
|
|
class | OrderInstanceGroup |
| Represents a group of instances / parts. For example your product is panelized. You can identify the panel with a code. And when the panel passes an operation all of instance will pass. Name of the database table is OrderInstanceGroup. More...
|
|
class | OrderStatus |
| Represent a status of the order. Name of the database table is OrderStatus. More...
|
|