aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/reports
AgeCommit message (Expand)Author
2018-01-26Some more code cleanupAnton Tananaev
2018-01-26Clean up unnecessary codeAnton Tananaev
2018-01-22Optimize date assignmentAnton Tananaev
2017-11-10- Combine "getAddress" functionsAbyss777
2017-11-08- Implement synchronous geocodingAbyss777
2017-09-21Move speedThreshold to TripsConfigAbyss777
2017-09-21Make check for valid in MotionEventHandler optionalAbyss777
2017-09-06Move units to attributes and add volume unitsAbyss777
2017-08-17Fix trip detectorAbyss777
2017-08-17Pass Map<Event, Position> to notificationsAbyss777
2017-08-16- Map correct position to delayed event notificationAbyss777
2017-08-16Revert check for gapAbyss777
2017-08-16Combine detection logic and unwrap gap checkAbyss777
2017-08-16Combine trips and stops detectors and some optimizationAbyss777
2017-08-15Merge remote-tracking branch 'upstream/master' into new_trips_detectorAbyss777
2017-08-15Remove intermediate variableAbyss777
2017-08-15Remove greadyParkingAbyss777
2017-08-15Reimplement trips detector using MotionEventHandlerAbyss777
2017-08-14Rename parameter and field to "useIgnition"Abyss777
2017-08-14Correct motion state by ignition.Abyss777
2017-08-11Initialize tripsConfig ones in ContextAbyss777
2017-08-09Implement motion detection similar to trips detectionAbyss777
2017-08-01Option to limit report periodAnton Tananaev
2017-07-26- Implement base manager classes as genericsAbyss777
2017-07-26Override getById in all managersAbyss777
2017-07-26Split Drivers and Groups managementAbyss777
2017-07-19Refactored four managersAbyss777
2017-07-13Add Driver column to Trip report templateAbyss777
2017-07-13- Save both driver name and driver unique id in trip reportAbyss777
2017-07-12- Handle rfid attributes and populate driverUniqueIdAbyss777
2017-06-20Change type of 'spentFuel' to doubleAbyss777
2017-06-16Fix last Stop if it is last position in periodAbyss777
2017-06-16Centralized motion detectionAbyss777
2017-06-15Set 'minimalNoDataDuration' default value to one hourAbyss777
2017-06-15Detect Trips and Stops by gaps in dataAbyss777
2017-06-14Move tests to correct unitAbyss777
2017-06-14Imlement Stops reportAbyss777
2017-06-09Small trips calculation optimizationAnton Tananaev
2017-04-17Remove unused imports and fix testsAnton Tananaev
2017-04-17Add spent fuel to summary reportAnton Tananaev
2017-03-24Format speed in notification templatesAbyss777
2017-03-16Share code in excel reportsAbyss777
2017-03-15Use timezone from preferences for excel reportsAbyss777
2017-03-14Implemented helper lookupPreferenceAbyss777
2017-03-14Fix forceSettings applyingAbyss777
2017-03-14- Use ternary operatorAbyss777
2017-03-13- Add timezone field to User and Server modelAbyss777
2017-03-08Minor formatting fixesAnton Tananaev
2017-03-04Renamed Position.KEY_FUEL to Position.KEY_FUEL_LEVEL;jon-stumpf
2017-02-26Safely name sheets for excel reportsAbyss777