You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by rrhati2010 <rr...@tcs.com> on 2010/08/03 08:41:45 UTC

How to reject an Aprroved Order in the OrderManager?

Hi All,
Please help me out in rejecting a placed order procedure....

Thanks in Advance

-----
RRH
-- 
View this message in context: http://ofbiz.135035.n4.nabble.com/How-to-reject-an-Aprroved-Order-in-the-OrderManager-tp2311376p2311376.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: How to reject an Aprroved Order in the OrderManager?

Posted by BJ Freeman <bj...@free-man.net>.
yup should have looked at code.
it is ordercomplete you can not cancel.

Jacques Le Roux sent the following on 8/3/2010 4:03 AM:
> Too quick: I was right, this order was in Approved state, I just
> cancelled it, look now at
> https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderview?orderId=WSCO10002
>
>
> Jacques
>
> From: "Jacques Le Roux" <ja...@les7arts.com>
>> Right, it's only when the order is in Created Status (ie no payments
>> approved yet), I forgot that point...
>> https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderview?orderId=WSCO10000
>>
>>
>> Jacques
>>
>> From: "BJ Freeman" <bj...@free-man.net>
>> To: <us...@ofbiz.apache.org>
>> Sent: Tuesday, August 03, 2010 12:30 PM
>> Subject: Re: How to reject an Aprroved Order in the OrderManager?
>>
>>
>>> looking at the StatusValidChange entity there is no way to cancel an
>>> approved order.
>>> https://demo-trunk.ofbiz.apache.org/webtools/control/FindGeneric?entityName=StatusValidChange&find=true&searchOptions_collapsed=false&VIEW_SIZE=50&VIEW_INDEX=5
>>>
>>> you would have to create the status and update the StatusValidChange
>>> entity, as well as code and UI's
>>>
>>> rrhati2010 sent the following on 8/2/2010 11:41 PM:
>>>>
>>>> Hi All,
>>>> Please help me out in rejecting a placed order procedure....
>>>>
>>>> Thanks in Advance
>>>>
>>>> -----
>>>> RRH
>>>
>>
>>
>
>
>

Re: How to reject an Aprroved Order in the OrderManager?

Posted by Jacques Le Roux <ja...@les7arts.com>.
Too quick: I was right, this order was in Approved state, I just cancelled it, look now at
https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderview?orderId=WSCO10002

Jacques

From: "Jacques Le Roux" <ja...@les7arts.com>
> Right, it's only when the order is in Created Status (ie no payments approved yet), I forgot that point...
> https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderview?orderId=WSCO10000
>
> Jacques
>
> From: "BJ Freeman" <bj...@free-man.net>
> To: <us...@ofbiz.apache.org>
> Sent: Tuesday, August 03, 2010 12:30 PM
> Subject: Re: How to reject an Aprroved Order in the OrderManager?
>
>
>> looking at the StatusValidChange entity there is no way to cancel an approved order.
>> https://demo-trunk.ofbiz.apache.org/webtools/control/FindGeneric?entityName=StatusValidChange&find=true&searchOptions_collapsed=false&VIEW_SIZE=50&VIEW_INDEX=5
>> you would have to create the status and update the StatusValidChange entity, as well as code and UI's
>>
>> rrhati2010 sent the following on 8/2/2010 11:41 PM:
>>>
>>> Hi All,
>>> Please help me out in rejecting a placed order procedure....
>>>
>>> Thanks in Advance
>>>
>>> -----
>>> RRH
>>
>
> 



Re: How to reject an Aprroved Order in the OrderManager?

Posted by Jacques Le Roux <ja...@les7arts.com>.
Right, it's only when the order is in Created Status (ie no payments approved yet), I forgot that point...
https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderview?orderId=WSCO10000

Jacques

From: "BJ Freeman" <bj...@free-man.net>
To: <us...@ofbiz.apache.org>
Sent: Tuesday, August 03, 2010 12:30 PM
Subject: Re: How to reject an Aprroved Order in the OrderManager?


