aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/reports/ReportUtils.java
AgeCommit message (Collapse)Author
2016-11-24Remove empty linesAbyss777
2016-11-23Implement attributes helpersAbyss777
2016-11-06Use distance units in Excel reportsAnton Tananaev
2016-11-02Update copyright notice emailsAnton Tananaev
2016-09-16Use same code formatting for switchesAnton Tananaev
2016-08-24- Fixed optional odometer for wondex protocolAbyss777
- Do not use zero odometer values to calculateDistance
2016-08-23- Fixed units of KEY_ODOMETER to meters in some protocolsAbyss777
- Fixed some wrong using of odometer and distance - Waiting meters in ReportUtils.calculateDistance
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
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-08- Used @Consumes and @Produces instead of direct header accessAbyss777
- Renamed General to Summary - Other changes
2016-08-05- Moved GeneralReport to separate fileAbyss777
- Removed unnecessary getOut function - Added methods sorting
2016-08-04- Added getGroupDevices to PermissionsManagerAbyss777
- Implemented Route Report