2012-05-03 09:18:41 +00:00
|
|
|
# ERPNext - Open Source ERP for small, medium sized businesses
|
2011-09-06 07:16:33 +00:00
|
|
|
|
2012-05-03 09:18:41 +00:00
|
|
|
[https://erpnext.com](https://erpnext.com)
|
2011-09-15 09:56:54 +00:00
|
|
|
|
2012-05-03 09:18:41 +00:00
|
|
|
Includes Accounting, Inventory, CRM, Sales, Purchase, Projects, HRMS. Built on Python / MySQL.
|
2011-09-08 08:46:34 +00:00
|
|
|
|
|
|
|
## Platform
|
|
|
|
|
2011-09-15 09:56:54 +00:00
|
|
|
ERPNext is built on [wnframework](https://github.com/webnotes/wnframework) (Version 2.0)
|
2011-09-08 08:46:34 +00:00
|
|
|
|
2012-05-03 09:18:41 +00:00
|
|
|
## User Guide
|
|
|
|
|
|
|
|
[See wiki](https://github.com/webnotes/erpnext/wiki/User-Guide)
|
|
|
|
|
2011-09-08 08:46:34 +00:00
|
|
|
## Download and Install
|
|
|
|
|
2012-06-08 08:48:21 +00:00
|
|
|
First install all the pre-requisites, then
|
|
|
|
|
|
|
|
$ git clone git://github.com/webnotes/erpnext.git
|
|
|
|
$ cd erpnext
|
|
|
|
$ python erpnext_install.py
|
|
|
|
|
2012-05-03 09:18:41 +00:00
|
|
|
[See installation notes](https://github.com/webnotes/erpnext/wiki/How-to-Install-ERPNext)
|
2011-09-08 08:46:34 +00:00
|
|
|
|
2012-06-08 08:48:21 +00:00
|
|
|
## Patch and update
|
|
|
|
|
|
|
|
To patch and update from the latest git repository the erpnext folder and run.
|
|
|
|
You will have to set your origin in git remote
|
|
|
|
|
|
|
|
$ lib/wnf.py --update origin master
|
|
|
|
|
2011-09-08 08:46:34 +00:00
|
|
|
## Forums
|
|
|
|
|
2012-06-08 09:49:26 +00:00
|
|
|
Please join our forums for more questions:
|
|
|
|
|
|
|
|
- [Developer Forum](http://groups.google.com/group/erpnext-developer-forum)
|
|
|
|
- [User Forum](http://groups.google.com/group/erpnext-user-forum)
|
2011-09-08 08:46:34 +00:00
|
|
|
|
|
|
|
## License
|
|
|
|
|
2012-09-24 07:39:05 +00:00
|
|
|
GNU/General Public License (see licence.txt)
|
2011-09-08 08:46:34 +00:00
|
|
|
|
2012-09-24 07:39:05 +00:00
|
|
|
Along with the GPL, the name "ERPNext" must be retained in all derivatives.
|