Re: svn commit: r786014 - in /ofbiz/branches/release09.04/applications: order/servicedef/ product/script/org/ofbiz/shipment/issuance/ product/script/org/ofbiz/shipment/receipt/ product/servicedef/

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

Re: svn commit: r786014 - in /ofbiz/branches/release09.04/applications: order/servicedef/ product/script/org/ofbiz/shipment/issuance/ product/script/org/ofbiz/shipment/receipt/ product/servicedef/

Jacques Le Roux-2-2
Hi Ashish,

> Author: ashish
> Date: Thu Jun 18 10:52:01 2009
> New Revision: 786014
>
> URL: http://svn.apache.org/viewvc?rev=786014&view=rev
> Log:
> Applied fix from trunk revision: 786013.
> Applied patch from jira issue OFBIZ-2619 (Issues with Receive PO functionality).
> I have tested this patch extensively and now things looks more accurate.
> I agree with the issues specified from Mridul in the jira issue.
>
> Thanks Mridul for your contribution.
>
> Modified:
>    ofbiz/branches/release09.04/applications/order/servicedef/secas.xml
>    ofbiz/branches/release09.04/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml
>    ofbiz/branches/release09.04/applications/product/script/org/ofbiz/shipment/receipt/ShipmentReceiptServices.xml
>    ofbiz/branches/release09.04/applications/product/servicedef/secas.xml
>    ofbiz/branches/release09.04/applications/product/servicedef/services_shipment.xml
>
> Modified: ofbiz/branches/release09.04/applications/order/servicedef/secas.xml
> URL:
> http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/order/servicedef/secas.xml?rev=786014&r1=786013&r2=786014&view=diff
> ==============================================================================
> --- ofbiz/branches/release09.04/applications/order/servicedef/secas.xml (original)
> +++ ofbiz/branches/release09.04/applications/order/servicedef/secas.xml Thu Jun 18 10:52:01 2009
> @@ -50,7 +50,6 @@
>     <eca service="receiveInventoryProduct" event="commit">
>         <condition field-name="facilityId" operator="is-not-empty"/>
>         <condition field-name="orderId" operator="is-not-empty"/>
> -        <action service="updatePoOnReceiveInventory" mode="sync"/>

There is a problem here because any actions exist. This was reported in user ML or Jira. With my (again) low conneciton I can't
check where exactly.

Thanks

Jacques

>     </eca>
>     <eca service="changeOrderItemStatus" event="commit">
>         <condition field-name="statusId" operator="equals" value="ITEM_CANCELLED"/>
>

Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r786014 - in /ofbiz/branches/release09.04/applications: order/servicedef/ product/script/org/ofbiz/shipment/issuance/ product/script/org/ofbiz/shipment/receipt/ product/servicedef/

Ashish Vijaywargiya
Hello Jacques,

I couldn't understand your comment. Can you please provide more details on
this?

Thanks!
--
Ashish

On Thu, Aug 20, 2009 at 5:46 PM, Jacques Le Roux <[hidden email]>wrote:

