Enhancement: Complete overhaul of SIDAK application
- Report: Added printable reports for all categories. - Dashboard: Fixed broken links and implemented gender balance filtering. - Logic: Auto-integration of Arrivals and Births into Resident/KK data. - Fix: Solved deletion popup bug in Birth Data. - Feature: Added Full KK History view. - Feature: Implemented Dynamic Village Profile for letter templates.
This commit is contained in:
@@ -7,6 +7,11 @@
|
||||
|
||||
$tanggal = date("m/y");
|
||||
$tgl = date("d/m/y");
|
||||
|
||||
// Ambil data profil desa
|
||||
$sql_profil = "select * from tb_profil where id_profil=1";
|
||||
$query_profil = mysqli_query($koneksi, $sql_profil);
|
||||
$data_profil = mysqli_fetch_array($query_profil,MYSQLI_BOTH);
|
||||
?>
|
||||
|
||||
|
||||
@@ -20,9 +25,9 @@
|
||||
<body>
|
||||
<center>
|
||||
|
||||
<h2>PEMERINTAH KABUPATEN PERCONTOHAN</h2>
|
||||
<h3>KECAMATAN PERCONTOHAN
|
||||
<br>DESA PERCONTOHAN</h3>
|
||||
<h2>PEMERINTAH <?php echo strtoupper($data_profil['kabupaten']); ?></h2>
|
||||
<h3><?php echo strtoupper($data_profil['kecamatan']); ?>
|
||||
<br><?php echo strtoupper($data_profil['nama_desa']); ?></h3>
|
||||
<p>________________________________________________________________________</p>
|
||||
|
||||
<?php
|
||||
@@ -35,14 +40,15 @@
|
||||
|
||||
<center>
|
||||
<h4>
|
||||
<u>SURAT KETARANGAN KELAHIRAN</u>
|
||||
<u>SURAT KETERANGAN KELAHIRAN</u>
|
||||
</h4>
|
||||
<h4>No Surat :
|
||||
<?php echo $data['id_lahir']; ?>/Ket.Kelahiran/
|
||||
<?php echo $tanggal; ?>
|
||||
</h4>
|
||||
</center>
|
||||
<p>Yang bertandatangan dibawah ini Kepala Desa .................., Kecamatan ..........., Kabupaten ..............., dengan ini menerangkan
|
||||
<p>Yang bertandatangan dibawah ini Kepala Desa <?php echo $data_profil['nama_desa']; ?>,
|
||||
<?php echo $data_profil['kecamatan']; ?>, <?php echo $data_profil['kabupaten']; ?>, dengan ini menerangkan
|
||||
bahawa :</P>
|
||||
<table>
|
||||
<tbody>
|
||||
@@ -70,7 +76,7 @@
|
||||
<?php } ?>
|
||||
</tbody>
|
||||
</table>
|
||||
<p>Telah benar-benar Lahir di Desa ..........., Kecamatan ..........., Kabupuaten ................</P>
|
||||
<p>Telah benar-benar Lahir di <?php echo $data_profil['nama_desa']; ?>, <?php echo $data_profil['kecamatan']; ?>, <?php echo $data_profil['kabupaten']; ?></P>
|
||||
<p>Demikian Surat ini dibuat, agar dapat digunakan sebagaimana mestinya.</P>
|
||||
<br>
|
||||
<br>
|
||||
@@ -78,16 +84,16 @@
|
||||
<br>
|
||||
<br>
|
||||
<p align="right">
|
||||
Maju Jaya,
|
||||
<?php echo $data_profil['nama_desa']; ?>,
|
||||
<?php echo $tgl; ?>
|
||||
<br> KEPALA DESA .................
|
||||
<br> KEPALA DESA
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>(....................................................)
|
||||
<br>(<?php echo $data_profil['kepala_desa']; ?>)
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user