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
193 stars 176 forks source link

Add more statuses: Check In, Check Out,... #98

Open wombiro opened 3 years ago

wombiro commented 3 years ago

How can I add more statuses: 1) Check In, 2) Check Out 3) Overtime 4) Special shift 5) Medical Checkup Session 6) Devotion

Thanks for your help.

kamshory commented 3 years ago

I develop this library only with one device. For some device, you can modify this library. Thank you.