aboutsummaryrefslogtreecommitdiff
path: root/test/org/traccar/reports
AgeCommit message (Collapse)Author
2016-08-23- Fixed GL200 odometer unitsAbyss777
- Fixed ReportUtilsTest
2016-08-20Removed rounding and BigDecimal for distance and averageSpeedAbyss777
2016-08-20- Renamed calculateFuelAbyss777
- Used int in BigDecimal constructor - Added extra space
2016-08-19- Added trips reportAbyss777
- Refactored reports models - Added tests for ReportUtils - Added speed to test-generator.py - Other changes