index
:
traccar-server
master
suntech-fixes
Traccar Server with some modifications and error fixes.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
org
/
traccar
/
reports
/
Events.java
Age
Commit message (
Expand
)
Author
2017-03-16
Share code in excel reports
Abyss777
2017-03-15
Use timezone from preferences for excel reports
Abyss777
2017-02-26
Safely name sheets for excel reports
Abyss777
2016-11-24
- Use one parser
Abyss777
2016-11-23
- Pass client timezone to excel template
Abyss777
2016-11-06
Use distance units in Excel reports
Anton Tananaev
2016-11-02
Update copyright notice emails
Anton Tananaev
2016-11-01
Remove json conversion in reports
Abyss777
2016-10-20
- Fix export empty reports
Abyss777
2016-10-19
- Filter events on server side
Abyss777
2016-10-17
- Implement export reports to excel
Abyss777
2016-08-12
- Removed decimal part
Abyss777
2016-08-12
- Fixed casting ignition object to boolean
Abyss777
2016-08-08
- Added deviceId in SummaryReport
Abyss777
2016-08-08
- Used @Consumes and @Produces instead of direct header access
Abyss777
2016-08-05
- Moved GeneralReport to separate file
Abyss777
2016-08-04
- Moved retrieving Accept to BaseResource
Abyss777
2016-08-04
- Added getGroupDevices to PermissionsManager
Abyss777