Go to file
2013-02-21 12:50:43 +05:30
accounts Merge branch 'master' of github.com:webnotes/erpnext into edge 2013-02-21 12:23:58 +05:30
buying fixes related to Material Request; added button to make Stock Entry of type Material Transfer; calculate ordered_qty and per_ordered in Material Request using observer pattern when Stock Entry against it is submitted or cancelled 2013-02-20 18:44:10 +05:30
controllers Disable rounded total feature 2013-02-20 16:25:05 +05:30
home fixed auto material request email 2013-02-21 12:04:42 +05:30
hr Merge branch 'master' of github.com:webnotes/erpnext into edge 2013-02-21 11:09:43 +05:30
manufacturing fixes related to Material Request; added button to make Stock Entry of type Material Transfer; calculate ordered_qty and per_ordered in Material Request using observer pattern when Stock Entry against it is submitted or cancelled 2013-02-20 18:44:10 +05:30
patches Merge branch 'master' of github.com:webnotes/erpnext into edge 2013-02-20 16:08:43 +05:30
production/doctype/bom_replace_tool/locale updated language 2013-02-11 11:44:12 +05:30
projects model_wrapper is now bean, refactoring defaults 2013-02-18 18:24:28 +05:30
public Merge branch 'master' of github.com:webnotes/erpnext into edge 2013-02-21 11:09:43 +05:30
selling Merge branch 'master' of github.com:webnotes/erpnext into edge 2013-02-21 12:23:58 +05:30
setup changed modified of global defaults.txt after merge conflict 2013-02-21 11:10:36 +05:30
startup Merge branch 'master' of github.com:webnotes/erpnext into edge 2013-02-21 11:09:43 +05:30
stock Merge branch 'master' of github.com:webnotes/erpnext into edge 2013-02-21 12:23:58 +05:30
support fix in test sending of newsletter 2013-02-21 12:50:43 +05:30
tests/data fixes in stock reco, test case for serial no stock entry 2013-01-10 19:29:51 +05:30
translations Merge branch 'master' of github.com:webnotes/erpnext into edge 2013-02-21 11:09:43 +05:30
utilities model_wrapper is now bean, refactoring defaults 2013-02-18 18:24:28 +05:30
website Merge branch 'master' of github.com:webnotes/erpnext into edge 2013-02-21 12:23:58 +05:30
.gitignore added .py~ to gitignore 2013-01-07 12:54:10 +05:30
license.txt profile: form is now my settings page, removed (Page, profile-settings) 2012-11-28 15:19:51 +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.