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 7b66f9319a Log face-template saves only for new inserts and pass updatedBy
Business-log “Saved successfully” only when a template is newly inserted; skip already-present templates in biz logs. Pass hikvision-service as updatedBy on user upserts.

Show machine context in user-sync logs and clear is_deleted after device add

Include Machine ID/IP on add/update/remove business logs. After a successful device user create, upsert the DB row so is_deleted returns to 0 with updated_by set.
2026-08-05 15:39:34 +05:00
Data Skip existing face templates and persist updated_by on user upsert 2026-08-05 15:37:58 +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 Add console/debug host so F5 runs without Windows Service SCM 2026-07-30 13:18:52 +05:00
Tests Add unit tests for ISAPI delete success confirmation rules 2026-07-30 13:20:39 +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 Update test mode for template export signature and discovered-user reporting. 2026-04-14 17:22:46 +05:00
BusinessLogging.cs Add business-log helpers for human-readable activity reports 2026-07-30 13:17:23 +05:00
DeviceIdentity.cs Initial Commit 2026-04-06 17:19:57 +05:00
DeviceSettings.config Add DeviceSettings.config for machine scope and template sync direction 2026-08-05 15:35:08 +05:00
HikvisionAttendanceManager.UserSync.cs Log face-template saves only for new inserts and pass updatedBy 2026-08-05 15:39:34 +05:00
HikvisionAttendanceManager.cs Log face-template saves only for new inserts and pass updatedBy 2026-08-05 15:39:34 +05:00
HikvisionAttendanceService.csproj Copy DeviceSettings.config to the build output directory 2026-08-05 15:35:38 +05:00
HikvisionAttendanceService.sln Initial Commit 2026-04-06 17:19:57 +05:00
HikvisionAttendanceWindowsService.cs Load DeviceSettings.config as an overlay on HikvisionServiceConfig 2026-08-05 15:36:09 +05:00
OpsLogging.cs Add ops markers and unreachable-device tracking for internal logs 2026-07-30 13:17:55 +05:00
Program.cs Add console/debug host so F5 runs without Windows Service SCM 2026-07-30 13:18:52 +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