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
|
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
| |||
|
feedback
|
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.
|
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): 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. | |||||||
feedback
|