Rollback Approved Order

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

Rollback Approved Order

mcdev
Hi, may I cancel an Approved Order? If yes, what kind of operation do I perform?
Reply | Threaded
Open this post in threaded view
|

Re: Rollback Approved Order

Ray Barlow
To answer the body of your post, click on "Edit Items" in the order view
page and when the screen redraws you should see a link to "Cancel all
items" in its place. The order status will then transition to cancelled,
unless you've parted shipped items and have completed lines in which
case it will transition to complete.

This is subtly different to the subject of your post which suggestions
rolling back to a "created" status after an order has been approved,
possibly accidentally. There is no mechanism to do that at the moment.

Ray

PS: This should really be posted to the user mailing list -
[hidden email]

mcdev wrote:
> Hi,
> may I cancel an Approved Order? If yes, what kind of operation do I perform?
>  
Reply | Threaded
Open this post in threaded view
|

Re: Rollback Approved Order

Jacques Le Roux
Administrator
In reply to this post by mcdev
You will have to develop something.  I did that for a client.

I created a simple-method that do a fake return to be able to cancel all order items an refund order. For that I hacked
quickReturnFromOrder simple-method. I had to create a createFakeReturnItem in place of createReturnItem and some other changes...

HTH

Jacques

----- Original Message -----
From: "mcdev" <[hidden email]>
To: <[hidden email]>
Sent: Tuesday, January 16, 2007 4:11 PM
Subject: Rollback Approved Order


>
> Hi,
> may I cancel an Approved Order? If yes, what kind of operation do I perform?
> --
> View this message in context: http://www.nabble.com/Rollback-Approved-Order-tf3021464.html#a8391715
> Sent from the OFBiz - Dev mailing list archive at Nabble.com.
>

Reply | Threaded
Open this post in threaded view
|

Re: Rollback Approved Order

Jacques Le Roux
Administrator
In reply to this post by Ray Barlow
Mmm Ray, is right. My solution (previous post) is not rolling back to Created status but Cancelled

Jacques

----- Original Message -----
From: "Ray Barlow" <[hidden email]>
To: <[hidden email]>
Sent: Tuesday, January 16, 2007 5:37 PM
Subject: Re: Rollback Approved Order


> To answer the body of your post, click on "Edit Items" in the order view
> page and when the screen redraws you should see a link to "Cancel all
> items" in its place. The order status will then transition to cancelled,
> unless you've parted shipped items and have completed lines in which
> case it will transition to complete.
>
> This is subtly different to the subject of your post which suggestions
> rolling back to a "created" status after an order has been approved,
> possibly accidentally. There is no mechanism to do that at the moment.
>
> Ray
>
> PS: This should really be posted to the user mailing list -
> [hidden email]
>
> mcdev wrote:
> > Hi,
> > may I cancel an Approved Order? If yes, what kind of operation do I perform?
> >