[Koha-bugs] [Bug 19024] order cancelled status is reset on basket close

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 9 22:40:12 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Ok, thinking more about this, I think this is a failed QA:

I propose: When a basket is closed, change new to ordered, leave all other
status alone.

The workflow usually is something like:

new > ordered
then either:
> complete
or 
partial > complete

Note: The SQL in the patch has a typo and looks for completeD - reintroducing
an already fixed bug by reseting complete to ordered when the basket is closed.


Reasoning: 

New - If the basket is closed, we want to set it to ordered.

Ordered - If a basket is reopened, we can reset this to new. If the basket is
closed again, those should be set from new to ordered.

Partial - Partial means a part of the order has already been received. To keep
that information, we should probably leave the status alone and not change it
when the basket is opened/closed.

Complete - If an item is received already and linked to an invoice, we don't
want to reset it to ordered or new on opening or closing the basket. The only
way to change the status at this point should be to undo the receive

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list