8a01731dd6
Merge branch 'main' of https://git.shiblysolution.id/asansal/tthcmservices into main
2025-11-25 20:49:26 +07:00
ac6d5a80fe
fixing getlog by dates
2025-11-25 20:49:24 +07:00
a74010325f
Remove unnecessary condition from attendance log query
2025-07-07 13:46:17 +07:00
b3ae073d01
Update file permissions for multiple PHP scripts
2025-06-30 15:07:28 +07:00
f9648cd682
Merge branch 'dev1.0.0'
2025-06-30 07:18:04 +07:00
bb2c95c2b6
Comment out debug echo statement for query logging in LogController
2025-06-30 07:17:46 +07:00
6893788bd2
Merge branch 'dev1.0.0'
2025-06-30 06:36:29 +07:00
6b1e3c979e
Enable query logging for attendance processing by uncommenting the echo statement
2025-06-30 06:36:21 +07:00
420873584e
Merge branch 'dev1.0.0'
2025-06-25 21:19:54 +07:00
5be3e83f66
Add processing flag to attendance log queries and update status after processing
2025-06-25 21:19:46 +07:00
7f5bf9acdc
Remove redundant field 'lateperemployeer2' from attendance log insertion query
2025-06-25 21:17:10 +07:00
f69ef32f84
Update database connection to use localhost for consistency
2025-06-25 20:59:37 +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