Export a custom report in csv with Python RQ scheduled every day

Hi there,

I have created some custom Query and Script Reports and I would like to export them a a scheduled task. I can’t find many documentation about this. I found this info:

But it’s not clear for me how to manage to program the exportation in csv of a custom report and how to schedule it with python rq.

Can someone share some guide / documentation about how to manage to do that?

Kind Regards,

Rubén

have a look at hooks:

https://frappe.github.io/frappe/user/en/guides/basics/hooks

1 Like