Bug 28695

Summary: Add shelving location column to overdue report (overdue.tt)
Product: Koha Reporter: Lucas Gass (lukeg) <lucas>
Component: CirculationAssignee: Lucas Gass (lukeg) <lucas>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: barbara.johnson, gmcharlt, kyle.m.hall, kyle
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: Small patch Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
21.11.00
Circulation function:
Attachments: Bug 28695: add shelving location column to overdue.tt
Bug 28695: add shelving location column to overdue.tt
Bug 28695: add shelving location column to overdue.tt
Bug 28695: Add shelving location column to overdue.tt

Description Lucas Gass (lukeg) 2021-07-08 20:56:56 UTC
Some librarians would find it handy if the circulation overdue report (overdue.tt) included a shelving location column.

Since the table is already column configurable the new column would need to be added to columns_settings.yml as well
Comment 1 Lucas Gass (lukeg) 2021-07-08 21:48:07 UTC
Created attachment 122684 [details] [review]
Bug 28695: add shelving location column to overdue.tt

To test:
1. have some overdues
2. go to the overdue report on the circulation page (overdue.tt)
3. no shelving location
4. apply patch and restart the things
5. look at the overdue report again and there should be a Shelving location column
6. make sure it is accurate
7. go to table settings and make sure you can properly hide the column. test other columns in the table and make sure they are still hiding correctly as well
Comment 2 Biblibre Sandboxes 2021-08-10 12:50:17 UTC
Created attachment 123685 [details] [review]
Bug 28695: add shelving location column to overdue.tt

To test:
1. have some overdues
2. go to the overdue report on the circulation page (overdue.tt)
3. no shelving location
4. apply patch and restart the things
5. look at the overdue report again and there should be a Shelving location column
6. make sure it is accurate
7. go to table settings and make sure you can properly hide the column. test other columns in the table and make sure they are still hiding correctly as well

Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov>
Comment 3 Biblibre Sandboxes 2021-08-10 16:49:07 UTC
Created attachment 123713 [details] [review]
Bug 28695: add shelving location column to overdue.tt

To test:
1. have some overdues
2. go to the overdue report on the circulation page (overdue.tt)
3. no shelving location
4. apply patch and restart the things
5. look at the overdue report again and there should be a Shelving location column
6. make sure it is accurate
7. go to table settings and make sure you can properly hide the column. test other columns in the table and make sure they are still hiding correctly as well

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>
Comment 4 Katrin Fischer 2021-08-29 11:58:01 UTC
Adding Barbara's sign-off line back to the patch as there was an overlap with sign-offs here - thx Kelly and Barbara!
Comment 5 Katrin Fischer 2021-08-29 11:59:09 UTC
Created attachment 124228 [details] [review]
Bug 28695: Add shelving location column to overdue.tt

To test:
1. have some overdues
2. go to the overdue report on the circulation page (overdue.tt)
3. no shelving location
4. apply patch and restart the things
5. look at the overdue report again and there should be a Shelving location column
6. make sure it is accurate
7. go to table settings and make sure you can properly hide the column. test other columns in the table and make sure they are still hiding correctly as well

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>
Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 6 Jonathan Druart 2021-08-30 15:11:51 UTC
Pushed to master for 21.11, thanks to everybody involved!