Go to file
2012-11-06 14:37:03 +05:30
accounts fixes in voucher import tool 2012-11-01 16:53:29 +05:30
buying change project get_query to include projects with status other than Completed and Cancelled 2012-10-29 14:26:38 +05:30
home bypass demo@erpnext.com from session deletion 2012-11-05 18:58:15 +05:30
hr allow to change new leave allocation after submit -- raise appropriate validations 2012-10-17 12:52:51 +05:30
patches reload stock ledger report 2012-11-06 10:42:47 +05:30
production change project get_query to include projects with status other than Completed and Cancelled 2012-10-29 14:26:38 +05:30
projects require gantt chart file for showing gantt chart in a project 2012-11-02 14:27:54 +05:30
public fixed new Trial Balance Report 2012-10-11 14:04:27 +05:30
sandbox moved directory structure 2012-09-24 19:13:42 +05:30
selling gross profit overloaded query 2012-11-06 14:37:03 +05:30
setup Valuation Method restored 2012-10-26 16:44:39 +05:30
startup bypass demo@erpnext.com from session deletion 2012-11-05 18:58:15 +05:30
stock stock ledger report fixed 2012-11-06 10:39:51 +05:30
support removed import error bypass and added missing py files for each doctype 2012-10-10 14:26:23 +05:30
utilities fetch contact designation and department as contact_designation and contact_department respectively 2012-10-26 15:01:22 +05:30
website added get_site_address method to website's init 2012-10-16 10:47:18 +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.