Skip to content

An ArchivesSpace plugin to allow selection of Resources and Archival Objects and generate a report from this selection

Notifications You must be signed in to change notification settings

jdshaw/component_report

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Component Report plugin

Support selection of Resource and Archival Object records from search results, browse listings and the record tree view into a "cart" to allow for a component report to be generated.

Installing it

To install, just activate the plugin in your config/config.rb file by including an entry such as:

 # If you have other plugins loaded, just add 'component_report' to
 # the list
 AppConfig[:plugins] = ['local', 'other_plugins', 'component_report']

And then clone the component_report repository into your ArchivesSpace plugins directory. For example:

 cd /path/to/your/archivesspace/plugins
 git clone https://github.com/hudmol/component_report.git component_report

Configuration

Cart size limit

Use this configuration to modify the number of records allowed in the cart (the system default is 1000):

 AppConfig[:component_report_cart_limit] = 1000

About

An ArchivesSpace plugin to allow selection of Resources and Archival Objects and generate a report from this selection

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 42.9%
  • Ruby 35.7%
  • HTML 18.7%
  • CSS 2.7%