Ainsit.HnsErp.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.1 KiB

13 years ago
# ERPNext - Open Source ERP for small, medium sized businesses
13 years ago
13 years ago
[https://erpnext.com](https://erpnext.com)
13 years ago
13 years ago
Includes Accounting, Inventory, CRM, Sales, Purchase, Projects, HRMS. Built on Python / MySQL.
## Platform
13 years ago
ERPNext is built on [wnframework](https://github.com/webnotes/wnframework) (Version 2.0)
13 years ago
## User Guide
[See wiki](https://github.com/webnotes/erpnext/wiki/User-Guide)
## Download and Install
First install all the pre-requisites, then
$ git clone git://github.com/webnotes/erpnext.git
$ cd erpnext
$ python erpnext_install.py
13 years ago
[See installation notes](https://github.com/webnotes/erpnext/wiki/How-to-Install-ERPNext)
## 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
## Forums
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)
## License
GNU/General Public License (see licence.txt)
Along with the GPL, the name "ERPNext" must be retained in all derivatives.