It would be great if Koha hid closed baskets. Why do we need to wade through many closed baskets to deal with the open ones? Here is my workaround in the meantime: https://wiki.koha-community.org/wiki/JQuery_Library#Condense_Acquisition_Baskets
Koha hides the baskets that have been completely received. I think the idea of the display right now is to show you everything that has something you are still waiting for. We could probably have an additional filter to only show the open baskets, but I think the current implementation also makes sense. A change should probably be configurable/optional.
(In reply to Katrin Fischer from comment #1) > Koha hides the baskets that have been completely received. I think the idea > of the display right now is to show you everything that has something you > are still waiting for. > > We could probably have an additional filter to only show the open baskets, > but I think the current implementation also makes sense. A change should > probably be configurable/optional. Thanks. I am by no means an expert to the workflow of Acquisitions, but I know we are keeping them around for a reason, and that makes perfect sense. Which is why I didn't just remove them from the list. There are always going to be legitimate reasons to get to them, but open ones are more likely to be what is most active, at least in our case.