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

Katrin Fischer <katrin.fisc...@bsz-bw.de> changed:

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

--- Comment #5 from Katrin Fischer <katrin.fisc...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to