Skip to content

cheenwe/redmine

Repository files navigation

Redmine

项目管理软件

功能

  1. Markdown 支持格式调整,完全支持 Editor.md

  2. 添加2张任务分配报表

插件支持

安装插件命令

rake redmine:plugins:migrate RAILS_ENV=production

插件

工时管理软件: git clone https://github.com/maxrossello/redmine_app__space.git redmine_app__space git clone https://github.com/maxrossello/redmine_app_timesheets.git redmine_app_timesheets

logs

2016 .06 .15 添加工时报表

统计 分配给每个人问题的预计工时 及实际花费的工时 Issue.where(assigned_to: ).sum(:estimated_hours) TimeEntry.where(user_id: ).sum(:hours)

About

redmine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors