PM指南:项目管理信息系统

摘要

信息化带来的价值可以占到总投资的10%以上。换句话说,一个工程项目如果管理信息化工作成功了,可以节省十分之一的投资,这是一个非常可观的数据。所以如何做好工程管理信息化,如何将信息资源开发好,将信息技术利用好,对现在乃至将来的工程建设有着重大的意义。—— 丁士昭

  • 项目管理信息系统,PMIS—Project Management Information System

任务管理

资源管理

行业应用案例

DevOps:从供应链管理到软件研发管理

Free Project Management Tools (Single User & Startup Company)

Free is not free

Overview of Free Project Management Tools

Name focus free version company version UI
Asana tracking everything 15 members yes beautiful
Paper real-time reporting
Trello Kanban system 10MB attach files yes
PushMon monitor cronjobs scripts 3 URLs, 4 credits yes
Teamweek manage schedules 5 members yes
ClickUp solution all features no
Wrike
OpenProject
Gantt Project gantt
MelsterTask
KanbanFlow Kanban board
Labourhood
Kanban Tool Kanban board
Redmine professional open-sourced no normal
Airtable
Barvas
actiTIME

Asana

  • focus:tracking everything
  • License:15 members
  • Cost:free

Asana - Project Management Tool

Paper

  • focus:created by Dropbox;capture, organize, and prioritize issues, plan sprints, and take advantage of real-time reporting.
  • License:
  • Cost:free

Dropbox Paper - Collaborative Workspace

Trello

  • focus: It implements the Kanban system
  • License:free & company
  • Cost:free version can add 10MB of files from your computer or link any file in Google Drive, Box, OneDrive, and Dropbox accounts and you can add a max of 1 power-up per board.

Trello - Project Management Tool

PushMon

  • focus: not a typical project management tool;It is used to monitor scripts, cronjobs, and scheduled tasks and get notifications directly to your email, mobile phone, etc.
  • License:free & company
  • Cost:The free version of PusMon gives you access to 3 URLs, 4 credits, and instant notification alerts via email, SMS, Twitter, IFTTT, phone calls, etc.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
package com.teamextension.ping;

import java.io.InputStream;
import java.net.URL;
import java.net.URLConnection;

public class UrlPing {
public static void main(String[] args) {
String urlString = "http://pshmn.com/eaFnY";
pingUrl(urlString);
}

private static void pingUrl(String urlString) {
try {
URLConnection conn = new URL(urlString).openConnection();
conn.setConnectTimeout(5000);
conn.setReadTimeout(5000);
InputStream is = conn.getInputStream();
is.close();
} catch (Exception e) {
// log error
}
}
}

Teamweek

  • focus: track of deadlines in calendar form, manage schedules, create Gantt charts.
  • License:free & company
  • Cost:The free version allows a maximum of 5 team members.

Teamweek - Project Management Software

ClickUp

  • focus: project management solution.
  • License:free & company
  • Cost:The free version gives you access to unlimited users, tasks, and projects.

ClickUp Sorting and Filtering

Wrike

  • focus: simplify your project plans, streamline your workflow, and enable collaboration.
  • License:free & company
  • Cost:The free version allows a maximum of users in a team and you can use a simple shared task list for your projects.

Wrike - Project Management Software

OpenProject

  • focus: simplify your project plans, streamline your workflow, and enable collaboration.
  • License:open-source & free & company (Community, Cloud, and Enterprise)
  • Cost:The community edition is available for free with features including time management, team collaboration, Gantt charts for project planning, budgeting, and reporting. It also supports Agile for project management with backlogs, roadmaps, bug tracking, etc.

OpenProject - Collaborative Project Management

Gantt Project

  • focus: a work breakdown structure, draw dependency constraints, PERT charts, etc.
  • License:free software; GPL license.
  • Cost:java-based ; US$5 ?
  • download gantt project

Gantt Project - Management Tool

MeisterTask

  • focus:
  • License:version contains all the options required for creating unlimited projects and tasks. You can also collaborate on invited friends in real-time.

MeisterTask - Task Management Tool

KanbanFlow

  • focus: a Lean tool for project management
  • License:free.

Kanban Lean Project Management Tool

Labourhood

  • focus: Labourhood is an online project management tool that focuses on online collaboration, networking, and security.
  • License:free.
  • Cost: Labourhood still in Beta version which is free to use all you have to do is sign up to create a free account.

Labourhood Project Management Tool

Kanban Tool

  • focus: Kanban Tool is an online ponline Kanban board.
  • License:a 14-day free trial you can experiment with.

Kanban Tool

Redmine

Remine gantt

Remine workflow

Airtable

  • focus: spreadsheet-database hybrid.
  • License:free.
  • Cost:It is written using the Ruby on Rails framework.

Airtable

Barvas

  • focus: focuses on improving your workflow and team productivity.
  • License:free(a single user account which is limited to a single project).
  • Cost: Access to unlimited projects costs $11.70 and the subscription is $5.85 per month.

Barvas: Project and Task Management Software

actiTIME

  • focus: time tracking and using intelligent methods to analyze data
  • License:free for up to 3 users
  • Cost: $394.00 USD per year for 5 users ($6.57/month per user).

actiTIME - Time Tracking & Scope Management Software

拓展阅读

技术专题 DevOps 漫谈系列

参考文献

欢迎扫码关注微信公众号获取最新动态,读者交流 QQ 群:338272982 。

推荐文章