> Hi Ashish,
>
>
>  Author: ashish
>> Date: Thu Jun 18 10:52:01 2009
>> New Revision: 786014
>>
>> URL: http://svn.apache.org/viewvc?rev=786014&view=rev
>> Log:
>> Applied fix from trunk revision: 786013.
>> Applied patch from jira issue OFBIZ-2619 (Issues with Receive PO
>> functionality).
>> I have tested this patch extensively and now things looks more accurate.
>> I agree with the issues specified from Mridul in the jira issue.
>>
>> Thanks Mridul for your contribution.
>>
>> Modified:
>>   ofbiz/branches/release09.04/applications/order/servicedef/secas.xml
>>
>> ofbiz/branches/release09.04/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml
>>
>> ofbiz/branches/release09.04/applications/product/script/org/ofbiz/shipment/receipt/ShipmentReceiptServices.xml
>>   ofbiz/branches/release09.04/applications/product/servicedef/secas.xml
>>
>> ofbiz/branches/release09.04/applications/product/servicedef/services_shipment.xml
>>
>> Modified:
>> ofbiz/branches/release09.04/applications/order/servicedef/secas.xml
>> URL:
>> http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/order/servicedef/secas.xml?rev=786014&r1=786013&r2=786014&view=diff
>>
>> ==============================================================================
>> --- ofbiz/branches/release09.04/applications/order/servicedef/secas.xml
>> (original)
>> +++ ofbiz/branches/release09.04/applications/order/servicedef/secas.xml
>> Thu Jun 18 10:52:01 2009
>> @@ -50,7 +50,6 @@
>>    <eca service="receiveInventoryProduct" event="commit">
>>        <condition field-name="facilityId" operator="is-not-empty"/>
>>        <condition field-name="orderId" operator="is-not-empty"/>
>> -        <action service="updatePoOnReceiveInventory" mode="sync"/>
>>
>
> There is a problem here because any actions exist. This was reported in
> user ML or Jira. With my (again) low conneciton I can't check where exactly.
>
> Thanks
>
> Jacques
>
>
>     </eca>
>>    <eca service="changeOrderItemStatus" event="commit">
>>        <condition field-name="statusId" operator="equals"
>> value="ITEM_CANCELLED"/>
>>
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r786014 - in /ofbiz/branches/release09.04/applications: order/servicedef/ product/script/org/ofbiz/shipment/issuance/ product/script/org/ofbiz/shipment/receipt/ product/servicedef/

Ashish Vijaywargiya
In reply to this post by Jacques Le Roux-2-2
I think I got what you were saying - its done at r806425.
Thanks Jacques for your comment on this.

--
Ashish

On Thu, Aug 20, 2009 at 5:46 PM, Jacques Le Roux <[hidden email]>wrote:

> Hi Ashish,
>
>
>  Author: ashish
>> Date: Thu Jun 18 10:52:01 2009
>> New Revision: 786014
>>
>> URL: http://svn.apache.org/viewvc?rev=786014&view=rev
>> Log:
>> Applied fix from trunk revision: 786013.
>> Applied patch from jira issue OFBIZ-2619 (Issues with Receive PO
>> functionality).
>> I have tested this patch extensively and now things looks more accurate.
>> I agree with the issues specified from Mridul in the jira issue.
>>
>> Thanks Mridul for your contribution.
>>
>> Modified:
>>   ofbiz/branches/release09.04/applications/order/servicedef/secas.xml
>>
>> ofbiz/branches/release09.04/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml
>>
>> ofbiz/branches/release09.04/applications/product/script/org/ofbiz/shipment/receipt/ShipmentReceiptServices.xml
>>   ofbiz/branches/release09.04/applications/product/servicedef/secas.xml
>>
>> ofbiz/branches/release09.04/applications/product/servicedef/services_shipment.xml
>>
>> Modified:
>> ofbiz/branches/release09.04/applications/order/servicedef/secas.xml
>> URL:
>> http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/order/servicedef/secas.xml?rev=786014&r1=786013&r2=786014&view=diff
>>
>> ==============================================================================
>> --- ofbiz/branches/release09.04/applications/order/servicedef/secas.xml
>> (original)
>> +++ ofbiz/branches/release09.04/applications/order/servicedef/secas.xml
>> Thu Jun 18 10:52:01 2009
>> @@ -50,7 +50,6 @@
>>    <eca service="receiveInventoryProduct" event="commit">
>>        <condition field-name="facilityId" operator="is-not-empty"/>
>>        <condition field-name="orderId" operator="is-not-empty"/>
>> -        <action service="updatePoOnReceiveInventory" mode="sync"/>
>>
>
> There is a problem here because any actions exist. This was reported in
> user ML or Jira. With my (again) low conneciton I can't check where exactly.
>
> Thanks
>
> Jacques
>
>
>     </eca>
>>    <eca service="changeOrderItemStatus" event="commit">
>>        <condition field-name="statusId" operator="equals"
>> value="ITEM_CANCELLED"/>
>>
>>
>