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.
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>