172 lines
6.7 KiB
PHP
172 lines
6.7 KiB
PHP
{{-- resources/views/admin/pembayaran-spp/cetak-laporan.blade.php --}}
|
|
<!DOCTYPE html>
|
|
<html lang="id">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Laporan Pembayaran SPP</title>
|
|
<style>
|
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
|
body { font-family: Arial, sans-serif; padding: 20px; font-size: 12px; }
|
|
|
|
.header { text-align: center; margin-bottom: 30px; border-bottom: 3px solid #333; padding-bottom: 15px; }
|
|
.header h1 { font-size: 20px; margin-bottom: 5px; }
|
|
.header h2 { font-size: 16px; color: #666; margin-bottom: 10px; }
|
|
.header p { font-size: 11px; color: #888; }
|
|
|
|
.info-box { background: #f5f5f5; padding: 15px; margin-bottom: 20px; border-radius: 5px; }
|
|
.info-box table { width: 100%; }
|
|
.info-box td { padding: 5px; }
|
|
.info-box td:first-child { font-weight: bold; width: 150px; }
|
|
|
|
.stats { display: flex; justify-content: space-around; margin-bottom: 20px; }
|
|
.stat-card { text-align: center; flex: 1; padding: 15px; background: #f9f9f9; border-radius: 5px; margin: 0 5px; }
|
|
.stat-card h3 { font-size: 11px; color: #666; margin-bottom: 8px; }
|
|
.stat-card .value { font-size: 18px; font-weight: bold; color: #333; }
|
|
|
|
table { width: 100%; border-collapse: collapse; margin-top: 20px; }
|
|
th, td { padding: 10px; text-align: left; border: 1px solid #ddd; }
|
|
th { background: #6FBA9D; color: white; font-weight: bold; }
|
|
tr:nth-child(even) { background: #f9f9f9; }
|
|
|
|
.text-center { text-align: center; }
|
|
.text-right { text-align: right; }
|
|
.badge { padding: 4px 8px; border-radius: 3px; font-size: 10px; font-weight: bold; }
|
|
.badge-success { background: #d4edda; color: #155724; }
|
|
.badge-warning { background: #fff3cd; color: #856404; }
|
|
.badge-danger { background: #f8d7da; color: #721c24; }
|
|
|
|
.footer { margin-top: 30px; text-align: center; font-size: 10px; color: #888; border-top: 1px solid #ddd; padding-top: 10px; }
|
|
|
|
@media print {
|
|
body { padding: 0; }
|
|
.no-print { display: none; }
|
|
@page { margin: 1cm; }
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<!-- Tombol Print -->
|
|
<div class="no-print" style="margin-bottom: 20px; text-align: right;">
|
|
<button onclick="window.print()" style="padding: 10px 20px; background: #6FBA9D; color: white; border: none; border-radius: 5px; cursor: pointer;">
|
|
<i class="fas fa-print"></i> Cetak Laporan
|
|
</button>
|
|
</div>
|
|
|
|
<!-- Header -->
|
|
<div class="header">
|
|
<h1>PONDOK PESANTREN PKPPS</h1>
|
|
<h2>LAPORAN PEMBAYARAN SPP</h2>
|
|
<p>Tanggal Cetak: {{ date('d F Y, H:i') }} WIB</p>
|
|
</div>
|
|
|
|
<!-- Info Filter -->
|
|
@if(request()->has('bulan') || request()->has('tahun') || request()->has('status'))
|
|
<div class="info-box">
|
|
<table>
|
|
@if(request()->filled('bulan'))
|
|
<tr>
|
|
<td>Bulan</td>
|
|
<td>: {{ DateTime::createFromFormat('!m', request('bulan'))->format('F') }}</td>
|
|
</tr>
|
|
@endif
|
|
@if(request()->filled('tahun'))
|
|
<tr>
|
|
<td>Tahun</td>
|
|
<td>: {{ request('tahun') }}</td>
|
|
</tr>
|
|
@endif
|
|
@if(request()->filled('status'))
|
|
<tr>
|
|
<td>Status</td>
|
|
<td>: {{ request('status') }}</td>
|
|
</tr>
|
|
@endif
|
|
</table>
|
|
</div>
|
|
@endif
|
|
|
|
<!-- Statistik -->
|
|
<div class="stats">
|
|
<div class="stat-card">
|
|
<h3>Total Terbayar</h3>
|
|
<div class="value" style="color: #28a745;">Rp {{ number_format($totalLunas, 0, ',', '.') }}</div>
|
|
</div>
|
|
<div class="stat-card">
|
|
<h3>Total Tunggakan</h3>
|
|
<div class="value" style="color: #dc3545;">Rp {{ number_format($totalTunggakan, 0, ',', '.') }}</div>
|
|
</div>
|
|
<div class="stat-card">
|
|
<h3>Pembayaran Telat</h3>
|
|
<div class="value" style="color: #ffc107;">{{ $jumlahTelat }}</div>
|
|
</div>
|
|
<div class="stat-card">
|
|
<h3>Total Data</h3>
|
|
<div class="value" style="color: #17a2b8;">{{ $pembayaranSpp->count() }}</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Tabel Data -->
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th width="5%">No</th>
|
|
<th width="10%">ID</th>
|
|
<th width="20%">Santri</th>
|
|
<th width="15%">Periode</th>
|
|
<th width="15%">Nominal</th>
|
|
<th width="12%">Batas Bayar</th>
|
|
<th width="12%">Tgl Bayar</th>
|
|
<th width="11%">Status</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
@forelse($pembayaranSpp as $index => $spp)
|
|
<tr>
|
|
<td class="text-center">{{ $index + 1 }}</td>
|
|
<td>{{ $spp->id_pembayaran }}</td>
|
|
<td>
|
|
<strong>{{ $spp->santri->nama_lengkap }}</strong><br>
|
|
<small style="color: #666;">{{ $spp->santri->id_santri }}</small>
|
|
</td>
|
|
<td>{{ $spp->periode_lengkap }}</td>
|
|
<td class="text-right"><strong>{{ $spp->nominal_format }}</strong></td>
|
|
<td class="text-center">{{ $spp->batas_bayar->format('d/m/Y') }}</td>
|
|
<td class="text-center">
|
|
@if($spp->tanggal_bayar)
|
|
{{ $spp->tanggal_bayar->format('d/m/Y') }}
|
|
@else
|
|
<span style="color: #999;">-</span>
|
|
@endif
|
|
</td>
|
|
<td class="text-center">
|
|
@if($spp->status === 'Lunas')
|
|
<span class="badge badge-success">Lunas</span>
|
|
@elseif($spp->isTelat())
|
|
<span class="badge badge-danger">Telat</span>
|
|
@else
|
|
<span class="badge badge-warning">Belum Lunas</span>
|
|
@endif
|
|
</td>
|
|
</tr>
|
|
@empty
|
|
<tr>
|
|
<td colspan="8" class="text-center" style="padding: 30px; color: #999;">
|
|
Tidak ada data pembayaran SPP
|
|
</td>
|
|
</tr>
|
|
@endforelse
|
|
</tbody>
|
|
</table>
|
|
|
|
<!-- Footer -->
|
|
<div class="footer">
|
|
<p>© {{ date('Y') }} Pondok Pesantren PKPPS. Laporan dicetak otomatis oleh sistem.</p>
|
|
</div>
|
|
|
|
<script>
|
|
// Auto print saat load (opsional)
|
|
// window.onload = function() { window.print(); }
|
|
</script>
|
|
</body>
|
|
</html> |