Logo Lanfrica

mubaraaksulaimaan/Drivers-Scheduling-System

Domain:

socioeconomic

Record type:

software
Creator:
mub
Host:
A web-based application built to streamline driver and vehicle scheduling, route assignments, salary calculation, and report generation for Gombe State University # Drivers-Scheduling-System A PHP & MySQL-based system that automates driver and vehicle scheduling, distance-based salary computation, and PDF report generation for Gombe State University. πŸ“Œ Gombe State University Drivers & Vehicles Scheduling System A web-based application built to streamline driver and vehicle scheduling, route assignments, salary calculation, and report generation for Gombe State University. The system enhances operational efficiency by automating tasks traditionally handled manually. πŸš€ Features βœ… Admin authentication and role-based access βœ… Add/edit/delete drivers and vehicles βœ… Assign routes and track distance covered βœ… Auto-calculate salaries based on kilometers βœ… Generate and export salary reports (PDF via TCPDF) βœ… File upload support (e.g., driver licenses, route slips) βœ… Clean and intuitive UI with Bootstrap πŸ› οΈ Tech Stack Technology Description HTML5/CSS3 Front-end markup and styling PHP Core backend scripting MySQL Relational database Bootstrap Responsive design JavaScript Interactivity and validations TCPDF PDF report generation πŸ“ Project Structure πŸ“ gsu_driver_scheduling_system/ β”œβ”€β”€ πŸ“ admin/ β†’ Admin dashboards and management pages β”œβ”€β”€ πŸ“ auth/ β†’ Login/logout and session control β”œβ”€β”€ πŸ“ config/ β†’ Database configuration β”œβ”€β”€ πŸ“ exports/ β†’ Salary and route PDF exports β”œβ”€β”€ πŸ“ includes/ β†’ Reusable PHP scripts (navbars, footers, etc.) β”œβ”€β”€ πŸ“ public/ β†’ Frontend views, images, JS/CSS assets β”œβ”€β”€ πŸ“ tcpdf/ β†’ TCPDF library for PDF generation β”œβ”€β”€ πŸ“ uploads/ β†’ Uploaded driver/vehicle documents β”œβ”€β”€ πŸ“„ gsu_drivers_system.sql β†’ Database export β”œβ”€β”€ πŸ“„ README.md βš™οΈ Setup Instructions 1. Clone or download the repository: git clone github.com 2. Import the database: Use phpMyAdmin or CLI to import gsu_drivers_system.sql into MySQL. 3. Configure DB credentials: Open config/db_config.php and update with your local DB host, username, password, a …