This is an automated email from the ASF dual-hosted git repository.
diveshdut pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
from 2dd1519560 Fixed: JWT refresh tokens no longer accepted as access
tokens (OFBIZ-13493) (#1664)
new d34901e830 OFBIZ-13460 Add MRP run lifecycle logging
new fc1b597661 OFBIZ-13502 Add MRP event plan read model
new cf23ae2e01 OFBIZ-13502 Add MRP run history read model
new 8312aec452 OFBIZ-13502 Expose MRP planning REST API
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../manufacturing/api/mrp-planning.rest.xml | 44 +
.../manufacturing/config/ManufacturingUiLabels.xml | 69 ++
.../manufacturing/servicedef/services_mrp.xml | 115 +++
.../manufacturing/mrp/MrpEventPlanBuilder.groovy | 705 ++++++++++++++
.../manufacturing/mrp/MrpEventPlanQuery.groovy | 420 ++++++++
.../manufacturing/mrp/MrpEventPlanServices.groovy | 98 ++
.../manufacturing/mrp/MrpRunLogServices.groovy | 145 +++
.../ofbiz/manufacturing/mrp/MrpServices.java | 380 +++++++-
.../api/MrpPlanningServicesTests.groovy | 1026 ++++++++++++++++++++
.../webapp/manufacturing/WEB-INF/controller.xml | 2 +-
10 files changed, 2961 insertions(+), 43 deletions(-)
create mode 100644 applications/manufacturing/api/mrp-planning.rest.xml
create mode 100644
applications/manufacturing/src/main/groovy/org/apache/ofbiz/manufacturing/mrp/MrpEventPlanBuilder.groovy
create mode 100644
applications/manufacturing/src/main/groovy/org/apache/ofbiz/manufacturing/mrp/MrpEventPlanQuery.groovy
create mode 100644
applications/manufacturing/src/main/groovy/org/apache/ofbiz/manufacturing/mrp/MrpEventPlanServices.groovy
create mode 100644
applications/manufacturing/src/main/groovy/org/apache/ofbiz/manufacturing/mrp/MrpRunLogServices.groovy
create mode 100644
applications/manufacturing/src/test/groovy/org/apache/ofbiz/manufacturing/api/MrpPlanningServicesTests.groovy