Hello everyone,
I’m currently working on a script report with a custom print format HTML in my Frappe application. The report consists of two files: my_report.js
and my_report.html
. While I have successfully created the HTML template, I’m unsure of how to add it to Frappe’s standard templates (frappe.templates
).
Could someone please provide guidance on how to seamlessly incorporate my custom print format HTML into Frappe’s standard templates? I want to ensure that it aligns with Frappe’s standards and is easily accessible for future use.
Thank you!