Merge branch 'master' of github.com:webnotes/erpnext
This commit is contained in:
commit
3cb2d32b70
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,3 +3,5 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
server_tools
|
server_tools
|
||||||
patch.log
|
patch.log
|
||||||
|
lib
|
||||||
|
versions-local.db
|
||||||
|
|||||||
30
README.md
Normal file
30
README.md
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
# ERPNext - Open Source + SAAS ERP
|
||||||
|
|
||||||
|
Includes Accounting, Inventory, CRM, Sales, Purchase, Projects, HRMS
|
||||||
|
|
||||||
|
Built on Python / MySQL / wnframework
|
||||||
|
|
||||||
|
- [Download](http://erpnext.org)
|
||||||
|
- [Use now as SAAS @ $7/user/month](https://erpnext.com)
|
||||||
|
|
||||||
|
## Platform
|
||||||
|
|
||||||
|
ERPNext is built on [wnframework](https://github.com/webnotes/wnframework)
|
||||||
|
|
||||||
|
## Download and Install
|
||||||
|
|
||||||
|
For download and install details, please go to [erpnext.org](http://erpnext.org)
|
||||||
|
|
||||||
|
## Forums
|
||||||
|
|
||||||
|
- [User / Functional](http://groups.google.com/group/erpnext-user-forum)
|
||||||
|
- [Technical](http://groups.google.com/group/wnframework)
|
||||||
|
|
||||||
|
## Contributing
|
||||||
|
|
||||||
|
If you interested in contributing to ERPNext, you must go thorough the wnframework. The code is not easily understandable, but we are making a lot of effort to do it.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
ERPNext is available under the GNU/GPL license.
|
||||||
|
|
||||||
7
config/conf.py
Normal file
7
config/conf.py
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
index_path = '/'
|
||||||
|
|
||||||
|
include_paths = [
|
||||||
|
'erpnext',
|
||||||
|
'lib/py',
|
||||||
|
'lib/py/legacy'
|
||||||
|
]
|
||||||
0
accounts/doctype/ledger_balance_export/__init__.py → erpnext/accounts/doctype/lease_installment/__init__.py
Executable file → Normal file
0
accounts/doctype/ledger_balance_export/__init__.py → erpnext/accounts/doctype/lease_installment/__init__.py
Executable file → Normal file
0
accounts/doctype/mode_of_payment/__init__.py → erpnext/accounts/doctype/ledger_detail/__init__.py
Normal file → Executable file
0
accounts/doctype/mode_of_payment/__init__.py → erpnext/accounts/doctype/ledger_detail/__init__.py
Normal file → Executable file
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user