index
:
trackermap-server
master
upstream
Patches to the Traccar server for TrackerMap
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
org
/
traccar
/
reports
/
model
Age
Commit message (
Expand
)
Author
2018-04-16
[NEW] Odometer in Reports
Christoph Krey
2018-01-22
Optimize date assignment
Anton Tananaev
2017-09-21
Move speedThreshold to TripsConfig
Abyss777
2017-09-21
Make check for valid in MotionEventHandler optional
Abyss777
2017-08-15
Merge remote-tracking branch 'upstream/master' into new_trips_detector
Abyss777
2017-08-15
Remove greadyParking
Abyss777
2017-08-14
Rename parameter and field to "useIgnition"
Abyss777
2017-08-14
Correct motion state by ignition.
Abyss777
2017-07-13
- Save both driver name and driver unique id in trip report
Abyss777
2017-07-12
- Handle rfid attributes and populate driverUniqueId
Abyss777
2017-06-20
Change type of 'spentFuel' to double
Abyss777
2017-06-15
Detect Trips and Stops by gaps in data
Abyss777
2017-06-14
Imlement Stops report
Abyss777
2017-04-17
Add spent fuel to summary report
Anton Tananaev
2016-11-02
Update copyright notice emails
Anton Tananaev
2016-10-17
- Implement export reports to excel
Abyss777
2016-08-20
Removed rounding and BigDecimal for distance and averageSpeed
Abyss777
2016-08-20
- Renamed calculateFuel
Abyss777
2016-08-19
- Added trips report
Abyss777
2016-08-12
- Removed decimal part
Abyss777
2016-08-12
- Fixed casting ignition object to boolean
Abyss777
2016-08-11
- Enabled IgnitionEventHandler in pipeline
Abyss777
2016-08-08
- Added deviceId in SummaryReport
Abyss777
2016-08-08
- Used @Consumes and @Produces instead of direct header access
Abyss777
2016-08-05
- Moved GeneralReport to separate file
Abyss777