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" # Load on every page app_include_js = [ "/assets/ns_app/js/customer_quick_entry.js" ] # Load on Sales Invoice form doctype_js = { "Sales Invoice": "public/js/sales_invoice.js" } # Fixtures tracked in Git fixtures = [ { "dt": "Print Format", "filters": [ ["name", "in", [ "NS Invoice", "NS Sales Order", "NS Quotation" ]] ] } ]