Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Why does the orders plugin use genealogies in their code ?

They have no dependency and should NOT have.

 

Code Block
grep -R genealogies $(find ./ -iname "*.xml" )
 
... 

./mes-plugins/mes-plugins-quality-controls/src/main/resources/qcadoo-plugin.xml: <model:model-hook plugin="genealogies" model="genealogy">
./mes-plugins/mes-plugins-quality-controls/target/classes/qcadoo-plugin.xml: <model:model-hook plugin="genealogies" model="genealogy">



...  

Why does the quality-controls plugin use genealogies in their code ?

They have no dependency and should NOT have. quality-controls-for-batch is the place for this

 

Code Block
grep -R productionScheduling $(find ./ -iname "*.java" )
 
... 

./mes-plugins/mes-plugins-gantt-for-operation/src/main/java/com/qcadoo/mes/ganttForOperations/GanttOperationService.java: DataDefinition dataDefinition = dataDefinitionService.get("productionScheduling", "orderOperationComponent");
./mes-plugins/mes-plugins-gantt-for-operation/src/main/java/com/qcadoo/mes/ganttForOperations/OperationsGanttChartItemResolverImpl.java: private static final String PRODUCTION_SCHEDULING_MODEL = "productionScheduling";

...   

gantt-for-operation has no dependacy do production scheduling.