Go to file
2019-08-17 21:43:31 +01:00
app roles and permissions 2019-08-17 21:43:31 +01:00
config roles and permissions 2019-08-17 21:43:31 +01:00
db/migrate refs# fixed tests & extend issue custom tables partial 2019-08-17 16:51:37 +01:00
lib refs# fixed tests & extend issue custom tables partial 2019-08-17 16:51:37 +01:00
spec refs# fixed tests & extend issue custom tables partial 2019-08-17 16:51:37 +01:00
test rename namespace 2018-09-26 10:03:51 +02:00
Gemfile refs# fixed tests & extend issue custom tables partial 2019-08-17 16:51:37 +01:00
init.rb roles and permissions 2019-08-17 21:43:31 +01:00
README.md roles and permissions 2019-08-17 21:43:31 +01:00

Redmine Custom Tables

This plugin provides a possibility to create custom tables. The table is build with Redmine custom fields. It allows you to create any databases you need for your business and integrate it into your workflow processes.

Features

  • Table constructor
  • Filtering
  • Sorting
  • Grouping
  • Integration with issues
  • History of changes
  • Commenting entities
  • Export CSV/PDF
  • API

Compatibility

  • Redmine 4.0.0 or higher

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 custom_tables
  • You have to run the plugin rake task to provide the assets (from the Redmine root directory):
$ bundle exec rake redmine:plugins:migrate RAILS_ENV=production
  • Restart redmine