Domain model

The different entities in a model reference each other, and input data must thus be entered in the correct order. This list show the correct order and dependencies. Entities with a higher indentation depend on entities with less indentation.

Start populating the entities at the top of the list and work your way down.

Customer (references itself)
Calendar bucket (references calendar)
Location (references calendar and itself)
Resource (references setup matrix, calendar, location and itself)
Operation (references location)
Resource skill (references skill and resource)
Load (references resource, skill and operation)
Sub operation (references operation)
Operationplan (references operation)
Item (references operation and itself)
Demand (references item, customer, operation and itself)
Buffer (references item, operation, location, calendar and itself)
Flow (references buffer and operation)
Model dependencies

Note that it is pretty straightforward to extend the data model to match your own domain model. During an implementation additional data types can be added that map more accurately to your business and/or data sources.

The diagram below gives a more detailed overview of the models, their fields and relations. You can also get is as a pdf.

Domain model