You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved: Convert Shipment Crud simple service to entity-auto
(OFBIZ-6996)
I converted all available shipment entities crud currently on simple service to entity-auto service :
* ItemIssuanceRole
* ShipmentItem
* ShipmentPackageContent
* ShipmentPackageRouteSeg
* ShipmentRouteSegment
* QuantityBreak
I also transformed a simple method call to a permission service: checkCanChangeShipmentStatus, who check for a shipment is it on good status for the change.
With this last conversion, the permission control set on the service definition instead of core service
git-svn-id: https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk@1866286 13f79535-47bb-0310-9956-ffa450edef68
<valuexml:lang="en">Cannot perform this operation when the shipment [${testShipment.shipmentId}] is in the ${testShipmentStatus.description} [${testShipment.statusId}] status."</value>
1494
+
<valuexml:lang="fr">Impossible de réaliser l'opération demandée quand l'expédition [${testShipment.shipmentId}] est dans le statut ${testShipmentStatus.description} [${testShipment.statusId}]</value>
Copy file name to clipboardExpand all lines: applications/product/minilang/shipment/receipt/ShipmentReceiptServices.xml
-3
Original file line number
Diff line number
Diff line change
@@ -361,9 +361,6 @@ under the License.
361
361
</simple-method>
362
362
363
363
<simple-methodmethod-name="issueOrderItemToShipmentAndReceiveAgainstPO"short-description="Issues order item quantity specified to the shipment, then receives inventory for that item and quantity">
364
-
<setvalue="Issue OrderItem to Shipment and Receive against PO"field="operationName"/>
0 commit comments