Hey everyone,
I have a script report with a custom print format in my Frappe application. Currently, I can manually generate the report and download it as a PDF by applying filters and clicking the download button.
However, I’m looking for a way to automate this process. Is it possible to generate the report and download the PDF or print it automatically based on a given array of filter options? For example, if I provide an array of filter options, I want the system to apply each filter one by one, generate the report, and download the PDF or print without requiring manual intervention.
Has anyone implemented a similar workflow or know of any methods to achieve this automation within Frappe? Any suggestions or insights would be greatly appreciated.
Thank you!