Tell me more ×
Answers OnStartups is a question and answer site for entrepreneurs looking to start or run a new business. It's 100% free, no registration required.

I'm looking for a Customer Relationship Management solution with an easy to use interface.

The simplest way to describe what I'm looking for is through a [very rough!] mockup:

SalesCom site

The idea is that the customer will sign-up on a separate site, and give a reference, which will then directly pay the salesman commission. I don't want multiple salesman to revisit the one place, as that leads to bad reputation.

Also, if I have multiple salespeople in one city, I don't want them to go to the same place on the same day, so salespeople need to choose what to add to their queue for the day (or week or month).

So I was thinking a neat CRM geolocation site with queues would be best (with associated PhoneGap built mobile apps).

If there aren't any available, I'd be happy to open-source the whole project, and write it in Django or .NET.

Are there any websites around which offer these above—streamlined—features?

share|improve this question
Our team designs and builds lots of CRM solutions for clients. All of them are webenabled. There are several solutions in the market which could be customized to deploy the features -- but for the life of me I can't tell what your real business requirements are and who the client really is. Perhaps adding more information of contacting me directly. – Joseph Barisonzi Feb 9 '12 at 18:00
Thanks Joseph, basically the purpose of the system is to prevent salespeople from selling to the one client more than once. Also, it's to keep track of client wishes (e.g. "get back to me on <date>"). The geolocation is merely a neat way of illustrating this. – A T Feb 9 '12 at 22:12
A bit off topic; I like your mockup screen, how did you make this? – lrussell Feb 29 '12 at 12:05
1  
Balsamiq Mockups. Highly recommend it for all your interface designs, mockups and wireframes. – A T Mar 2 '12 at 0:35

3 Answers

up vote 1 down vote accepted
+150

AT - if you are looking for an open source solution that is easy to modify and make into your own creation I would suggest you look at Fat Free CRM

It's based or Ruby on Rails and follows all of the RoR conventions so it is pretty easy to jump in there and make adjustments and improvements. It would be ridiculously simple to add the geocoder gem - example of using it.

I have been developing for quite some time and have done both Django and Rails, Ruby and Rails is my go to framework right now for web applications. Custom coding your solution in either would be pretty simple, using something like FatFreeCRM may get you to where you want to be a little faster. I'm definitely a Rails advocate.

share|improve this answer
From the screenshots, seems to be quite a neat, easy-to-use system. RoR and AGPL are its' downsides. Lets say if I don't get a Django-based solution recommended, I will use this one. Thanks for the suggestion. – A T Feb 18 '12 at 15:09

We have had success with SugarCRM: http://www.sugarcrm.com/crm/ it's PHP based and open source so it's customizable. Since there are about a million CRM products out there and none of them will be exactly what you want out of the box I suggest you download this app and have it customized. If you didn't have the staff in house to customize it I would suggest getting a freelancer to customize this to your specs. That way you get exactly what you want at a very reasonable price since it shouldn't take too many hours to complete this kind of task.

Good luck, Tim - VA

share|improve this answer

The features you're looking for are included in just about every CRM application under the sun (And some ERP solutions as well). I have experience with SugarCRM and Salesforce.com Both are great, and are well worth the expense, though my company currently uses SugarCRM for cost considerations. Salesforce.com and SugarCRM are both highly extensible, so if you have the budget you could hire an expert to do the geolocation things, though honestly it's not really needed if you ask me.

share|improve this answer
Thanks, I'm a little confused with SugarCRM's open-source nature, and I am preferably looking for a django app so I can build it into my existing customer infrastructure. – A T Feb 17 '12 at 11:06

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.