Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get Attendance Data #53

Open
zkenstein opened this issue Jan 29, 2019 · 6 comments
Open

Get Attendance Data #53

zkenstein opened this issue Jan 29, 2019 · 6 comments

Comments

@zkenstein
Copy link

Hi, how to get attendance data by date range?

@suryacaprice
Copy link

i have the same problem . but i think you have to filter out once you receive the data .

@gusbenites
Copy link

What I do is fill in the data and save it in a database. Then I clean the records and put it on time. Once I have it in the database I apply the filtering that I want. The clock is very slow compared to a database.

@dnaextrim
Copy link
Owner

For new Firmware is support ADMS, I recommend you to using AMDS, it's direct communication from Attendance machine to ADMS, then you can read database in ADMS for use in your Attendance System.

mysql:
Host: localhost
user: root
port: 83306

password is empty

@zkenstein
Copy link
Author

@suryacaprice do you have sample how to do it?
thanks

@birhannega
Copy link

 $opts = array('location' => 'http://192.168.1.8/iWsService',
            'uri' => 'iWsService');
        $client = new \SOAPClient(null, $opts);
        $params = array(new \SoapParam(0, "ArgComKey"), new \SoapVar("<Arg><DateTime>2019-05-20 15:03:47</DateTime></Arg>", XSD_ANYXML));
        $attendance_user = $client->__soapCall('GetAttLog', $params);``

@zkenstein
Copy link
Author

@birhannega Thanks mate will try it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants