Bug 10918

Summary: There should be 2 types of canceled orders
Product: Koha Reporter: Mathieu Saby <mathsabypro>
Component: AcquisitionsAssignee: Bugs List <koha-bugs>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: katrin.fischer
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Mathieu Saby 2013-09-19 19:53:13 UTC
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
Comment 1 Mathieu Saby 2013-11-09 11:46:28 UTC
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
Comment 2 Katrin Fischer 2019-05-04 22:14:57 UTC
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.