OnTrackManager – Laravel Application
This project is a web-based attendance management system built with Laravel that integrates with LDAP (Active Directory) to authenticate and import employee records. The application enables organizations to track employee attendance, monitor punctuality, and generate attendance reports—eliminating manual record-keeping and enhancing HR operational efficiency.
Goals
- Automate employee attendance tracking.
- Provide an admin dashboard to view, search, and export attendance logs.
- Allow employees to “clock in” and “clock out” daily.

Technical Implementation
Admin Dashboard Features
- Attendance log table with filters (date range, department, employee).
- Export to Excel.
- Summarized statistics: late arrivals, absences, total hours worked.
- Editable attendance entries for correction.


Results
- Reduced manual time tracking errors.
- Increased transparency in attendance reporting.
- Improved HR productivity with exportable records.

Tech Stack
Layer |
Technology |
Backend Framework |
Laravel 10 |
Database |
MySQL |
Frontend |
Blade, Tailwind CSS |
Scheduling |
Laravel Scheduler / Cron Jobs |
Hosting |
Apache / Nginx (Linux VPS) |