added sitemap, rss feeds
8 files changed
tree: 5e51b1b5782b6edfd7a0704fc38fdd52c83e7093
  1. cgi-bin/
  2. data/
  3. erpnext/
  4. images/
  5. js/
  6. .gitignore
  7. blank.html
  8. favicon.ico
  9. index.cgi
  10. INSTALL
  11. README.md
  12. rss.xml
  13. sitemap.xml
  14. todo.md
  15. version.num
  16. wnf.py
README.md

ERPNext - Open Source + SAAS ERP

Version 2.0

Includes Accounting, Inventory, CRM, Sales, Purchase, Projects, HRMS

Built on Python / MySQL / wnframework

Platform

ERPNext is built on wnframework (Version 2.0)

Download and Install

For download and install details, please go to erpnext.org

Forums

Changes from wnframework version 1.7

To update from wnframework version 1.

  1. set your html folder to the root of erpnext (rather than wnframework)

  2. create a symlink in erpnext:

    ln -s path/to/wnframework lib

  3. to setup the versions db, run:

    python lib/wnf.py setup

  4. copy defs.py from cgi-bin/webnotes to py/webnotes

  5. change module_path (point to erpnext/erpnext) in defs.py

  6. delete cgi-bin directory

  7. delete all old module directories from erpnext

License

ERPNext is available under the GNU/GPL license.