Skip to main content

Associations

Version: 2.0.0

FeedbackResponsible

Defined on PartialFeedback → Employee. Creates: PartialFeedback.Employee (the employee responsible for this feedback) and Employee.PartialFeedbacks (all feedback entries created by this employee)

PropertyValue
InboundMultiplicityN
InboundNamePartialFeedbacks
OutboundMultiplicityOne
OutboundNameEmployee

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)

PropertyValue
InboundMultiplicityN
InboundNameShiftAssignments
OutboundMultiplicityOne
OutboundNameMachine

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)

PropertyValue
InboundMultiplicityN
InboundNameShiftMachines
OutboundMultiplicityN
OutboundNameEmployees

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)

PropertyValue
InboundMultiplicityOne
InboundNameOrderItems
OutboundMultiplicityN
OutboundNameMachine

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)

PropertyValue
InboundMultiplicityN
InboundNameShiftOrderItems
OutboundMultiplicityN
OutboundNameEmployees

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)

PropertyValue
InboundMultiplicityN
InboundNameShiftOrderItems
OutboundMultiplicityOne
OutboundNameProductionOrderItem

Diagram

At Origin entity an association is defined.