Bug 20810

Summary: Add filters and links in basketgroups page
Product: Koha Reporter: Julian Maurice <julian.maurice>
Component: AcquisitionsAssignee: Julian Maurice <julian.maurice>
Status: BLOCKED --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: severine.queune
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20892
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 11708    
Bug Blocks:    
Attachments: Bug 20810: Add filters and links in basketgroups page

Description Julian Maurice 2018-05-24 07:12:56 UTC
- Open/Closed filtering
- Per-column filtering
- Links to basketgroups and booksellers
Comment 1 Julian Maurice 2018-05-24 07:13:57 UTC
Created attachment 75518 [details] [review]
Bug 20810: Add filters and links in basketgroups page

- Open/Closed filtering
- Per-column filtering
- Add links to basketgroups and booksellers
- Display basketgroup id next to basketgroup name

Test plan:
1. Go to basketgroups page (/acqui/basketgroups.pl)
2. Verify that the "Open/Closed/All" buttons work correctly by showing
   respectively only open basketgroups, only closed basketgroups, and
   all basketgroups. The "date closed" column should be hidden when only
   open basketgroups are shown.
   A hidden "Closed" column containing only "1" or "0" was added for
   these buttons to work correctly. Verify that you do not see it.
3. Verify that the column filters are displayed under the column headers
   and that they filter using only the data in their respective column.
   Verify that there is no filter for "Action" column.
4. Verify that the bookseller names are now links to the bookseller
   pages
5. Verify that basketgroup names are now links to the basketgroup pages
6. Verify that basketgroup id is displayed in the 'Name' column, next to
   the basketgroup name
Comment 2 Owen Leonard 2018-09-12 19:26:42 UTC
Blocked by Bug 11708