ofbiz-framework icon indicating copy to clipboard operation
ofbiz-framework copied to clipboard

Improved: Manufacturing-Main page (OFBIZ-13053)

Open PierreSmits opened this issue 10 months ago • 1 comments

Currently the 'main' view-map points to the 'FindProductionRun' screen. In order to improve the user experience, the main request-map and view-map should show what is most pressing in manufacturing to address: the production runs in progress.

added:

  • ManufacturingPortletData.xml, having record definitions for PortalPage, Portlet, etc

modified::

  • ofbiz-component.xml: added data loader for ManufacturingPortletData.xml
  • controller.xml: changed view-map 'main' to point to screen Main in CommonScreens.xml
  • CommonScreens.xml: adding screen Main displaying a PortalPage
  • JobShopScreens.xml: adding screen ProdRun for production runs to process
  • ProductionRunForms.xml: adding grid ProdRun to list production runs to process

PierreSmits avatar Apr 24 '24 16:04 PierreSmits