Integration service for Hikvision biometric devices to fetch users, synchronize attendance data, and manage device communication via ISAPI/SDK.
 
 
Go to file
SYED MUSTUFA AHMED NAQVI 33c2dfabb3 Refactor attendance scheduler and move cursor/state handling to DB-driven flow.
1) Immediate startup attendance run
2) Shared real fetch cycle path with skip-reason logs
3) last_sync_date read/write from DB
4) Preserve cursor on status updates
5) IP-based machine matching
6) zero-record cursor advance to window end
7) CSV write lock/file-sharing fix
2026-04-14 17:17:05 +05:00
Data Add MySQL-backed HRMS repositories and DB integration configuration. 2026-04-14 17:12:10 +05:00
HCNetSDK Initial Commit 2026-04-06 17:19:57 +05:00
Interop Initial Commit 2026-04-06 17:19:57 +05:00
Properties Initial Commit 2026-04-06 17:19:57 +05:00
Tests Implement robust multi-job scheduling, ISAPI user/template sync, and production-grade logging for Hikvision attendance service. 2026-04-14 10:56:03 +05:00
.gitignore Initial Commit 2026-04-06 17:19:57 +05:00
AcsAttendanceParser.cs Initial Commit 2026-04-06 17:19:57 +05:00
AllUsersTemplateExportPayload.cs Initial Commit 2026-04-06 17:19:57 +05:00
AttendanceTestMode.cs Added a new path for logs to support exception loging 2026-04-14 10:48:47 +05:00
DeviceIdentity.cs Initial Commit 2026-04-06 17:19:57 +05:00
HikvisionAttendanceManager.UserSync.cs Implement robust multi-job scheduling, ISAPI user/template sync, and production-grade logging for Hikvision attendance service. 2026-04-14 10:56:03 +05:00
HikvisionAttendanceManager.cs Refactor attendance scheduler and move cursor/state handling to DB-driven flow. 2026-04-14 17:17:05 +05:00
HikvisionAttendanceService.csproj Add MySQL-backed HRMS repositories and DB integration configuration. 2026-04-14 17:12:10 +05:00
HikvisionAttendanceService.sln Initial Commit 2026-04-06 17:19:57 +05:00
HikvisionAttendanceWindowsService.cs Add MySQL-backed HRMS repositories and DB integration configuration. 2026-04-14 17:12:10 +05:00
Program.cs Initial Commit 2026-04-06 17:19:57 +05:00
UserSyncJsonParser.cs Implement robust multi-job scheduling, ISAPI user/template sync, and production-grade logging for Hikvision attendance service. 2026-04-14 10:56:03 +05:00
UserSyncRetryHelper.cs Implement robust multi-job scheduling, ISAPI user/template sync, and production-grade logging for Hikvision attendance service. 2026-04-14 10:56:03 +05:00
UserSyncTypes.cs Implement robust multi-job scheduling, ISAPI user/template sync, and production-grade logging for Hikvision attendance service. 2026-04-14 10:56:03 +05:00
UserTemplateExportPayload.cs face read support added 2026-04-09 18:14:54 +05:00