# UI Pages Contains all the UI Pages deployed by the Industrial Equipment Template package. | Name | Description | | :------------------------------------------- | :--------------------------------------------------------------------------- | | ProcessActivitiesOperatorView | Operator view with the Process Activities assigned to the current Employee | | ProcessActivitiesDefinitionView | Management view for the Process Activity Definitions of a Flow | | IndEqBarcodeIdentification | Barcode identification page for Materials | | IndEqOperatorCockpit | Operator workbench to execute Checklists and Assembly/Disassembly operations | | IndEq_ProductionOrder_Page_Production_Orders | Production Orders page including the Production Order progress | ## ProcessActivitiesOperatorView Operator view page that displays the list of Process Activities assigned to the current User. ## ProcessActivitiesDefinitionView Process Activity Definition view, used to create and manage Process Activity Definitions within a Flow. ## IndEqBarcodeIdentification Barcode identification page, available in the Manufacturing module. Operators can locate a Material by scanning or by manually entering its barcode. After the identification they can navigate to the Operator Cockpit to execute Checklists, or view the Process Activity details of that Material. This page replaces the standard barcode identification page, through the row added by the `IndEqAddRowsToSTUIPageContext` process rule to the `UIPageContext` Smart Table (`Manufacturing.BarcodeIdentification`). ## IndEqOperatorCockpit The Operator Cockpit page is used to execute manufacturing operations. It supports Checklist execution and Assemble/Disassemble operations, displaying the Checklist status and the BOM Instance information. The page uses the [Consumables Assembly](widgets/consumables-assembly.md) widget to display the BOM Instance structure and to assemble the consumables. The Import Object of this page also deploys the DEE Action `IndEqOperatorCockpitPerformChecklist`, used by the page to perform the Checklist. See also the [Assembly Operator Cockpit](../features/operatorcockpit.md) feature. ## IndEq_ProductionOrder_Page_Production_Orders Production Orders page that displays the list of Production Orders with the Industrial Equipment progress information. This page replaces the standard Production Orders page, through the row added by the `IndEqAddRowsToSTUIPageContext` process rule to the `UIPageContext` Smart Table (`ProductionOrder.ProductionOrdersPage`). The Import Object of this page also deploys the Query `IndeqGetProductionOrders`, used to feed the page data source.