Go to file
2018-02-09 17:37:30 +01:00
.idea upload to github 2018-02-09 17:31:28 +01:00
app upload to github 2018-02-09 17:31:28 +01:00
config upload to github 2018-02-09 17:31:28 +01:00
db/migrate upload to github 2018-02-09 17:31:28 +01:00
lib upload to github 2018-02-09 17:31:28 +01:00
spec upload to github 2018-02-09 17:31:28 +01:00
test upload to github 2018-02-09 17:31:28 +01:00
Gemfile upload to github 2018-02-09 17:31:28 +01:00
init.rb upload to github 2018-02-09 17:31:28 +01:00
README.md Update README.md 2018-02-09 17:37:30 +01:00

Redmine Custom Tables

This plugin lets you to create query tables using redmine custom fields.

Compatibility

This version is supported by Redmine 3.4.1

Installation and Setup

  • Clone or download this repo into your redmine_root/plugins/ folder
$ git clone https://github.com/frywer/custom_tables.git
  • If you downloaded a tarball / zip from master branch, make sure you rename the extracted folder to glad_custom_tables
  • You have to run the plugin rake task to provide the assets (from the Redmine root directory):
$ rake redmine:plugins:migrate RAILS_ENV=production
  • Restart redmine