aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/reports/Summary.java
AgeCommit message (Collapse)Author
2016-08-19- Added trips reportAbyss777
- Refactored reports models - Added tests for ReportUtils - Added speed to test-generator.py - Other changes
2016-08-14- Added rounding for some valuesAbyss777
- Some changes in casting objects - Renamed General to Summary
2016-08-13- Split distance to distance and total distanceAbyss777
- Switch summary report to total distance - Move DistanceHandler after filters in pipeline - Other accompanying changes
2016-08-12Removed unused importsAbyss777
2016-08-12Removed unnecessary roundingAbyss777
2016-08-12Calculate summary distance with help of "odometer" or "distance" attributeAbyss777
2016-08-12- Removed decimal partAbyss777
- Fixed license header
2016-08-12- Fixed casting ignition object to booleanAbyss777
- Renamed motorHours to engineHours - Changed engine hours formatter to just hours - Added previously missed license headers to reports - Added Andrey Kunitsyn to some license headers
2016-08-11- Enabled IgnitionEventHandler in pipelineAbyss777
- Added motorHours to SummaryReport - Added ignition to test-generator.py
2016-08-08- Added deviceId in SummaryReportAbyss777
- Response bare array for application/json - Migrate to /api/reports/route in web-interface
2016-08-08- Used @Consumes and @Produces instead of direct header accessAbyss777
- Renamed General to Summary - Other changes