Initial ERPNext custom app scaffold
This commit is contained in:
0
MANIFEST.in
Normal file
0
MANIFEST.in
Normal file
0
ns_app/__init__.py
Normal file
0
ns_app/__init__.py
Normal file
10
ns_app/hooks.py
Normal file
10
ns_app/hooks.py
Normal file
@@ -0,0 +1,10 @@
|
||||
app_name = "ns_app"
|
||||
app_title = "NS App"
|
||||
app_publisher = "NS Innovations"
|
||||
app_description = "Custom ERPNext extensions"
|
||||
app_email = "dev@nsinnovations.net"
|
||||
app_license = "MIT"
|
||||
|
||||
app_include_js = [
|
||||
"/assets/ns_app/js/custom.js"
|
||||
]
|
||||
1
ns_app/public/js/custom.js
Normal file
1
ns_app/public/js/custom.js
Normal file
@@ -0,0 +1 @@
|
||||
console.log("NS App loaded");
|
||||
0
pyproject.toml
Normal file
0
pyproject.toml
Normal file
Reference in New Issue
Block a user