Go to file
2012-11-23 16:42:19 +05:30
accounts fix in voucher import tool 2012-11-23 16:34:28 +05:30
buying set supplier get query if supplier field exists in purchase cycle 2012-11-23 10:48:47 +05:30
home latest updates page updated 2012-11-23 14:18:47 +05:30
hr added get_query for employee related table 2012-11-19 17:35:50 +05:30
patches change cancelled profiles to disabled and show in profile list 2012-11-22 19:22:38 +05:30
production fixed type error in Production Planning Tool, caused when multiple sales order had the same item and its qty needed to be accumulated 2012-11-22 19:51:20 +05:30
projects added customer get_query to allow search based on customer name. also don't show name again if id naming is based on customer name and not series 2012-11-21 18:02:22 +05:30
public added customer get_query to allow search based on customer name. also don't show name again if id naming is based on customer name and not series 2012-11-21 18:02:22 +05:30
sandbox moved directory structure 2012-09-24 19:13:42 +05:30
selling added customer get_query to allow search based on customer name. also don't show name again if id naming is based on customer name and not series 2012-11-21 18:02:22 +05:30
setup added get_query for employee related table 2012-11-19 17:35:50 +05:30
startup trial balance, export ledgers only and groups only 2012-11-13 13:28:26 +05:30
stock supplier can now be searched using name 2012-11-22 17:39:19 +05:30
support attach get_query in onload of communication, address and contact 2012-11-22 18:56:11 +05:30
utilities calendar.js: events made smaller (online) and other minor ui fixes 2012-11-23 16:34:42 +05:30
website fix in deletion of web cache 2012-11-20 13:52:40 +05:30
.gitignore supplier quotation, project shift patch 2012-08-02 18:53:00 +05:30
licence.txt bulk email: parse html2text only once and autocommit on many writes 2012-09-24 13:09:05 +05:30
master.sql.gz added master sql back to repository 2012-10-02 09:52:44 +02:00
README.md bulk email: parse html2text only once and autocommit on many writes 2012-09-24 13:09:05 +05:30

ERPNext - Open Source ERP for small, medium sized businesses

https://erpnext.com

Includes Accounting, Inventory, CRM, Sales, Purchase, Projects, HRMS. Built on Python / MySQL.

Platform

ERPNext is built on wnframework (Version 2.0)

User Guide

See wiki

Download and Install

First install all the pre-requisites, then

$ git clone git://github.com/webnotes/erpnext.git
$ cd erpnext
$ python erpnext_install.py

See installation notes

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:

License

GNU/General Public License (see licence.txt)

Along with the GPL, the name "ERPNext" must be retained in all derivatives.