-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat: Add advanced PDF report system #1996
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
base: master
Are you sure you want to change the base?
Conversation
Merge Node Red into Dev
Merge Scheduler into Dev
Has been moved to server directory
- PDFME-based visual report designer with drag-and-drop interface - Dynamic data binding with @tag placeholders and formatting (@tag:0.00) - Table configurations for historical data and alarm reports - Template management with save/load/organize functionality - Node-RED integration for automated report generation - Runtime file viewer component for HMI display - Comprehensive documentation and wiki integration Resolves report generation requirements with full SCADA integration
Fix Page Size and Margins Add test Docker Workflow
b85f8f9 to
66152ff
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is it for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@unocelli github actions workflow to build docker image and save image as an artifact, so you don't have to push to docker hub each time for testing docker images and can test different branches and saves having setup docker buildx etc on local dev machine.
feat: Add advanced PDF report system with PDFME integration
Important!
At least run once from server directory
npm run build:allthis will install the pdfme packages and build the AppResolves report generation requirements with full SCADA integration