mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-12 17:23:38 +00:00
first cut for lazy loading framework
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,3 +3,4 @@
|
||||
.DS_Store
|
||||
server_tools
|
||||
patch.log
|
||||
lib
|
||||
|
||||
1
config/_timestamps.js
Normal file
1
config/_timestamps.js
Normal file
File diff suppressed because one or more lines are too long
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
Reference in New Issue
Block a user