If you cancel an order BEFORE closing the basket, it means the librarian changed his mind, and never send this order to the vendor. If you cancel AFER closing the basket and sending it to the vendor, it means the vendor was not able to deliver the book, and the library canceled the order. 2 very different things thats Koha manage the same way. So we need to create 2 types of cancellation. M. Saby
Now that aqorders have an orderstatus field, we could define a new status "deleted" for orders deleted before the basket is sent to the vendor. This includes orders moved to an other basket (or maybe add a status "moved" for them). Mathieu
I think this is solved by adding the cancellation reason pull down. There you can indicate if it was just an error on entry or a cancellatoin because of feedback from the vendor or whatever.