Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Force Reports for disabled reports #1593

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

LordNetro
Copy link

Remove scheduling type check in reports in order to be able to force a report without having any schedule asociated.

LordNetro and others added 3 commits February 15, 2024 13:52
Remove scheduling type check in order to be able to force a report without having any schedule asociated.
@unocelli
Copy link
Member

Hi, I don't understand the reason, if you disable it is because you don't want them to create reports or send them

@LordNetro
Copy link
Author

Hi, let me explain. It's because I have the necessity of generating and downloading a report, without having a Schedule defined. I don't need to send it to anyone or generate it after some time. I will execute via API the generate and download calls so from the SCADA you can generate reports on demand, without scheduling mode.

@unocelli
Copy link
Member

unocelli commented Feb 4, 2025

Ok, but then you have to add the endpoint on the server to generate the Report

@wonka929
Copy link

wonka929 commented Feb 7, 2025

I agree with the necessity to create reports on demand.
It happens that sometimes a client asks for the report of a particular day (let's say there was a problem on the plant) and right now I have to create it from InfluxDB directly instead of a 1 click report generation from FUXA.
I don't know how it's better implemented, but the option to choose a date and generate the report on the go would be appreciated.

@unocelli
Copy link
Member

We need a function to be triggered via script

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants