ZKLibrary icon indicating copy to clipboard operation
ZKLibrary copied to clipboard

Add/Update functionality

Open RahamSher opened this issue 7 years ago • 2 comments

Dear @kamshory first all thank you very much for guidance.Dear @kamshory is it possible to add/update the attendance of any user.Means If I want to add the attendance for userABC or want to update the attendance of userXYZ. Please guide.

RahamSher avatar Oct 16 '17 06:10 RahamSher

There is no function to update user. But you can do it manually:

  1. get all user data
  2. select the specify user
  3. delete the specify user
  4. create new user with old Serial ID

Deleting user also delete the user templates. So you must enroll the user again. Before you create user data to device, make sure the data is valid.

kamshory avatar Oct 16 '17 07:10 kamshory

There is no function to update user. But you can do it manually:

  1. get all user data
  2. select the specify user
  3. delete the specify user
  4. create new user with old Serial ID

Deleting user also delete the user templates. So you must enroll the user again. Before you create user data to device, make sure the data is valid.

Hi,

I'm unable to understand how to update the attendance. Can you please explain it a bit?

danishiqbal4 avatar Mar 07 '23 11:03 danishiqbal4