Bug 34660

Summary: Make the Deliveries table on housebound.tt a dataTable for easier sorting
Product: Koha Reporter: Lucas Gass (lukeg) <lucas>
Component: Staff interfaceAssignee: Lucas Gass (lukeg) <lucas>
Status: RESOLVED FIXED QA Contact: Martin Renvoize (ashimema) <martin.renvoize>
Severity: enhancement    
Priority: P5 - low CC: caroline.cyr-la-rose, fridolin.somers, gmcharlt, martin.renvoize, rkuiper
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Caroline Cyr La Rose Documentation submission: https://gitlab.com/koha-community/koha-manual/-/merge_requests/791
Text to go in the release notes:
Version(s) released in:
23.11.00
Circulation function:
Bug Depends on:    
Bug Blocks: 37484    
Attachments: Bug 34660: Make deliveries table on housebound.tt a DataTable
Bug 34660: Make deliveries table on housebound.tt a DataTable
Bug 34660: Make deliveries table on housebound.tt a DataTable

Description Lucas Gass (lukeg) 2023-08-30 16:08:01 UTC
The table of deliveries on housebound.tt should be a DataTable for easier sorting of data.
Comment 1 Lucas Gass (lukeg) 2023-08-30 16:19:53 UTC Comment hidden (obsolete)
Comment 2 ByWater Sandboxes 2023-08-30 20:17:29 UTC Comment hidden (obsolete)
Comment 3 Martin Renvoize (ashimema) 2023-09-18 11:09:25 UTC
Created attachment 155800 [details] [review]
Bug 34660: Make deliveries table on housebound.tt a DataTable

To test:
1. Turn on the housebound module ( HouseboundModule )
2. From a staff account add at leats one staff member as a Deliverer and a Chooser.
3. From a patron account click on the 'Housebound' tab. Add some deliveries.
4. Notice they sort with the oldest deilivery first.
5. Apply patch and reload the page.
6. Now the table is a DataTable and can be dymacially sorted.

Signed-off-by: Rhonda Kuiper <rkuiper@roundrocktexas.gov>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Comment 4 Martin Renvoize (ashimema) 2023-09-18 11:10:12 UTC
Awesome; Nice to see housebound getting some love.

Nice little improvement, No regressions, No QA script issues..

Passing QA
Comment 5 Tomás Cohen Arazi (tcohen) 2023-09-18 18:55:01 UTC
Pushed to master for 23.11.

Nice work everyone, thanks!
Comment 6 Fridolin Somers 2023-09-18 21:46:50 UTC
Enhancement not pushed to 23.05.x