Bug 32953

Summary: Hide closed baskets
Product: Koha Reporter: Christopher Brannon <cbrannon>
Component: AcquisitionsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Christopher Brannon 2023-02-13 16:43:27 UTC
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
Comment 1 Katrin Fischer 2023-02-13 16:52:24 UTC
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.
Comment 2 Christopher Brannon 2023-02-13 17:50:15 UTC
(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.