Reports print functionality (#622)

* Print initial impl

* Try to keep the bigger section together

* /* Tufte-inspired Print Report Styles */

* styling

* I8n

* Move print styling out.

* FIX unrelated test ordering

on line 53 - import.rows.first doesn't guarantee ordering. Without an explicit ORDER BY, the database may return rows in any order.

* Update print-report.css

* Update print.html.erb

* pass data to view

* Update index.html.erb

* Fix ERB helpers

* Update reports_helper.rb
This commit is contained in:
soky srm
2026-01-12 14:40:30 +01:00
committed by GitHub
parent a8bdc4469b
commit 25ac822308
10 changed files with 852 additions and 66 deletions

View File

@@ -12,6 +12,7 @@
@import "./google-sign-in.css";
@import "./date-picker-dark-mode.css";
@import "./print-report.css";
@layer components {
.pcr-app{