I have make some custom script under fixture folder in custom app.
Like
fixtures/Purchase Receipt.js
fixtures/Purchase Order.js
But it’s not working. How can i add the custom script files with my custom application? I have seen https://github.com/frappe-apps/rigpl-erpnext . Here he didn’t add anything in hooks.py file.
@munim I just want note (and for others that will check this setup), It is not necessary to have anything to hooks.py if you use the correct path “myapp/myapp/fixtures/custom_scripts/.js”