I am building a ERP with Supply chain management (incl. POS and ecommerce) and Customer relationship management.

Which Django libraries (or projects even) will provide the best base for building this off?

Thanks for all suggestions

link|improve this question

77% accept rate
feedback

closed as not constructive by Wooble, martin clayton, Umesh Awasthi, C. A. McCann, derobert Dec 15 '11 at 18:25

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

up vote 0 down vote accepted

If you are building this from scratch and you must use django, the only real library that you could use is satchmo for ecommerce. There are other applications out there for django that would do parts of what you want, browse the django package directory for some inspiration.

For the rest, you need to specify what you are actually doing, because using words like "ERP" "supply chain management" and "customer relationship management" don't really mean much unless you give some context - the most important of which is what type of business is it?

If you are, in fact, looking for a proper ERP system, then the following are one of the best ones that can easily be modified and integrated (since they are open source):

  1. Compiere - Java
  2. OpenERP (formerly TinyERP) - Python.

Without details of what type of business and what kind of deployment you are planning, it is difficult to give you detailed recommendations.

Edit

Forgot to add erp5 which is another opensource Python ERP project.

link|improve this answer
Thanks, was looking at OpenERP but the license was too restrictive. Looking for a Python-only ERP solution. Yes, using Satchmo :). – A T Dec 15 '11 at 14:34
If you liked OpenERP, then you should look at tryton which is a fork of OpenERP. – Burhan Khalid Dec 15 '11 at 16:20
I looked at tryton, doesn't seem to have a web-interface except some really cut down DJango one which kindof works. – A T Dec 16 '11 at 12:37
feedback

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