The Redmine Print Templates plugin enables printing templates with pdfme in Redmine installations.
⚠️ Work in Progress: This project is currently under development and not yet fully functional.
- Redmine >= 5.0.0
- NodeJS >= v18
- yarn
To install Redmine Print Templates plugin, download or clone this repository in your Redmine installation plugins directory!
cd path/to/plugin/directory
git clone https://github.com/gtt-project/redmine_print_templates.git
cd redmine_print_templates
yarn
npx webpackThen run
bundle install
bundle exec rake redmine:plugins:migrateAfter restarting Redmine, you should be able to see the Redmine Print Templates plugin in the Plugins page.
More information on installing (and uninstalling) Redmine plugins can be found here: http://www.redmine.org/wiki/redmine/Plugins
The plugin configuration is available in Redmine's plugin list: https://localhost:3000/admin/plugins
The GTT Project appreciates any contributions! Feel free to contact us for reporting problems and support.
You can debug frontend by running the following command on another console:
npx webpack --watch --mode=development --devtool=source-mapSee all releases with release notes.
This program is free software. See LICENSE for more information.