Commit Graph

3 Commits

Author SHA1 Message Date
7f5bf9acdc Remove redundant field 'lateperemployeer2' from attendance log insertion query 2025-06-25 21:17:10 +07:00
b6cdc09849 Refactor attendance logging: comment out attendance function calls and add timestamps for debugging 2025-06-25 20:47:06 +07:00
35e4aabf04 Add LogController class for attendance log processing
- Implemented methods for database connection, query execution, and attendance record handling.
- Added functionality to retrieve attendance logs based on date and process attendance records.
- Integrated logic for handling different employee departments and attendance types (IN, OUT, R1, R2).
- Included synchronization of attendance records with the attendance list.
- Utilized PDO for database interactions to enhance security and performance.
2025-06-25 19:49:42 +07:00