Bug 10918 - There should be 2 types of canceled orders
Summary: There should be 2 types of canceled orders
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: master
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-19 19:53 UTC by Mathieu Saby
Modified: 2020-01-06 20:14 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.