Bug 20810 - Add filters and links in basketgroups page
Summary: Add filters and links in basketgroups page
Status: BLOCKED
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Julian Maurice
QA Contact: Testopia
URL:
Keywords:
Depends on: 11708
Blocks:
  Show dependency treegraph
 
Reported: 2018-05-24 07:12 UTC by Julian Maurice
Modified: 2018-09-12 19:26 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 20810: Add filters and links in basketgroups page (8.85 KB, patch)
2018-05-24 07:13 UTC, Julian Maurice
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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