kamshory / ZKLibrary

ZKLibrary is PHP library for reading and writing data to attendance device using UDP protocol. This library useful to comunicate between web server and attendance device directly without addition program. This library is implemented in the form of class. So that you can create an object and use it functions.
GNU General Public License v2.0
198 stars 179 forks source link

Add/Update functionality #13

Open RahamSher opened 6 years ago

RahamSher commented 6 years ago

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.

kamshory commented 6 years ago

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.

danishiqbal4 commented 1 year ago

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?