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 5576cc4006 Fix Docker image build: copy test-reports.gradle in the 
builder stage (#1599)
     new e9be91915c OFBIZ-13480 Add WorkEffort cost calculation update service
     new b8c490b8d9 OFBIZ-13480 Add manufacturing lookup services for routing 
management
     new ae0a1df602 OFBIZ-13480 Add routing management service APIs
     new 0d9f242c29 OFBIZ-13480 Add routing cost REST API contract

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:
 .../accounting/servicedef/services_cost.xml        |   7 +
 .../manufacturing/api/routing-cost.rest.xml        | 136 +++++
 applications/manufacturing/ofbiz-component.xml     |   1 +
 .../manufacturing/servicedef/services_lookup.xml   |  72 +++
 .../manufacturing/servicedef/services_routing.xml  | 122 +++++
 .../api/ManufacturingLookupServices.groovy         | 122 +++++
 .../api/ManufacturingServiceUtil.groovy            |   4 +
 .../api/RoutingCostManagementServices.groovy       | 583 +++++++++++++++++++++
 8 files changed, 1047 insertions(+)
 create mode 100644 applications/manufacturing/api/routing-cost.rest.xml
 create mode 100644 applications/manufacturing/servicedef/services_lookup.xml
 create mode 100644 
applications/manufacturing/src/main/groovy/org/apache/ofbiz/manufacturing/api/RoutingCostManagementServices.groovy

Reply via email to