Summary: | Add date accessioned column to itemsearch results | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
Component: | Searching | Assignee: | Lucas Gass (lukeg) <lucas> |
Status: | Signed Off --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | michaela.sieber |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 37238 | ||
Bug Blocks: | |||
Attachments: |
Bug 38331: Add date accessioned column to item search results
Bug 38331: Add date accessioned column to item search results |
Description
Lucas Gass (lukeg)
2024-11-01 20:21:37 UTC
Created attachment 173892 [details] [review] Bug 38331: Add date accessioned column to item search results To test: 1. APPLY PATCH, restart_all 2. Do an item search, you should not see a 'Date aquired' column. 3. Go to Administration > Table settings. 4. Under catalog find the dateaccessioned column. BY default it should be hidden. 5. Uncheck it to make that column show. 6. Do step 2 again, this time you should see the date accessioned column. 7. Make sure the data in the column is correct. 8. From the top navbar click 'Export all results to', making sure the 'Date aquaied' column is in the CSV. Note about exporting. With Bug 37238 we now have two ways of exporting files like CSV. Do we want to keep both? The dataTables one is nice because it will only export columns you have exposed. Created attachment 173921 [details] [review] Bug 38331: Add date accessioned column to item search results To test: 1. APPLY PATCH, restart_all 2. Do an item search, you should not see a 'Date aquired' column. 3. Go to Administration > Table settings. 4. Under catalog find the dateaccessioned column. BY default it should be hidden. 5. Uncheck it to make that column show. 6. Do step 2 again, this time you should see the date accessioned column. 7. Make sure the data in the column is correct. 8. From the top navbar click 'Export all results to', making sure the 'Date aquaied' column is in the CSV. Note about exporting. With Bug 37238 we now have two ways of exporting files like CSV. Do we want to keep both? The dataTables one is nice because it will only export columns you have exposed. Signed-off-by: Michaela Sieber <michaela.sieber@kit.edu> This was pushed back by bug 37238. Extending deadline to Wednesday. Not going to be in 24.11.00. |