I have been researching for a while for an open source and free ERP+CRM for my hospital.

I am attracted towards OpenERP.

Does anyone here at SO have any experience with regards to that ?

How easy is the current OpenERP documentation for developing a plugin for this system using Python ?

Also, since it is FOSS, I would want to know its "ease of modularity"..

link|improve this question

You might want to make your question more specific, as it already has a couple of close votes. I'm guessing that you're asking how easy it is to customize. If you want to know about installing and configuring it, you should probably ask on serverfault.com. If you're asking about using it, you should probably ask on superuser.com. – Don Kirkby Mar 24 '11 at 20:30
Yes.. I meant by customizing it.. writing my own python plugins for.. and also.. where would i get to see the "close votes" ? – Hrishikesh Choudhari Mar 24 '11 at 21:14
Thanks for clarifying the question, @Hrishikesh. New users can't see close votes until they earn 250 reputation. You can see a list of all the Stack Overflow privileges here: stackoverflow.com/privileges – Don Kirkby Mar 28 '11 at 17:57
feedback

6 Answers

up vote 13 down vote accepted

I've worked with OpenERP for a while now, and I'm pretty happy with it. The code isn't that snazzy, but that's not as important to me as the community and adoption of the product. I looked at every other open-source ERP solution that I could find before making any commitments, and couldn't find anything nearly as robust in terms of adoption and third-party contribution. There are other quasi-open systems, like salesforce.com that will let you extend their system and will have a better general-adoption and usability, but not quite as good of a solution.

For a hospital, adoption criteria might look something like: stability of the solution; adoption of the product by other companies; strength of the community in regards of contributions, training, and support; and elegance of the code base. As far as I know, OpenERP is one of the strongest open-source contenders in every category but the last one.

On the medical front, OpenERP's support is limited. A doctor in Spain and some developers in Argentina did a series of modules (see medical.sourceforge.net), but they are not complete and are based on ICD-10 coding (which may be standard in India, it is in most places other than the United States). They have a few modules for hospital administration. The screens they use for charting would be difficult for a doctor to use. I don't think they have any support for CCD or CCR document exchange.

I've built a dozen-or-so modules for OpenERP and medical use that I haven't released to the public. These modules weren't very difficult to build. I'd expect that anyone you had to assist with OpenERP development could get any changes you needed worked out for your hospital.

Before I committed to OpenERP, I spoke to one of the core contributors of the system. He said that the system is a good 70-80% solution for most users. I've found that to continue to be true, so you should plan on building some modules to get things worked out for your use.

As a last consideration, I've always thought that their user interfaces were sub standard. It's hard to convince potential clients that the underlying system is sound when the user interface is confused and half-built. They are releasing a new web client next month that was built from the ground up. If that's not sufficient, I have stacks of designs ready for a potential new open-source interface for OpenERP. I won't go ahead with that work, however, if the new client is easy to use and up to the times.

link|improve this answer
I really appreciate your detailed response. I am actually thinking of working out a couple of modules for myself, as a start.. And I agree with you on the UI part.. I hope, with the new web client, I should be able to make views for myself.. Time to dig in a bit more.. Thanks again.. :) – Hrishikesh Choudhari Mar 25 '11 at 12:30
how would you evaluate OpenERP as a candidate for a manufacturing facility ? Or would you suggest another solution as a better fit. – Sandeep May 30 '11 at 10:48
Hey Sandeep, I think it should do pretty well. Maybe drop me a line about your manufacturing process, and we can take a look? (david@fleetventures.com). Probably it's more a question of what practices you are using. It's not too hard to add new modules to capture a problem that hasn't been well defined in OpenERP yet. – David Richards Jun 6 '11 at 7:34
feedback

OpenERP is really cool in terms of functionality. Really simple to customize it for your specific needs.

It's just a pity that the code is horrible... no design patterns, no respect of the pep8, etc.

link|improve this answer
since you say the code is pretty horrible.. i guess you have already tried to dig inside.. is there any other package that comes close to its functionality and modularity? – Hrishikesh Choudhari Mar 24 '11 at 21:18
feedback

I agree with Sandro that it has a lot of good features, but it's intimidating to learn how to use it and how to customize it. Two prime examples are module inheritance and the workflow engine. Both of these make the system very flexible, but if you want to find the code that executes when you click on some button, you have to do a lot of digging.

The best way to get a sense of the development environment is to browse through the developer book.

link|improve this answer
feedback

openerp is simple and easy to customize and can be used in almost all areas of expertise

link|improve this answer
feedback

I will not say any feature but you can see OE and their strategy and you can make out the result see the following link : http://www.slideshare.net/openobject/openerp-vision-update-on-channel-strategy

Regards

link|improve this answer
feedback

I have no clear answer but I will try to reply.

I think it depends on your needs and above the level of service you expect. Functionally, the proprietary tools are generally more effective. In terms of implementing the open source is more nimble. Finally, in terms of after sales service (hotline, update, etc..) publishers reassert themselves. The web Bsoco (www.bsoco.com) shows the customer satisfaction on several aspects, it's worth going to see it. This site has the advantage of mixing open source and proprietary solutions.

Good luck!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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