fix: tampilan detail laporan, dan ganti route print out, penambahan service

This commit is contained in:
majid
2025-06-13 09:56:42 +07:00
parent 4405760df4
commit daed7c5e48
22 changed files with 1021 additions and 706 deletions

View File

@@ -24,7 +24,7 @@
}
#header {
/* #header {
position: fixed;
top: -80px;
left: 0;
@@ -32,9 +32,9 @@
height: 50px;
text-align: center;
padding-bottom: 10px;
}
} */
.header-logo {
/* .header-logo {
position: absolute;
left: 20px;
top: 10px;
@@ -44,7 +44,7 @@
.header-title {
margin-top: 20px;
}
} */
#footer {
position: fixed;
@@ -82,16 +82,16 @@
font-size: 12px;
}
body {
/* body {
margin-top: 3cm;
margin-bottom: 120px;
position: relative;
z-index: 1;
}
} */
.border {
/* .border {
border: 1px solid #000;
}
} */
.no-break {
page-break-inside: avoid;
@@ -657,7 +657,7 @@
<footer id="footer">
{{-- Cabang : {{ $permohonan->debiture->branch->name ?? '' }} --}}
</footer>
<script type="text/php">
{{-- <script type="text/php">
if (isset($pdf)) {
$pdf->page_script('
$font = $fontMetrics->get_font("Arial, Helvetica, sans-serif", "normal");
@@ -668,7 +668,7 @@
$pdf->text($x, $y, $pageText, $font, $size);
');
}
</script>
</script> --}}
</body>
</html>