Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am a single person with a pretty large client base. I am currently doing everything via email and basically losing my mind.

I am curious if anyone out there who freelances AND maintains their client's sites/projects uses any sort of combo of tools or a single tool... Paid or free... to aid in keeping more hairs on their head and organizing their workflow?

Here is what i am familiar with/currently use:

  • Redmine: PM, issue tracking, basic(!!) customer mgmt.
  • Pivotal Tracker: PM, Issue tracking

Thank you so much.

share|improve this question

7 Answers

You should have a look at FogBugz, the issue-tracking/project management app of Joel's company. It's very usable, and there is a free hosted version for a one-man act.

share|improve this answer
Thanks for responding! It looks like FogBugz has no customer mgmt capabilities, is this correct or am i missing something? – mzz Jul 20 '10 at 19:49
I am not sure what customer management covers exactly, but I think you are correct - FogBugz is very centered on project management. You can do things like customize its appearance for various clients, but there is no management of contact info for instance. – Mathias Jul 21 '10 at 1:24
It covers things like their contact info, helpdesk / support stuff, etc. thanks again for responding. – mzz Jul 22 '10 at 19:18

All in One Tools:

Organising:

Project Planing:

Tracking your ToDos:

  • OneNote
  • Outlook
  • Spreadsheets (Excel / OpenOffice Calc)

Source Code management:

  • GIT
  • SVN
  • ... whatever

Bugtracker:

  • trac
  • mantis
  • redmine
  • ... whatever

There are lots of tools to choose from.

But they can only help if you change the way you work.

share|improve this answer
trac is way more than a bug tracker. You can store a lot of your planning and organizing information in it too. And it interfaces really nicely with several different source code management tools, Mercurial (which I think is way better than GIT) and SVN in particular. – Omnifarious Jul 20 '10 at 19:31
Andreas, thanks for responding. i wanted to point you at xmind. Check it out, it's a mind mapping tool i found to be much nicer than freemind. – mzz Jul 20 '10 at 19:49

I would suggest taking a look at CodeSmith Insight. It is a help desk with advanced application integration, so it can manage your email, crash reports, and user feedback all from one location. It normalizes data and keeps track of your users, stacks duplicate exceptions, allows you to register and use multiple email addresses, and prioritize your cases.

Best of all, it's free to get started.

share|improve this answer

I use Gemini, with some OneNote, Word and Outlook for CRM.

share|improve this answer

I use clockingit.com. Free (with hosting), accessible via web browser. It is basically issue tracker with time tracking, but you can put customers there as well. You can also create gantt graphs.

share|improve this answer

For free/open source take a look at OpenAtrium. It's a project management app built on Drupal so it's got a good foundation and community behind it.

For a paid service take a look at Intervals. It's a project management app that also includes time tracking and task management and is targeted at developers.

share|improve this answer

For time tracking, I know someone who made prickle.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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