SETUP
1. Create a web root and place all project files inside it.
2. Update DB settings in config/config.php.
3. Import database/schema.sql into MySQL / MariaDB.
4. Make sure uploads/ is writable by PHP.
5. Open index.php and login using:
   admin / Admin@123
   rsm1 / Rsm@123

NOTES
- Save Form 01 first. It creates the master visit_reports row.
- Each later form saves independently and stays linked through report_id.
- Mobile camera works through file input capture.
- Laptop camera works through getUserMedia webcam capture in Form 02.
- Signatures use HTML5 canvas and are saved as PNG images.
