- 👑 Role-based Access Control
- 📅 Permission Form
- 📊 Interactive Dashboards
- 🔐 Authentication System
- 🖨️ Table Printable
Don't forget to extract FPDF Library from karyawan/fpdf185.rar
- Clone repository using:
git clone https://github.com/Akumaaaaaa/Sistem-Informasi-Perizinan.git- Create database
db_siperizin - Import table structure from
suratizin.sql - Update file
db_login.phpwith your credential
$conn = mysqli_connect("hostname", "username", "password", "db_siperizin");