tyouteis / redmine_users_xls_impex

A redmine plugin which is called Users XLS import/export originally written by Vitaly Klimov.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redmine users XLS import/export

  • Plugin allows import and export of user data to/from XLS file.
  • Plugin relies on gem spreadsheet for XLS based operations. Please install this gem before running plugin.
  • Plugin adds two links – ‘import’ and ‘export’ to the users admin page (/redmine/users)
  • Plugin patches users\index.html.erb view. Additions are marked with VVK start and VVK end comments
  • Plugin uses column ‘I’ to check if this entry should be imported.

Please note that this plugin is for advanced users only who understand how users model works in Redmine. I will provide only limited support for this plugin.

Installation notes

  1. Install spreadsheet gem (‘gem install spreadsheet’)
  2. Install plugin Plugin views with revisions if you do not have it installed
  3. Follow the Redmine plugin installation steps at: http://www.redmine.org/wiki/redmine/Plugins
  4. Run rake task
    rake redmine:plugins:process_version_change RAILS_ENV=production
  5. Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)

History

0.1.1

  • Rails 3 (Redmine 2.x) compatibility

0.1.0

0.0.3

  • Redmine 1.3.x compatibility

0.0.2

  • First public release

About

A redmine plugin which is called Users XLS import/export originally written by Vitaly Klimov.

License:Other


Languages

Language:Ruby 53.0%Language:HTML 46.6%Language:CSS 0.4%