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 3d36a669fc Fixed: migrates rest-api dependencys from javax to jakarta
(OFBIZ-13489)
new 218de8d511 OFBIZ-13422: Add manufacturing display helpers
new cdd19c9f6a OFBIZ-13422: Add manufacturing facility lookup services
new 35a6958a4e OFBIZ-13422: Add production run REST resource
new 125211996c OFBIZ-13422: Use REST paging for production run queries
new 71055abc9c OFBIZ-13422: Require create permission for production runs
The 5 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/production-runs.rest.xml | 44 +++++
.../manufacturing/servicedef/services_lookup.xml | 26 +++
.../servicedef/services_production_run.xml | 4 +
.../api/ManufacturingLookupServices.groovy | 10 +-
.../api/ManufacturingServiceUtil.groovy | 16 ++
.../jobshopmgt/ProductionRunQueryServices.groovy | 199 +++++++++------------
6 files changed, 179 insertions(+), 120 deletions(-)
create mode 100644 applications/manufacturing/api/production-runs.rest.xml