fixes in validattion of debit to account with customer in sales invoice
1 file changed
tree: 0eedfb5fbe249a0e860afab8fcda8c3db4414890
  1. cgi-bin/
  2. css/
  3. data/
  4. erpnext/
  5. images/
  6. js/
  7. .gitignore
  8. blank.html
  9. build.json
  10. favicon.ico
  11. index.cgi
  12. INSTALL
  13. README.md
  14. rss.xml
  15. sitemap.xml
  16. temp.py
  17. todo.md
  18. unsupported.html
  19. version.num
  20. 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.