Hi All,
Please help me out in rejecting a placed order procedure.... Thanks in Advance
RRH
|
Administrator
|
You can cancel or hold it, see view order screen at top left
Jacques From: "rrhati2010" <[hidden email]> > > 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. > |
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
|
Administrator
|
Cancel would be more like Reject I guess...
Jacques From: "rrhati2010" <[hidden email]> > > 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. > |
Administrator
|
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" <[hidden email]> > Cancel would be more like Reject I guess... > > Jacques > > From: "rrhati2010" <[hidden email]> >> >> 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. >> > > |
In reply to this post by rrhati2010
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 |
Administrator
|
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" <[hidden email]> To: <[hidden email]> 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 > |
Administrator
|
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" <[hidden email]> > 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" <[hidden email]> > To: <[hidden email]> > 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 >> > > |
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" <[hidden email]> >> 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" <[hidden email]> >> To: <[hidden email]> >> 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 >>> >> >> > > > |
Free forum by Nabble | Edit this page |