Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 934 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 934 Bytes

Axelor ERP

Axelor ERP reduces the complexity and improve responsiveness of business processes. Thanks to its modularity, you can start with few features and then activate other modules when needed.

Axelor ERP includes the following modules :

  • Customer Relationship Management
  • Sales management
  • Financial and cost management
  • Human Resource Management
  • Project Management
  • Inventory and Supply Chain Management
  • Production Management
  • Multi-company, multi-currency and multi-lingual

Axelor ERP is built on top of Axelor platform

Download

$ git clone git@github.com:axelor/axelor-erp.git
$ cd axelor-erp/
$ git checkout master
$ git submodule init 
$ git submodule update 
$ git submodule foreach git checkout master
$ git submodule foreach git pull origin master