Commit Graph

16 Commits

Author SHA1 Message Date
cfa09f6837 Make all dashboard cards clickable (entire card area) with cursor pointer and onclick redirect, preserve footer links with stopPropagation 2026-01-22 16:09:58 +08:00
19cc3244de Enhance pendatang module with existing resident selection, standardize UI gender display to LAKI-LAKI/PEREMPUAN, add Jenis Kelamin columns to pindah/mendu tables, fix NIK display in reports, and implement security improvements 2026-01-22 15:52:22 +08:00
51451824ba Replace all confirmation dialogs with SweetAlert2
- Replace native confirm() with SweetAlert2 for better UX
- Add custom confirmation functions for logout and delete actions
- Fix HTML syntax errors (</> to </a>) in all data tables
- Use consistent styling with cancel/confirm buttons
- All confirmations now have 'Konfirmasi Hapus'/'Konfirmasi Logout' titles
2026-01-22 08:53:47 +08:00
2d2d3604e0 Fix level mapping display in sidebar and user table
- Map 'admin' → 'Administrator', 'kaur' → 'Kaur Pemerintah' in sidebar and user list
- Fix sidebar menu comparison to use 'kaur' instead of 'Kaur Pemerintah'
2026-01-22 08:08:55 +08:00
f44ca2bd62 Fix password hashing in user creation and re-enable captcha
- Hash passwords with MD5 in add_pengguna.php
- Re-enable captcha validation in login.php
- Disable error reporting in production
2026-01-22 08:04:32 +08:00
b337288d01 Fix login issues: disable captcha temporarily, remove BINARY username, add error debugging. Fix level mapping for user management. 2026-01-22 07:55:28 +08:00
05dd3f2a67 Enhance SIDAK with two-way KK-KTP linkage, scanner mobile optimization, NIK validation, and UI improvements
- Implement bidirectional KK-KTP linkage system (address-based & NIK-based)
- Optimize scanner for mobile devices (touch slop, larger hit areas, modal locking)
- Add NIK validation (16-digit numeric) with client-side feedback
- Set default RT/RW values to '000' for both KK and KTP forms
- Change 'Kpl Keluarga' label to 'Kepala Keluarga'
- Improve scanner error messages and user feedback
- Remove redundant 'Deteksi Dokumen' button
- Add database schema updates and Docker support files
2026-01-22 07:34:17 +08:00
334d24b6b8 feat(dashboard): optimize layout and add village profile header
- Add compact Village Profile (Desa, Kecamatan, Kabupaten) header to Dashboard.
- Move Chart Legend to the right for better space utilization.
- Remove redundant spacing and headers around the Population Chart.
2026-01-18 22:17:18 +08:00
67048eb22e add: grafik 2026-01-18 22:07:22 +08:00
80951b57a0 feat: Modern Theme and Dashboard Enhancements
- Implemented Modern Theme (Inter font, Rounded UI, Indigo/White palette)
- Updated Login Page with gradient background and modern card
- Added Age Demographics to Dashboard (Stats count)
- Integrated Chart.js for Population Donut Chart
- Made Dashboard Info Boxes clickable with Age Category filtering
- Updated Resident Data table to support age filtering
2026-01-18 22:02:48 +08:00
7c71bdc1f9 feat: Implement Age Report, Dynamic Headers, KK Auto-Link, and Rebranding
- Added Age Classification Report (admin/laporan/laporan_klasifikasi.php)
- Updated Reports to use Dynamic Village Profile (tb_profil)
- Use 'nama_desa' column for village name
- Enhanced KK Scan to auto-link existing members by NIK
- Updated Index menu for Age Report (Admin & Kaur scope)
- Rebranded Footer to Wartana 2026
- Removed legacy 'Versi 2020' text
2026-01-18 21:51:20 +08:00
3935519d02 fix: perspektif crop 2026-01-18 21:30:10 +08:00
1cd7db0fcc fix crop 2026-01-18 21:16:53 +08:00
c5abd68e9e Feat: Photo Upload, Zoom/Pan UI, and Default Placeholders 2026-01-18 17:12:52 +08:00
74b8f572a2 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.
2026-01-18 16:25:38 +08:00
a10d6f70fb Initial commit 2026-01-18 14:22:18 +08:00