I apologize in advance if this is not an SF question, but I'm thinking it's in the gray.

Are there any good Open Source or atleast fair priced "intranet" project portals where you can have a dashboard, view your tasks as well as your employee's and co-workers tasks so you can see what your team(s) are working on.

I'm looking for something that is not cumbersome to manage, has a clean UI/Dashboard, etc. etc.

link|improve this question

58% accept rate
feedback

9 Answers

up vote 0 down vote accepted

I've been using Taskfreak at my workplace and it's been great for simple project tracking, and filing bugs. It's easy and unencumbered enough that the traders (read: guys who hate technological solutions) here feel comfortable using it.

link|improve this answer
feedback

There are various free products. Trac, Redmine and Mantis are reasonable. You might like to look at Bugzilla and Request Tracker too, although the former is heavily geared towards development and the latter is heavily geared towards cusomter service.

If you're willing to pay money, then JIRA is 10USD/year for 10 or fewer users. Basecamp is 25USD/m.

I can not recommend JIRA enough, but it is costly if you have more than 10 users.

link|improve this answer
feedback

You could use:

  • Redmine Redmine is a flexible project management web application.
  • Trac Trac is an enhanced wiki and issue tracking system for software development projects.

We use Redmine.

link|improve this answer
I really like redmine for a software development solution over Trac. We currently use Trac for that type of stuff. But what I am looking for is more of a "Task" management rather than a Project management tool. Where I think Redmine/Trac are PM not Task focused. I want something where I can login, see my employees task and even add a "Install Quickbooks on so and so's computer" Task to my helpdesk guy. etc. etc. I guess similar to Track-it. – Physikal Oct 21 '09 at 6:03
Redmine is very well suited for that purpose. Just assign an issue to one of your employees. Make sure he/she update the status after task completion. – Arie K Oct 21 '09 at 16:01
feedback

DotNetNuke is an awesome and highly configurable project that can be used as an Intranet portal.

link|improve this answer
Isn't DotNetNuke a CMS, rather than an issue tracker? – David Pashley Oct 21 '09 at 8:05
Yes it is. However, I've used it very successfully in a multitude of roles. It is very easy to configure and there are tons of modules out there (free and pay) to make it do exactly what you want. Just because it is a CMS, doesn't mean you have to use it that way. – Tim Green Oct 22 '09 at 22:56
feedback

We use(d) a twiki for that.

Unfortunately it is hard (meaing: I failed) to make team and management see the benefit of documenting project/task progress in a systematic (read: automatic evaluation / summation is possible) way as opposed to a "pragmatic" (read: outlook, free form (winowrd) reports) approach.

A major factor is the lack of a (working) wysiwyg editor for twiki.

link|improve this answer
feedback

We've used Dotproject before but it feels antiquated. I've been looking at TeamBox with great interest.

link|improve this answer
feedback

If you want something that's more geared towards ticketing, I've been using MySQL's Eventum for a few years now, and it works wonderfully. I don't know if they have an online demo, but feel free to send me mail and I'll give you an account on my installation to try it out.

link|improve this answer
feedback

As mentioned elsewhere, http://www.clockingit.com/ can be used as a hosted service or you can download the code and run it yourself.

link|improve this answer
feedback

It's not Open Source, but Windows SharePoint Services will cost you nothing, will do all you need, and will integrate quite cleanly with your Active Directory if you have one.

link|improve this answer
I thought you had to purchase Sharepoint? – Physikal Oct 21 '09 at 19:01
MOSS yes, WSS no. "Windows SharePoint Services is provided as part of the Windows Server 2003 operating system and Windows licensing terms apply to its use. Please review the Windows SharePoint Services supplemental licensing information. There is no additional charge for Windows SharePoint Services." (from technet.microsoft.com/en-us/windowsserver/sharepoint/…). – mh. Oct 21 '09 at 19:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.