Bug 38331 - Add date accessioned column to itemsearch results
Summary: Add date accessioned column to itemsearch results
Status: Signed Off
Alias: None
Product: Koha
Classification: Unclassified
Component: Searching (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 37238
Blocks:
  Show dependency treegraph
 
Reported: 2024-11-01 20:21 UTC by Lucas Gass (lukeg)
Modified: 2024-11-04 14:14 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:
Circulation function:


Attachments
Bug 38331: Add date accessioned column to item search results (7.86 KB, patch)
2024-11-01 20:54 UTC, Lucas Gass (lukeg)
Details | Diff | Splinter Review
Bug 38331: Add date accessioned column to item search results (7.91 KB, patch)
2024-11-04 14:12 UTC, Biblibre Sandboxes
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas Gass (lukeg) 2024-11-01 20:21:37 UTC
Now that Bug 37238 is moving we can add some new columns to the itemsearch display that are hidden by default. One that has been requested is  date accessioned.
Comment 1 Lucas Gass (lukeg) 2024-11-01 20:54:40 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.
Comment 2 Biblibre Sandboxes 2024-11-04 14:12:45 UTC
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>