diff --git a/app/Controllers/PrintResult.php b/app/Controllers/PrintResult.php index f3f4cf2..69cb65c 100644 --- a/app/Controllers/PrintResult.php +++ b/app/Controllers/PrintResult.php @@ -492,7 +492,7 @@ class PrintResult extends BaseController { $doctor = "dr. I Komang Parwata, SpPK Subip.B.D.K.T.(K)"; $analyst = "Mrs. Gusti Ayu Riska Mastari"; $noreg = "Reg. No: 570/SIPDS/0001/I/DPMPTSP/2023"; - $signature = ""; + $signature = ""; $enteredby = "Entered By"; $labtech = "Lab Technician"; $verifiedby = "Verified By"; @@ -504,17 +504,17 @@ class PrintResult extends BaseController { $doctor = ""; $analyst = ""; $noreg = ""; - $signature = ""; + $signature = ""; } } elseif ($hostordernumber[0] == 'S' || $hostordernumber[0] == 'X') { $doctor = "dr. I.G.A.A Putri Sri Rejeki, Sp.PK"; $noreg = "SIP : 503.446/1091/B/IP.DS/436.7.15/2022"; - $signature = ""; + $signature = ""; $enteredby = "Entered By"; $labtech = "Lab Technician"; - $verifiedby = "Verified By"; + $verifiedby = "Verified By"; if ($uservalidator == "MG") { $analyst = "Mrs. Mega Rahayu Ningsih"; @@ -527,7 +527,7 @@ class PrintResult extends BaseController { $doctor = ""; $analyst = ""; $noreg = ""; - $signature = ""; + $signature = ""; } } @@ -538,7 +538,7 @@ class PrintResult extends BaseController { $doctor = ""; $analyst = ""; $noreg = ""; - $signature = ""; + $signature = ""; } // Khusus untuk value Header @@ -714,7 +714,7 @@ class PrintResult extends BaseController { - + $signature ".$enteredby diff --git a/public/assets/css/pdf_new.css b/public/assets/css/pdf_new.css index 2579ebb..a8639cf 100644 --- a/public/assets/css/pdf_new.css +++ b/public/assets/css/pdf_new.css @@ -92,7 +92,7 @@ th.left-pad, td.left-pad { padding-left: 0.5rem; } td.right-pad { - padding-right: 0.3rem; + padding-right: 0.5rem; text-align: right; } td.center-pad { @@ -180,6 +180,17 @@ tr.chapter td { /* background-color: aqua; */ } +.table_footer tr td.margin_right_sby_img { + padding-right: 5px; + text-align: right; + /* background-color: aqua; */ +} +.table_footer tr td.margin_right_sby { + padding-right: 50px; + text-align: right; + /* background-color: aqua; */ +} + .text-left { text-align: left; } @@ -187,7 +198,7 @@ tr.chapter td { .img { width:200mm; margin-left:0.5cm } #ttd_p { - width: 25%; + width: 25%; } @media print {