A full-stack PHP & MySQL web system for managing birth certificate registration, approval, and issuance for Ifaa Bulaa Kebele Administration, Ethiopia.
# OBCS β Online Birth Certificate System
A full-stack web application for managing birth certificate registrations, approvals, and issuance for Ifaa Bulaa Kebele Administration, Jimma, Oromia, Ethiopia.
π **Live Demo:**
obcskebele.infinityfreeapp.β¦
---
## Features
- **Public Homepage** β Service overview, announcements, and community feedback
- **User Dashboard** β Apply for birth certificates, track application status, make payments
- **Admin Dashboard** β Manage users, announcements, hospitals, and officers
- **Hospital Dashboard** β Submit birth records, manage records
- **Kebele Staff Dashboard** β Manage kebele IDs, review applications
- **Officer Dashboard** β Review and approve/reject applications, send messages
- **Email Notifications** β Automated emails via PHPMailer on application approval
- **QR Code** β Generated on issued certificates for verification
- **Payment System** β Upload payment screenshot for certificate fee
- **Role-based Login** β Separate login for Admin, Hospital, User, Kebele Staff, Officer
---
## Tech Stack
| Layer | Technology |
|-------|-----------|
| Frontend | HTML, CSS, Bootstrap 5, JavaScript |
| Backend | PHP (MySQLi) |
| Database | MySQL |
| Email | PHPMailer (Gmail SMTP) |
| QR Code | phpqrcode library |
| Hosting | InfinityFree |
---
## Project Structure
```
OBCS/
βββ ADMIN/ # Admin dashboard pages
βββ assets/ # Images and uploaded files
βββ hospitaldashboard/ # Hospital dashboard pages
βββ image/ # UI icons
βββ images/ # Static images
βββ kebeledashboard/ # Kebele staff dashboard pages
βββ officer/ # Officer dashboard pages
βββ phpqrcode/ # QR code generation library
βββ public/ # Login and signup pages
βββ setup/ # Database connection & SQL files
β βββ dbconnection.php
β βββ missing_tables.sql
βββ userdashboard/ # User dashboard pages
βββ vendor/ # PHPMailer and other dependencies
βββ β¦