1

Need helf for making a special geofence based report using SDK

Тема: Need helf for making a special geofence based report using SDK

Hi,

To be honest I am not sure if I am making this enquiery the right place...

I am looking for somebody who can make a geofence based report. As fare I can understand it has to be made using the SDK.


Description of Report:

The customer has a fleet of vehicles. He want a report that informs him if the employees have arrived at his work destination on time. He wants a report that will be generated every day at 08:01am and emailed to him.

The report should tell him if his employees has arrived at their job destination for 08:00am every morning. If the employee has arrived before 08:00am it should say “yes”. If the employee has not arrived it should say “NO” and inform how far away (in kilometres) the employee is from his destination.
The destination for each vehicle will be defined using Geo fences. The customer must be able to match up a vehicle up with a Geo fence for the report. This is necessary because the employees workplaces constantly changes.


General:

I should be able to use the report for other customers/accounts as well.
It is not all Geo fences that will be used for this purpose.
It is not necessary all vehicles in a fleet that will be used in the report.
The time for generating the report should be able to be changed. Also what days of the week you want the report to be generated and emailed.
The report should ideally be available in Excel and PFD, but excel will do.


Here is an example of the layout of the report:
(I have also enclosed it in excel)

2

Need helf for making a special geofence based report using SDK

Re: Need helf for making a special geofence based report using SDK

Have you looked at routes and using jobs for the automation of the send?

Also no attachment on your post

Phoenix Solusi
Mobile Visible Secure
Specialists in data acquisition and analysis for mobile and fixed assets. Integration in to content management systems is a specialty we have.
3

Need helf for making a special geofence based report using SDK

Re: Need helf for making a special geofence based report using SDK

Hi John G,

The problem using routes is that the vehicle will not be taken the same route every day. I will try and upload the report example again. Thanks for letting me know.

4

Need helf for making a special geofence based report using SDK

Re: Need helf for making a special geofence based report using SDK

Here is an example of the report I am looking for.

5

Need helf for making a special geofence based report using SDK

Re: Need helf for making a special geofence based report using SDK

For some reason I do not have much luck. Here I go again...

Опубликовать вложения

Иконка вложений 08.00am Geo fence report for employees.xlsx 12.03 Кб, файл был скачан 368 раз(а) 

6

Need helf for making a special geofence based report using SDK

Re: Need helf for making a special geofence based report using SDK

If it is not possible to implement that via provided features of reports/jobs/routes, it can be implemented via SDK as an App.

Example of functionality that you want via SDK: https://sdk.wialon.com/playground/EKn5PtyW/1

You just need to do a resource/get_zones_by_point API call for each of your units to check it against required geofence.

And if it responds, that unit not in the geofence, than calculate a distance between unit and center of the geofence (if your geofences more circle-like, than big lines throught half of the planet).

But for full usable implementation you need someone, who will implement this as server-side script, that will be executed by server's local cron, generate Excel file and mail it. And also implement interface to fill tables of unit-geofence correspondence, time of execution and email.

7

Need helf for making a special geofence based report using SDK

Re: Need helf for making a special geofence based report using SDK

Hi Rual,

Thank you for that...

Do you know a company or person who can make such implementation?

8

Need helf for making a special geofence based report using SDK

Re: Need helf for making a special geofence based report using SDK

Any update on this thread?