Skip to content

Commit

Permalink
Add ProjectReports Plugin (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
noredis authored May 22, 2024
1 parent 7770ac6 commit 84e0cb3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins.html
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,11 @@ <h1>Kanboard Plugins</h1>
<p>Plugin is used to invite new users to actual Project by typing user's email. Input for invitation is located in Project Settings->Permissions.</p>
<p><em>By Andrei Volgin / Hussein Khalil, ipunkt Business Solutions</em></p>
</dd>
<dt><a href="https://github.com/noclickhouse/ProjectReports">ProjectReports</a></dt>
<dd>
<p>Generation a reports for the selected project</p>
<p><em>By noclickhouse</em></p>
</dd>
<dt><a href="https://github.com/dmorlitz/kanboard-TaskPushDate">Push out due date on cards when moving to specific columns</a></dt>
<dd>
<p>Adds an automatic action which allows you to push the due date a specified number of days when moving cards to a specific column.</p>
Expand Down
17 changes: 17 additions & 0 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -1682,6 +1682,23 @@
"title": "PluginManager",
"version": "4.7.0"
},
"ProjectReports": {
"author": "noclickhouse",
"compatible_version": ">=1.2.20",
"description": "Generation a reports for the selected project",
"download": "https://github.com/noclickhouse/ProjectReports/archive/refs/tags/kanboard.zip",
"has_hooks": false,
"has_overrides": false,
"has_schema": false,
"homepage": "https://github.com/noclickhouse/ProjectReports",
"is_type": "plugin",
"last_updated": "2024-05-21",
"license": "MIT",
"readme": "https://github.com/noclickhouse/ProjectReports/blob/main/README.md",
"remote_install": true,
"title": "ProjectReports",
"version": "1.0.0"
},
"pushdate": {
"author": "David Morlitz",
"compatible_version": ">=1.2.5",
Expand Down

0 comments on commit 84e0cb3

Please sign in to comment.