aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/reports/model/TripReport.java
AgeCommit message (Collapse)Author
2019-03-31Convert project to gradleAnton Tananaev
2018-01-22Optimize date assignmentAnton Tananaev
2017-07-13- Save both driver name and driver unique id in trip reportAbyss777
- Map user and driver objects to notification templates - Add driverUnauthorized templates
2017-07-12- Handle rfid attributes and populate driverUniqueIdAbyss777
- Add Driver Name to Trip report
2017-06-14Imlement Stops reportAbyss777
2017-04-17Add spent fuel to summary reportAnton Tananaev
2016-11-02Update copyright notice emailsAnton Tananaev
2016-10-17- Implement export reports to excelAbyss777
- Migrate csv export to /api/positions
2016-08-19- Added trips reportAbyss777
- Refactored reports models - Added tests for ReportUtils - Added speed to test-generator.py - Other changes