Start DateTime | Stop DateTime | Duration | Event Name | Distance | Fuel | Location | Last Location |
---|---|---|---|---|---|---|---|
{{record['startdatetime']}} | {{record.StopDateTime}} | {{record.Duration}} | {{record.EventName}} | {{record.Distance}} Km | {{record.Fuel}} | {{record.Location}} | {{record.LastLocation}} |
Event Name | DateTime | Speed | Distance | Fuel | Location |
---|---|---|---|---|---|
{{record.EventName}} | {{record.GpsDate}} {{record.GpsTime}} | {{record.Speed}} Km/hr | {{record.Mileage}} Km | {{record.Fuel}} | {{record.LOCATION}} |
Start DateTime | Stop DateTime | Duration | Location |
---|---|---|---|
{{record.startdatetime}} | {{record.StopDateTime}} | {{record.Duration}} | {{record.Location}} |
Start DateTime | Stop DateTime | Duration | Location |
---|---|---|---|
{{record.startdatetime}} | {{record.StopDateTime}} | {{record.Duration}} | {{record.Location}} |
Start DateTime | Stop DateTime | Duration | Event Name | Distance | Location | Last Location |
---|---|---|---|---|---|---|
{{record.startdatetime}} | {{record.StopDateTime}} | {{record.Duration}} | {{record.EventName}} | {{record.Distance}} Km | {{record.Location}} | {{record.LastLocation}} |
Event Name | DateTime | Speed | Location |
---|---|---|---|
{{record.EventName}} | {{record.EventDateTime}} | {{record.Speed}} Km/hr | {{record.LOCATION}} |
Event Name | DateTime | Speed | Distance | Location |
---|---|---|---|---|
{{record.EventName}} | {{record.EventDateTime}} | {{record.Speed}} Km/hr | {{record.Mileage}} Km | {{record.LOCATION}} |
GpsTime | Ai1 | EventDateTime |
---|---|---|
{{record.GpsTime}} | {{record.Ai1}} | {{record.EventDateTime}} |
GpsDate | GpsTime | Speed | Location | EventName | AssetNo | DriverName | EventDateTime | Mileage | Ai1 | Temperature |
---|---|---|---|---|---|---|---|---|---|---|
{{record.GpsDate}} | {{record.GpsTime}} | {{record.Speed}} | {{record.Location}} | {{record.EventName}} | {{record.VehicleNo}} | {{record.DriverName}} | {{record.EventDateTime}} | {{record.Mileage}} | {{record.ai1}} | {{record.Temprature}} |
GpsDate | GpsTime | EventDateTime | Speed |
---|---|---|---|
{{record.GpsDate}} | {{record.GpsTime}} | {{record.EventDateTime}} | {{record.Speed}} |
EventDateTime | Ignition | AC | Temperature | Speed | Location |
---|---|---|---|---|---|
{{record.EventDateTime}} | {{record.Ign == true ? 'Ignition On' : 'Ignition Off'}} | {{record.EventId == '8' ? 'AC On' : 'AC Off'}} | {{record.Temprature}} | {{record.Speed}} | {{record.Location}} |
StartDateTime | StopDateTime | Duration |
---|---|---|
{{record.StartDateTime}} | {{record.StopDateTime}} | {{record.Duration}} |
EventDateTime | EventName | Distance | Fuel | Location | Speed |
---|---|---|---|---|---|
{{record.EventDateTime}} | {{record.EventName}} | {{record.Mileage}} | {{record.Fuel}} | {{record.Location}} | {{record.Speed}} |
Sr No. | Geo Name | In Time | Out Time | Travel Time Status |
---|---|---|---|---|
{{$index + 1}} | {{record.GEONAME}} | {{record.InTime}} | {{record.OutTime}} | {{record.TravelTimeStatus}} |
Route No | Description | Bonn Out In | Driving | Stoppage | TimeTake | Reach Time | Vehicle Late/Entry | Driving Time | Total Travel Status | Gate Pass No | Date | Route Code | Route Name | Vehicle Id | Vehicle No | Remarks |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{record.routeno}} | {{record.GEONAME}} | {{record.BASELOCATIONINOUT}} | {{record.DRIVINGTIME}} | {{record.STOPPAGE}} | {{record.TIMETAKEN}} | {{record.TIMETAKEN}} | {{record.REACHTIME}} | {{record.DRIVINGTIME}} | {{record.TotalTravelTimeStatus}} | {{record.GATEPASSNO}} | {{record.GATEPASSDATE}} | {{record.routeid}} | {{record.routename}} | {{record.deviceid}} | {{record.vehicleno}} | {{record.REMARKS}} |