From d7149ca3222d1dc86ac4ad9d7623264ffc55e22f Mon Sep 17 00:00:00 2001
From: mahdahar <89adham@gmail.com>
Date: Wed, 4 Mar 2026 11:34:19 +0700
Subject: [PATCH] add signature section and consolidate unit/method display in
custom report
---
app/Views/report/custom1.php | 53 ++++++++++++++++++++++++++++++++----
1 file changed, 48 insertions(+), 5 deletions(-)
diff --git a/app/Views/report/custom1.php b/app/Views/report/custom1.php
index d7e4548..a62eae0 100644
--- a/app/Views/report/custom1.php
+++ b/app/Views/report/custom1.php
@@ -89,17 +89,14 @@
| Test |
|
- Method |
- |
+ Unit / Method |
+ |
-
-
-
@@ -208,6 +205,18 @@
+
+
+
@@ -542,6 +551,40 @@
width: 30%;
}
+ /* Signature Section */
+ .signature-section {
+ display: flex;
+ justify-content: center;
+ gap: 80px;
+ margin-top: 30px;
+ padding: 10px;
+ }
+
+ .signature-item {
+ text-align: center;
+ }
+
+ .signature-label {
+ font-size: 11px;
+ font-weight: bold;
+ margin-bottom: 40px;
+ }
+
+ .signature-line {
+ width: 150px;
+ border-bottom: 1px solid #333;
+ margin: 0 auto;
+ }
+
+ @media print {
+ .signature-section {
+ margin-top: 40px;
+ }
+ .signature-line {
+ border-bottom: 1px solid #000;
+ }
+ }
+
/* Footer */
.report-footer {
border: 1px solid #333;