ERP5
Sign in to saveERP5 is an open source ERP based on Python and Zope. It has the particularity of being based on a unified model to describe its implementation.
Wikidata facts
- Instance of
- free software
- Official website
- www.erp5.org
- Image
- ERP5 Ru ResourceView Screenshot.png
- Has use
- enterprise resource planning
Show 6 more facts
- Commons category
- ERP5
- programmed in
- Python
- copyright license
- GNU General Public License
- inception
- 2002-00-00
- software version identifier
- 5.5
- source code repository URL
- lab.nexedi.com/nexedi/erp5.git
Sources (3)
via Wikidata · CC0
~5 min read
Encyclopedic overview
7 sectionsContents
- Unified model
- History
- Current status
- Implementation process
- Innovations
- References
- External links
ERP5 is an open source ERP based on Python and Zope. It has the particularity of being based on a unified model to describe its implementation.
== Unified model == Whereas most ERPs are based on business field specific models and culture dependent ontologies, ERP5 uses a single model, called the Unified Business Model, that is used to describe all its components. This approach to enterprise modeling was introduced in 2002 by Smets and Carvalho. The UBM relies on 5 generic concepts, namely node, resource, movement, item and path. According to Carvalho, abstraction and genericity not only reduce the complexity of ERP5 systems but also increase code reuse incentive and sustainability. Thanks to this unification, a typical ERP5 implementation thus consists of 20 to 30 tables whereas the implementation of an ERP based on traditional enterprise modeling requires thousands to tens of thousands of tables because they need to piece together several components.
Excerpted from Wikipedia’s “ERP5” article, available under the CC BY-SA 4.0 licence.