Associations
FeedbackResponsible
Defined on PartialFeedback → Employee. Creates: PartialFeedback.Employee (the employee responsible for this feedback) and Employee.PartialFeedbacks (all feedback entries created by this employee)
| Property | Value |
|---|---|
| InboundMultiplicity | N |
| InboundName | PartialFeedbacks |
| OutboundMultiplicity | One |
| OutboundName | Employee |
Diagram
At Origin entity an association is defined.
MachineAssignment
Defined on ShiftMachine → Machine. Creates: ShiftMachine.Machine (the physical machine) and Machine.ShiftAssignments (all shift assignments for this machine)
| Property | Value |
|---|---|
| InboundMultiplicity | N |
| InboundName | ShiftAssignments |
| OutboundMultiplicity | One |
| OutboundName | Machine |
Diagram
At Origin entity an association is defined.
MachineEmployeeAssignment
Defined on ShiftMachine → Employee. Creates: ShiftMachine.AssignedEmployees (employees who have access to this machine) and Employee.MachineAssignments (machines this employee has access to)
| Property | Value |
|---|---|
| InboundMultiplicity | N |
| InboundName | ShiftMachines |
| OutboundMultiplicity | N |
| OutboundName | Employees |
Diagram
At Origin entity an association is defined.
MachineOrderAssignment
Defined on ProductionOrderItem → Machine. Creates: ProductionOrderItem.Machine (the assigned machine) and Machine.OrderItems (all order items assigned to this machine)
| Property | Value |
|---|---|
| InboundMultiplicity | One |
| InboundName | OrderItems |
| OutboundMultiplicity | N |
| OutboundName | Machine |
Diagram
At Origin entity an association is defined.
ShiftOrderItemEmployeeAssignment
Defined on ShiftOrderItem → Employee. Creates: ShiftOrderItem.AssignedEmployees (employees working on this order item) and Employee.AssignedMachines (order items assigned to this employee)
| Property | Value |
|---|---|
| InboundMultiplicity | N |
| InboundName | ShiftOrderItems |
| OutboundMultiplicity | N |
| OutboundName | Employees |
Diagram
At Origin entity an association is defined.
ShiftOrderToProductionOrder
Defined on ShiftOrderItem → ProductionOrderItem. Creates: ShiftOrderItem.ProductionOrderItem (what is being produced) and ProductionOrderItem.ShiftOrderItems (all shift production records for this order)
| Property | Value |
|---|---|
| InboundMultiplicity | N |
| InboundName | ShiftOrderItems |
| OutboundMultiplicity | One |
| OutboundName | ProductionOrderItem |
Diagram
At Origin entity an association is defined.