Hi Tanis,
It will require development to customize the reports. However, I believe the code in question can be seen here:
It looks to me like the fields are being defined in lines 202-210. However, I'm not sure if it will work to just plunk a new field in there! Worth a try perhaps, but test something like this in a local vagrant box, and NOT in your production site!
There is also this file:
I think this file just handles triggering the request for the report however, it looks like the job file linked above actually includes the contents of the report.
Another thought: if you are looking for nearly every field, why not use one of the CSV export options? For example, you could:
- Navigate to the top level record that has the files you want a report on
- Click the "Browse as list" option in the right sidebar - this will take you to a search results page limited to the current archival unit
- Use the facets to limit the results to File level descriptions
- Use other filters and facets to refine the results as desired
- Click the "Export CSV" button at the top of the results
This will give you a CSV of all the descriptions in your search results. Documentation here:
You could also use the clipboard to export the hierarchy, and then in a spreadsheet application sort by levelOfDescription and just delete any rows you are not interested in.
Regards,