Summary: | Possibility to filter Holds to pull list using pickup place | ||
---|---|---|---|
Product: | Koha | Reporter: | Peter Vashchuk <stalkernoid> |
Component: | Hold requests | Assignee: | Peter Vashchuk <stalkernoid> |
Status: | CLOSED FIXED | QA Contact: | Kyle M Hall (khall) <kyle> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | fridolin.somers, gmcharlt, joonas.kylmala, kyle.m.hall, kyle, nugged |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
Add option to filter by pickup location in Holds to pull report.
|
Version(s) released in: |
21.05.00
|
Circulation function: | |||
Attachments: |
Bug 27790: separate earliest hold date into two different columns
Bug 27790: separate earliest hold date into two different columns Bug 27790: separate earliest hold date into two different columns Bug 27790: (QA follow-up) Fix offsets due to new columns Bug 27790: Add the new column to columns_settings.yml |
Description
Peter Vashchuk
2021-02-25 10:25:42 UTC
Created attachment 117305 [details] [review] Bug 27790: separate earliest hold date into two different columns Currently "Earliest hold date" and "Pickup place" are displayed in one single column, but to make filtering possible it is necessary to split those fields into separate ones. This patch does exactly that and adds sorting list drop down feature to the "Pickup place" column. To reproduce: 1) Make a few holds and head over to "Circulations->Holds to pull". 2) Ensure that pickup place and earliest hold date are in the same column "Earliest hold date" 3) Apply the patch. 4) Check "Circulations->Holds to pull list" again, this time booking date and pickup place should have their own columns. Ensure that filtering by "pickup location" works fine. Created attachment 117332 [details] [review] Bug 27790: separate earliest hold date into two different columns Currently "Earliest hold date" and "Pickup place" are displayed in one single column, but to make filtering possible it is necessary to split those fields into separate ones. This patch does exactly that and adds sorting list drop down feature to the "Pickup place" column. To reproduce: 1) Make a few holds and head over to "Circulations->Holds to pull". 2) Ensure that pickup place and earliest hold date are in the same column "Earliest hold date" 3) Apply the patch. 4) Check "Circulations->Holds to pull list" again, this time booking date and pickup place should have their own columns. Ensure that filtering by "pickup location" works fine. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Created attachment 120123 [details] [review] Bug 27790: separate earliest hold date into two different columns Currently "Earliest hold date" and "Pickup place" are displayed in one single column, but to make filtering possible it is necessary to split those fields into separate ones. This patch does exactly that and adds sorting list drop down feature to the "Pickup place" column. To reproduce: 1) Make a few holds and head over to "Circulations->Holds to pull". 2) Ensure that pickup place and earliest hold date are in the same column "Earliest hold date" 3) Apply the patch. 4) Check "Circulations->Holds to pull list" again, this time booking date and pickup place should have their own columns. Ensure that filtering by "pickup location" works fine. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Created attachment 120124 [details] [review] Bug 27790: (QA follow-up) Fix offsets due to new columns Created attachment 120229 [details] [review] Bug 27790: Add the new column to columns_settings.yml Pushed to master for 21.05, thanks to everybody involved! Enhancement not pushed to 20.11.x |