Quick Ship Entire Order

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Quick Ship Entire Order

chitrakala ramanujam
  
Hi,

I am working in Opentaps-0.9.2 version.
I am getting the following error when i am trying with "QUICK SHIPMENT ENTIRE ORDER" in the order page:

ERROR: Could not complete the Sub-method used by quickShip methods to create a shipment [file:/E:/opentaps-0.9.2/applications/product/script/org/ofbiz/shipment/shipment/ShipmentServices.xml#createShipmentForFacilityAndShipGroup] process [problem invoking the [updateShipment] service with the map named [packedContext] containing [[shipmentId=10060, statusId=SHIPMENT_SHIPPED, userLogin=[GenericEntity:UserLogin][createdStamp,2006-08-23 16:17:34.28(java.sql.Timestamp)][createdTxStamp,2006-08-23 16:17:34.223(java.sql.Timestamp)][currentPassword,47ca69ebb4bdc9ae0adec130880165d2cc05db1a(java.lang.String)][disabledDateTime,null()][enabled,Y(java.lang.String)][hasLoggedOut,N(java.lang.String)][isSystem,null()][lastCurrencyUom,null()][lastLocale,null()][lastUpdatedStamp,2007-03-02 09:24:35.015(java.sql.Timestamp)][lastUpdatedTxStamp,2007-03-02 09:24:35.015(java.sql.Timestamp)][partyId,admin(java.lang.String)][passwordHint,null()][successiveFailedLogins,0(java.lang.Long)][userLoginId,admin(java.lang.String)], locale=en_US]]: Problems with the transaction. (The current transaction is marked for rollback, not beginning a new transaction and aborting current operation; the rollbackOnly was caused by: Service Error [postShipmentToGl]: Unable to find a product average cost for product [GZ-1000] in organization [Company])]

Can anyone of you help me with these issue?
Thanks.
Reply | Threaded
Open this post in threaded view
|

Re: Quick Ship Entire Order

Jacopo Cappellato
You can fix this by creating a record (you can use the Webtools) in
ProductAverageCost for Company|GZ-1000

Jacopo

chitrakala ramanujam wrote:
>  
> Hi,
>
> I am working in Opentaps-0.9.2 version.
> I am getting the following error when i am trying with "QUICK SHIPMENT ENTIRE ORDER" in the order page:
>
> ERROR: Could not complete the Sub-method used by quickShip methods to create a shipment [file:/E:/opentaps-0.9.2/applications/product/script/org/ofbiz/shipment/shipment/ShipmentServices.xml#createShipmentForFacilityAndShipGroup] process [problem invoking the [updateShipment] service with the map named [packedContext] containing [[shipmentId=10060, statusId=SHIPMENT_SHIPPED, userLogin=[GenericEntity:UserLogin][createdStamp,2006-08-23 16:17:34.28(java.sql.Timestamp)][createdTxStamp,2006-08-23 16:17:34.223(java.sql.Timestamp)][currentPassword,47ca69ebb4bdc9ae0adec130880165d2cc05db1a(java.lang.String)][disabledDateTime,null()][enabled,Y(java.lang.String)][hasLoggedOut,N(java.lang.String)][isSystem,null()][lastCurrencyUom,null()][lastLocale,null()][lastUpdatedStamp,2007-03-02 09:24:35.015(java.sql.Timestamp)][lastUpdatedTxStamp,2007-03-02 09:24:35.015(java.sql.Timestamp)][partyId,admin(java.lang.String)][passwordHint,null()][successiveFailedLogins,0(java.lang.Long)][userLoginId,
admin(java.lang.String)], locale=en_US]]: Problems with the transaction. (The current transaction is marked for rollback, not beginning a new transaction and aborting current operation; the rollbackOnly was caused by: Service Error [postShipmentToGl]: Unable to find a product average cost for product [GZ-1000] in organization [Company])]
>
> Can anyone of you help me with these issue?
> Thanks.