> looking at the StatusValidChange entity there is no way to cancel an approved order.
> https://demo-trunk.ofbiz.apache.org/webtools/control/FindGeneric?entityName=StatusValidChange&find=true&searchOptions_collapsed=false&VIEW_SIZE=50&VIEW_INDEX=5
> you would have to create the status and update the StatusValidChange entity, as well as code and UI's
>
> rrhati2010 sent the following on 8/2/2010 11:41 PM:
>>
>> Hi All,
>> Please help me out in rejecting a placed order procedure....
>>
>> Thanks in Advance
>>
>> -----
>> RRH
> 



Re: How to reject an Aprroved Order in the OrderManager?

Posted by BJ Freeman <bj...@free-man.net>.
looking at the StatusValidChange entity there is no way to cancel an 
approved order.
https://demo-trunk.ofbiz.apache.org/webtools/control/FindGeneric?entityName=StatusValidChange&find=true&searchOptions_collapsed=false&VIEW_SIZE=50&VIEW_INDEX=5
you would have to create the status and update the StatusValidChange 
entity, as well as code and UI's

rrhati2010 sent the following on 8/2/2010 11:41 PM:
>
> Hi All,
> Please help me out in rejecting a placed order procedure....
>
> Thanks in Advance
>
> -----
> RRH

Re: How to reject an Aprroved Order in the OrderManager?

Posted by Jacques Le Roux <ja...@les7arts.com>.
More precisely, Cancel allows to cancel reservation for orders which are not honoured/fulfilled. I guess it's what you are looking 
for with "reject"

Jacques

From: "Jacques Le Roux" <ja...@les7arts.com>
> Cancel would be more like Reject I guess...
>
> Jacques
>
> From: "rrhati2010" <rr...@tcs.com>
>>
>> Hi Jacques,
>>
>> Thanx for the quick response....
>>
>> But, please make me clear...Is Hold Order same as Reject Order?
>>
>> When can be the status of an Order made to Rejected?
>>
>> Thnx
>>
>> -----
>> RRH
>> -- 
>> View this message in context:
>> http://ofbiz.135035.n4.nabble.com/How-to-reject-an-Aprroved-Order-in-the-OrderManager-tp2311376p2311399.html
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>
>
>



Re: How to reject an Aprroved Order in the OrderManager?

Posted by Jacques Le Roux <ja...@les7arts.com>.
Cancel would be more like Reject I guess...

Jacques

From: "rrhati2010" <rr...@tcs.com>
>
> Hi Jacques,
>
> Thanx for the quick response....
>
> But, please make me clear...Is Hold Order same as Reject Order?
>
> When can be the status of an Order made to Rejected?
>
> Thnx
>
> -----
> RRH
> -- 
> View this message in context: 
> http://ofbiz.135035.n4.nabble.com/How-to-reject-an-Aprroved-Order-in-the-OrderManager-tp2311376p2311399.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
> 



Re: How to reject an Aprroved Order in the OrderManager?

Posted by rrhati2010 <rr...@tcs.com>.
Hi Jacques,

Thanx for the quick response....

But, please make me clear...Is Hold Order same as Reject Order?

When can be the status of an Order made to Rejected?

Thnx

-----
RRH
-- 
View this message in context: http://ofbiz.135035.n4.nabble.com/How-to-reject-an-Aprroved-Order-in-the-OrderManager-tp2311376p2311399.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: How to reject an Aprroved Order in the OrderManager?

Posted by Jacques Le Roux <ja...@les7arts.com>.
You can cancel or hold it, see view order screen at top left

Jacques

From: "rrhati2010" <rr...@tcs.com>
>
> Hi All,
> Please help me out in rejecting a placed order procedure....
>
> Thanks in Advance
>
> -----
> RRH
> -- 
> View this message in context: 
> http://ofbiz.135035.n4.nabble.com/How-to-reject-an-Aprroved-Order-in-the-OrderManager-tp2311376p2311376.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>